public interface QueryIssuesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter() Optional.
Supported fields are:
'product',
location,
issue_severity,
'tags',
'labels',
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes() Optional.
Supported fields are:
'product',
location,
issue_severity,
'tags',
'labels',
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public abstract String getOrderBy()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 order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public abstract ByteString getOrderByBytes()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 order_by = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public abstract int getPageSize()Optional. If unspecified, at most 50 issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken() Optional. A page token, received from a previous QueryIssues call.
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 page_token = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() Optional. A page token, received from a previous QueryIssues call.
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 page_token = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent() Required. Parent can be a project, a folder, or an organization. The list
is limited to the one attached to resources within the scope that 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 parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Parent can be a project, a folder, or an organization. The list
is limited to the one attached to resources within the scope that 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 parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSignalProductsFilters(int index)
public abstract SignalProductsFilters getSignalProductsFilters(int index)Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
repeated .google.cloud.databasecenter.v1beta.SignalProductsFilters signal_products_filters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SignalProductsFilters |
|
getSignalProductsFiltersCount()
public abstract int getSignalProductsFiltersCount()Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
repeated .google.cloud.databasecenter.v1beta.SignalProductsFilters signal_products_filters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSignalProductsFiltersList()
public abstract List<SignalProductsFilters> getSignalProductsFiltersList()Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
repeated .google.cloud.databasecenter.v1beta.SignalProductsFilters signal_products_filters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<SignalProductsFilters> |
|
getSignalProductsFiltersOrBuilder(int index)
public abstract SignalProductsFiltersOrBuilder getSignalProductsFiltersOrBuilder(int index)Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
repeated .google.cloud.databasecenter.v1beta.SignalProductsFilters signal_products_filters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SignalProductsFiltersOrBuilder |
|
getSignalProductsFiltersOrBuilderList()
public abstract List<? extends SignalProductsFiltersOrBuilder> getSignalProductsFiltersOrBuilderList()Optional. Filters based on signal and product. The filter list will be ORed across pairs and ANDed within a signal and products pair.
repeated .google.cloud.databasecenter.v1beta.SignalProductsFilters signal_products_filters = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.SignalProductsFiltersOrBuilder> |
|