public interface EscalateIncidentResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifacts(int index)
New or modified artifacts.
|
int |
getArtifactsCount()
New or modified artifacts.
|
List<Artifact> |
getArtifactsList()
New or modified artifacts.
|
ArtifactOrBuilder |
getArtifactsOrBuilder(int index)
New or modified artifacts.
|
List<? extends ArtifactOrBuilder> |
getArtifactsOrBuilderList()
New or modified artifacts.
|
Incident |
getIncident()
The escalated incident.
|
IncidentOrBuilder |
getIncidentOrBuilder()
The escalated incident.
|
IncidentRole |
getRoles(int index)
New or modified roles.
|
int |
getRolesCount()
New or modified roles.
|
List<IncidentRole> |
getRolesList()
New or modified roles.
|
IncidentRoleOrBuilder |
getRolesOrBuilder(int index)
New or modified roles.
|
List<? extends IncidentRoleOrBuilder> |
getRolesOrBuilderList()
New or modified roles.
|
Subscription |
getSubscriptions(int index)
New or modified subscriptions.
|
int |
getSubscriptionsCount()
New or modified subscriptions.
|
List<Subscription> |
getSubscriptionsList()
New or modified subscriptions.
|
SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
New or modified subscriptions.
|
List<? extends SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
New or modified subscriptions.
|
Tag |
getTags(int index)
New or modified tags.
|
int |
getTagsCount()
New or modified tags.
|
List<Tag> |
getTagsList()
New or modified tags.
|
TagOrBuilder |
getTagsOrBuilder(int index)
New or modified tags.
|
List<? extends TagOrBuilder> |
getTagsOrBuilderList()
New or modified tags.
|
boolean |
hasIncident()
The escalated incident.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasIncident()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;Incident getIncident()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;IncidentOrBuilder getIncidentOrBuilder()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;List<Subscription> getSubscriptionsList()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;Subscription getSubscriptions(int index)
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;int getSubscriptionsCount()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;List<Tag> getTagsList()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;Tag getTags(int index)
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;int getTagsCount()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;List<? extends TagOrBuilder> getTagsOrBuilderList()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;TagOrBuilder getTagsOrBuilder(int index)
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;List<IncidentRole> getRolesList()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;IncidentRole getRoles(int index)
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;int getRolesCount()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;List<? extends IncidentRoleOrBuilder> getRolesOrBuilderList()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;IncidentRoleOrBuilder getRolesOrBuilder(int index)
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;List<Artifact> getArtifactsList()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;Artifact getArtifacts(int index)
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;int getArtifactsCount()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;ArtifactOrBuilder getArtifactsOrBuilder(int index)
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;Copyright © 2020 Google LLC. All rights reserved.