Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::QueryIssuesRequest.
QueryIssuesRequest is the request to get a list of issues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — Optional.
Supported fields are:
'product',
location,issue_severity, 'tags', 'labels',
#filter=
def filter=(value) -> ::String-
value (::String) — Optional.
Supported fields are:
'product',
location,issue_severity, 'tags', 'labels',
-
(::String) — Optional.
Supported fields are:
'product',
location,issue_severity, 'tags', 'labels',
#order_by
def order_by() -> ::String-
(::String) — Optional. Following fields are sortable:
SignalType
Product
Location
IssueSeverity
The default order is ascending. Add "DESC" after the field name to indicate descending order. Add "ASC" after the field name to indicate ascending order. It only supports a single field at a time.
#order_by=
def order_by=(value) -> ::String-
value (::String) — Optional. Following fields are sortable:
SignalType
Product
Location
IssueSeverity
The default order is ascending. Add "DESC" after the field name to indicate descending order. Add "ASC" after the field name to indicate ascending order. It only supports a single field at a time.
-
(::String) — Optional. Following fields are sortable:
SignalType
Product
Location
IssueSeverity
The default order is ascending. Add "DESC" after the field name to indicate descending order. Add "ASC" after the field name to indicate ascending order. It only supports a single field at a time.
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. If unspecified, at most 50 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. If unspecified, at most 50 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
- (::Integer) — Optional. If unspecified, at most 50 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
#page_token
def page_token() -> ::String-
(::String) — Optional. A page token, received from a previous
QueryIssuescall. Provide this to retrieve the subsequent page. All parameters except page size should match the parameters used in the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
QueryIssuescall. Provide this to retrieve the subsequent page. All parameters except page size should match the parameters used in the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
QueryIssuescall. Provide this to retrieve the subsequent page. All parameters except page size should match the parameters used in the call that provided the page token.
#parent
def parent() -> ::String-
(::String) —
Required. Parent can be a project, a folder, or an organization. The list is limited to the one attached to resources within the
scopethat a user has access to.The allowed values are:
- projects/{PROJECT_ID} (e.g., "projects/foo-bar")
- projects/{PROJECT_NUMBER} (e.g., "projects/12345678")
- folders/{FOLDER_NUMBER} (e.g., "folders/1234567")
- organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
#parent=
def parent=(value) -> ::String-
value (::String) —
Required. Parent can be a project, a folder, or an organization. The list is limited to the one attached to resources within the
scopethat a user has access to.The allowed values are:
- projects/{PROJECT_ID} (e.g., "projects/foo-bar")
- projects/{PROJECT_NUMBER} (e.g., "projects/12345678")
- folders/{FOLDER_NUMBER} (e.g., "folders/1234567")
- organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
-
(::String) —
Required. Parent can be a project, a folder, or an organization. The list is limited to the one attached to resources within the
scopethat a user has access to.The allowed values are:
- projects/{PROJECT_ID} (e.g., "projects/foo-bar")
- projects/{PROJECT_NUMBER} (e.g., "projects/12345678")
- folders/{FOLDER_NUMBER} (e.g., "folders/1234567")
- organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
#signal_products_filters
def signal_products_filters() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::SignalProductsFilters>- (::Array<::Google::Cloud::DatabaseCenter::V1beta::SignalProductsFilters>) — Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
#signal_products_filters=
def signal_products_filters=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::SignalProductsFilters>- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::SignalProductsFilters>) — Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::SignalProductsFilters>) — Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.