public interface SignalOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCloseTime()
Output only.
|
TimestampOrBuilder |
getCloseTimeOrBuilder()
Output only.
|
String |
getContent()
Full message of the signal.
|
ByteString |
getContentBytes()
Full message of the signal.
|
String |
getContentType()
Content type string.
|
ByteString |
getContentTypeBytes()
Content type string.
|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
User |
getCreator()
Output only.
|
UserOrBuilder |
getCreatorOrBuilder()
Output only.
|
Timestamp |
getDetectTime()
The time this Signal was first detected.
|
TimestampOrBuilder |
getDetectTimeOrBuilder()
The time this Signal was first detected.
|
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 |
getIncident()
Resource name of the incident this signal is currently assigned to.
|
ByteString |
getIncidentBytes()
Resource name of the incident this signal is currently assigned to.
|
String |
getName()
Resource name of the signal, for example,
"projects/{project_id_or_number}/signals/{signal_id}".
|
ByteString |
getNameBytes()
Resource name of the signal, for example,
"projects/{project_id_or_number}/signals/{signal_id}".
|
Signal.SignalArtifact |
getSignalArtifacts(int index)
A set of artifacts to additional resources for this Signal.
|
int |
getSignalArtifactsCount()
A set of artifacts to additional resources for this Signal.
|
List<Signal.SignalArtifact> |
getSignalArtifactsList()
A set of artifacts to additional resources for this Signal.
|
Signal.SignalArtifactOrBuilder |
getSignalArtifactsOrBuilder(int index)
A set of artifacts to additional resources for this Signal.
|
List<? extends Signal.SignalArtifactOrBuilder> |
getSignalArtifactsOrBuilderList()
A set of artifacts to additional resources for this Signal.
|
Signal.State |
getSignalState()
The state of this signal.
|
int |
getSignalStateValue()
The state of this signal.
|
String |
getTitle()
One-line summary of the signal.
|
ByteString |
getTitleBytes()
One-line summary of the signal.
|
boolean |
hasCloseTime()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasCreator()
Output only.
|
boolean |
hasDetectTime()
The time this Signal was first detected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Resource name of the signal, for example,
"projects/{project_id_or_number}/signals/{signal_id}".
string name = 1;ByteString getNameBytes()
Resource name of the signal, for example,
"projects/{project_id_or_number}/signals/{signal_id}".
string name = 1;String getEtag()
Etag to validate the object is unchanged for a read-modify-write operation. An empty etag will overwrite other changes.
string etag = 2;ByteString getEtagBytes()
Etag to validate the object is unchanged for a read-modify-write operation. An empty etag will overwrite other changes.
string etag = 2;String getIncident()
Resource name of the incident this signal is currently assigned to. May be empty if signal is unassigned.
string incident = 3;ByteString getIncidentBytes()
Resource name of the incident this signal is currently assigned to. May be empty if signal is unassigned.
string incident = 3;boolean hasCreateTime()
Output only. Time this signal was created.
.google.protobuf.Timestamp create_time = 4;Timestamp getCreateTime()
Output only. Time this signal was created.
.google.protobuf.Timestamp create_time = 4;TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time this signal was created.
.google.protobuf.Timestamp create_time = 4;boolean hasCloseTime()
Output only. Time this signal was closed. This field is not populated while the signal is still firing.
.google.protobuf.Timestamp close_time = 10;Timestamp getCloseTime()
Output only. Time this signal was closed. This field is not populated while the signal is still firing.
.google.protobuf.Timestamp close_time = 10;TimestampOrBuilder getCloseTimeOrBuilder()
Output only. Time this signal was closed. This field is not populated while the signal is still firing.
.google.protobuf.Timestamp close_time = 10;boolean hasDetectTime()
The time this Signal was first detected. This is identical to create_time for Signals created by Stackdriver Alerting.
.google.protobuf.Timestamp detect_time = 15;Timestamp getDetectTime()
The time this Signal was first detected. This is identical to create_time for Signals created by Stackdriver Alerting.
.google.protobuf.Timestamp detect_time = 15;TimestampOrBuilder getDetectTimeOrBuilder()
The time this Signal was first detected. This is identical to create_time for Signals created by Stackdriver Alerting.
.google.protobuf.Timestamp detect_time = 15;boolean hasCreator()
Output only. The user that created this signal for manually created signals. Empty if this signal was generated by a system (for example, Stackdriver Alerting).
.google.cloud.irm.v1alpha2.User creator = 5;User getCreator()
Output only. The user that created this signal for manually created signals. Empty if this signal was generated by a system (for example, Stackdriver Alerting).
.google.cloud.irm.v1alpha2.User creator = 5;UserOrBuilder getCreatorOrBuilder()
Output only. The user that created this signal for manually created signals. Empty if this signal was generated by a system (for example, Stackdriver Alerting).
.google.cloud.irm.v1alpha2.User creator = 5;String getTitle()
One-line summary of the signal. Immutable.
string title = 6;ByteString getTitleBytes()
One-line summary of the signal. Immutable.
string title = 6;String getContentType()
Content type string. 'text/plain' is currently the only supported content type for Signals created via the API. Signals created by Stackdriver Alerting support 'text/html' as well. Immutable for Signals created by Stackdriver Alerting.
string content_type = 7;ByteString getContentTypeBytes()
Content type string. 'text/plain' is currently the only supported content type for Signals created via the API. Signals created by Stackdriver Alerting support 'text/html' as well. Immutable for Signals created by Stackdriver Alerting.
string content_type = 7;String getContent()
Full message of the signal. Immutable for Signals created by Stackdriver Alerting.
string content = 8;ByteString getContentBytes()
Full message of the signal. Immutable for Signals created by Stackdriver Alerting.
string content = 8;int getSignalStateValue()
The state of this signal. For Signals created by Stackdriver Alerting this field is output only.
.google.cloud.irm.v1alpha2.Signal.State signal_state = 9;Signal.State getSignalState()
The state of this signal. For Signals created by Stackdriver Alerting this field is output only.
.google.cloud.irm.v1alpha2.Signal.State signal_state = 9;List<Signal.SignalArtifact> getSignalArtifactsList()
A set of artifacts to additional resources for this Signal. For example, a link to Stackdriver logging for the Signal. Immutable for Signals created by Stackdriver Alerting.
repeated .google.cloud.irm.v1alpha2.Signal.SignalArtifact signal_artifacts = 16;Signal.SignalArtifact getSignalArtifacts(int index)
A set of artifacts to additional resources for this Signal. For example, a link to Stackdriver logging for the Signal. Immutable for Signals created by Stackdriver Alerting.
repeated .google.cloud.irm.v1alpha2.Signal.SignalArtifact signal_artifacts = 16;int getSignalArtifactsCount()
A set of artifacts to additional resources for this Signal. For example, a link to Stackdriver logging for the Signal. Immutable for Signals created by Stackdriver Alerting.
repeated .google.cloud.irm.v1alpha2.Signal.SignalArtifact signal_artifacts = 16;List<? extends Signal.SignalArtifactOrBuilder> getSignalArtifactsOrBuilderList()
A set of artifacts to additional resources for this Signal. For example, a link to Stackdriver logging for the Signal. Immutable for Signals created by Stackdriver Alerting.
repeated .google.cloud.irm.v1alpha2.Signal.SignalArtifact signal_artifacts = 16;Signal.SignalArtifactOrBuilder getSignalArtifactsOrBuilder(int index)
A set of artifacts to additional resources for this Signal. For example, a link to Stackdriver logging for the Signal. Immutable for Signals created by Stackdriver Alerting.
repeated .google.cloud.irm.v1alpha2.Signal.SignalArtifact signal_artifacts = 16;Copyright © 2020 Google LLC. All rights reserved.