public interface IncidentOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Incident.CommunicationVenue |
getCommunicationVenue()
Location of communications for this incident.
|
Incident.CommunicationVenueOrBuilder |
getCommunicationVenueOrBuilder()
Location of communications for this incident.
|
String |
getDuplicateIncident()
Resource name of the incident this incident is a duplicate of.
|
ByteString |
getDuplicateIncidentBytes()
Resource name of the incident this incident is a duplicate of.
|
Incident.EscalationLevel |
getEscalationLevel()
Escalation level of the incident.
|
int |
getEscalationLevelValue()
Escalation level of the incident.
|
String |
getEtag()
Etag to validate the object is unchanged for a read-modify-write operation.
|
ByteString |
getEtagBytes()
Etag to validate the object is unchanged for a read-modify-write operation.
|
String |
getName()
Output only.
|
ByteString |
getNameBytes()
Output only.
|
Incident.Severity |
getSeverity()
Severity of the incident.
|
int |
getSeverityValue()
Severity of the incident.
|
Incident.Stage |
getStage()
Stage of the incident.
|
int |
getStageValue()
Stage of the incident.
|
Timestamp |
getStartTime()
Output only.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
Synopsis |
getSynopsis()
Output only.
|
SynopsisOrBuilder |
getSynopsisOrBuilder()
Output only.
|
String |
getTitle()
One-line summary of the incident.
|
ByteString |
getTitleBytes()
One-line summary of the incident.
|
boolean |
hasCommunicationVenue()
Location of communications for this incident.
|
boolean |
hasStartTime()
Output only.
|
boolean |
hasSynopsis()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Output only. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];ByteString getNameBytes()
Output only. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getTitle()
One-line summary of the incident.
string title = 2;ByteString getTitleBytes()
One-line summary of the incident.
string title = 2;int getEscalationLevelValue()
Escalation level of the incident.
.google.cloud.irm.v1alpha2.Incident.EscalationLevel escalation_level = 3;Incident.EscalationLevel getEscalationLevel()
Escalation level of the incident.
.google.cloud.irm.v1alpha2.Incident.EscalationLevel escalation_level = 3;String getEtag()
Etag to validate the object is unchanged for a read-modify-write operation. An empty etag will overwrite other changes.
string etag = 4;ByteString getEtagBytes()
Etag to validate the object is unchanged for a read-modify-write operation. An empty etag will overwrite other changes.
string etag = 4;int getSeverityValue()
Severity of the incident.
.google.cloud.irm.v1alpha2.Incident.Severity severity = 5;Incident.Severity getSeverity()
Severity of the incident.
.google.cloud.irm.v1alpha2.Incident.Severity severity = 5;int getStageValue()
Stage of the incident.
.google.cloud.irm.v1alpha2.Incident.Stage stage = 6;Incident.Stage getStage()
Stage of the incident.
.google.cloud.irm.v1alpha2.Incident.Stage stage = 6;String getDuplicateIncident()
Resource name of the incident this incident is a duplicate of. Empty if this incident is not a duplicate. An incident can only be a duplicate of an incident that is not marked as a duplicate already. Setting this to a non-empty value must also set the stage to `STAGE_DUPLICATE`. Unsetting this value value must also update `stage` to a value other than `STAGE_DUPLICATE`.
string duplicate_incident = 9;ByteString getDuplicateIncidentBytes()
Resource name of the incident this incident is a duplicate of. Empty if this incident is not a duplicate. An incident can only be a duplicate of an incident that is not marked as a duplicate already. Setting this to a non-empty value must also set the stage to `STAGE_DUPLICATE`. Unsetting this value value must also update `stage` to a value other than `STAGE_DUPLICATE`.
string duplicate_incident = 9;boolean hasStartTime()
Output only. Time this incident started. Used to measure the 'elapsed time'. Start time of an incident is the earliest creation time of any of its Signals or the create time of the incident if no Signals are assigned.
.google.protobuf.Timestamp start_time = 7;Timestamp getStartTime()
Output only. Time this incident started. Used to measure the 'elapsed time'. Start time of an incident is the earliest creation time of any of its Signals or the create time of the incident if no Signals are assigned.
.google.protobuf.Timestamp start_time = 7;TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time this incident started. Used to measure the 'elapsed time'. Start time of an incident is the earliest creation time of any of its Signals or the create time of the incident if no Signals are assigned.
.google.protobuf.Timestamp start_time = 7;boolean hasSynopsis()
Output only. Synopsis of this incident.
.google.cloud.irm.v1alpha2.Synopsis synopsis = 8;Synopsis getSynopsis()
Output only. Synopsis of this incident.
.google.cloud.irm.v1alpha2.Synopsis synopsis = 8;SynopsisOrBuilder getSynopsisOrBuilder()
Output only. Synopsis of this incident.
.google.cloud.irm.v1alpha2.Synopsis synopsis = 8;boolean hasCommunicationVenue()
Location of communications for this incident. This is informational only; IRM does not use this to send messages.
.google.cloud.irm.v1alpha2.Incident.CommunicationVenue communication_venue = 10;Incident.CommunicationVenue getCommunicationVenue()
Location of communications for this incident. This is informational only; IRM does not use this to send messages.
.google.cloud.irm.v1alpha2.Incident.CommunicationVenue communication_venue = 10;Incident.CommunicationVenueOrBuilder getCommunicationVenueOrBuilder()
Location of communications for this incident. This is informational only; IRM does not use this to send messages.
.google.cloud.irm.v1alpha2.Incident.CommunicationVenue communication_venue = 10;Copyright © 2020 Google LLC. All rights reserved.