public interface SearchSimilarIncidentsRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
int |
getPageSize()
Number of similar incidents to return.
|
String |
getPageToken()
Page token from an earlier query, as returned in 'next_page_token'.
|
ByteString |
getPageTokenBytes()
Page token from an earlier query, as returned in 'next_page_token'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Required. Resource name of the incident or signal, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getNameBytes()
Required. Resource name of the incident or signal, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Number of similar incidents to return.
int32 page_size = 2;String getPageToken()
Page token from an earlier query, as returned in 'next_page_token'.
string page_token = 3;ByteString getPageTokenBytes()
Page token from an earlier query, as returned in 'next_page_token'.
string page_token = 3;Copyright © 2020 Google LLC. All rights reserved.