public static interface SearchSimilarIncidentsResponse.ResultOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Incident |
getIncident()
An incident that is "similar" to the incident or signal specified in the
request.
|
IncidentOrBuilder |
getIncidentOrBuilder()
An incident that is "similar" to the incident or signal specified in the
request.
|
boolean |
hasIncident()
An incident that is "similar" to the incident or signal specified in the
request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasIncident()
An incident that is "similar" to the incident or signal specified in the request.
.google.cloud.irm.v1alpha2.Incident incident = 1;Incident getIncident()
An incident that is "similar" to the incident or signal specified in the request.
.google.cloud.irm.v1alpha2.Incident incident = 1;IncidentOrBuilder getIncidentOrBuilder()
An incident that is "similar" to the incident or signal specified in the request.
.google.cloud.irm.v1alpha2.Incident incident = 1;Copyright © 2020 Google LLC. All rights reserved.