public interface EscalateIncidentRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifacts(int index)
Artifacts to add.
|
int |
getArtifactsCount()
Artifacts to add.
|
List<Artifact> |
getArtifactsList()
Artifacts to add.
|
ArtifactOrBuilder |
getArtifactsOrBuilder(int index)
Artifacts to add.
|
List<? extends ArtifactOrBuilder> |
getArtifactsOrBuilderList()
Artifacts to add.
|
Incident |
getIncident()
Required.
|
IncidentOrBuilder |
getIncidentOrBuilder()
Required.
|
IncidentRoleAssignment |
getRoles(int index)
Roles to add or update.
|
int |
getRolesCount()
Roles to add or update.
|
List<IncidentRoleAssignment> |
getRolesList()
Roles to add or update.
|
IncidentRoleAssignmentOrBuilder |
getRolesOrBuilder(int index)
Roles to add or update.
|
List<? extends IncidentRoleAssignmentOrBuilder> |
getRolesOrBuilderList()
Roles to add or update.
|
Subscription |
getSubscriptions(int index)
Subscriptions to add or update.
|
int |
getSubscriptionsCount()
Subscriptions to add or update.
|
List<Subscription> |
getSubscriptionsList()
Subscriptions to add or update.
|
SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
Subscriptions to add or update.
|
List<? extends SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
Subscriptions to add or update.
|
Tag |
getTags(int index)
Tags to add.
|
int |
getTagsCount()
Tags to add.
|
List<Tag> |
getTagsList()
Tags to add.
|
TagOrBuilder |
getTagsOrBuilder(int index)
Tags to add.
|
List<? extends TagOrBuilder> |
getTagsOrBuilderList()
Tags to add.
|
FieldMask |
getUpdateMask()
List of fields that should be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
List of fields that should be updated.
|
boolean |
hasIncident()
Required.
|
boolean |
hasUpdateMask()
List of fields that should be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasIncident()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
Incident getIncident()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
IncidentOrBuilder getIncidentOrBuilder()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;List<Subscription> getSubscriptionsList()
Subscriptions to add or update. Existing subscriptions with the same channel and address as a subscription in the list will be updated.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 3;Subscription getSubscriptions(int index)
Subscriptions to add or update. Existing subscriptions with the same channel and address as a subscription in the list will be updated.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 3;int getSubscriptionsCount()
Subscriptions to add or update. Existing subscriptions with the same channel and address as a subscription in the list will be updated.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 3;List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
Subscriptions to add or update. Existing subscriptions with the same channel and address as a subscription in the list will be updated.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 3;SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
Subscriptions to add or update. Existing subscriptions with the same channel and address as a subscription in the list will be updated.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 3;List<Tag> getTagsList()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;Tag getTags(int index)
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;int getTagsCount()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;List<? extends TagOrBuilder> getTagsOrBuilderList()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;TagOrBuilder getTagsOrBuilder(int index)
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;List<IncidentRoleAssignment> getRolesList()
Roles to add or update. Existing roles with the same type (and title, for TYPE_OTHER roles) will be updated.
repeated .google.cloud.irm.v1alpha2.IncidentRoleAssignment roles = 5;IncidentRoleAssignment getRoles(int index)
Roles to add or update. Existing roles with the same type (and title, for TYPE_OTHER roles) will be updated.
repeated .google.cloud.irm.v1alpha2.IncidentRoleAssignment roles = 5;int getRolesCount()
Roles to add or update. Existing roles with the same type (and title, for TYPE_OTHER roles) will be updated.
repeated .google.cloud.irm.v1alpha2.IncidentRoleAssignment roles = 5;List<? extends IncidentRoleAssignmentOrBuilder> getRolesOrBuilderList()
Roles to add or update. Existing roles with the same type (and title, for TYPE_OTHER roles) will be updated.
repeated .google.cloud.irm.v1alpha2.IncidentRoleAssignment roles = 5;IncidentRoleAssignmentOrBuilder getRolesOrBuilder(int index)
Roles to add or update. Existing roles with the same type (and title, for TYPE_OTHER roles) will be updated.
repeated .google.cloud.irm.v1alpha2.IncidentRoleAssignment roles = 5;List<Artifact> getArtifactsList()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;Artifact getArtifacts(int index)
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;int getArtifactsCount()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;ArtifactOrBuilder getArtifactsOrBuilder(int index)
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;Copyright © 2020 Google LLC. All rights reserved.