public final class EscalateIncidentRequest extends GeneratedMessageV3 implements EscalateIncidentRequestOrBuilder
Request to escalate an incident.Protobuf type
google.cloud.irm.v1alpha2.EscalateIncidentRequest| Modifier and Type | Class and Description |
|---|---|
static class |
EscalateIncidentRequest.Builder
Request to escalate an incident.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterAbstractMessageLite.InternalOneOfEnum| Modifier and Type | Field and Description |
|---|---|
static int |
ARTIFACTS_FIELD_NUMBER |
static int |
INCIDENT_FIELD_NUMBER |
static int |
ROLES_FIELD_NUMBER |
static int |
SUBSCRIPTIONS_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
UPDATE_MASK_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int INCIDENT_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
public static final int SUBSCRIPTIONS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int ROLES_FIELD_NUMBER
public static final int ARTIFACTS_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class GeneratedMessageV3public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasIncident()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
hasIncident in interface EscalateIncidentRequestOrBuilderpublic Incident getIncident()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
getIncident in interface EscalateIncidentRequestOrBuilderpublic IncidentOrBuilder getIncidentOrBuilder()
Required. The incident to escalate with the new values.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
getIncidentOrBuilder in interface EscalateIncidentRequestOrBuilderpublic boolean hasUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;hasUpdateMask in interface EscalateIncidentRequestOrBuilderpublic FieldMask getUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;getUpdateMask in interface EscalateIncidentRequestOrBuilderpublic FieldMaskOrBuilder getUpdateMaskOrBuilder()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;getUpdateMaskOrBuilder in interface EscalateIncidentRequestOrBuilderpublic 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;getSubscriptionsList in interface EscalateIncidentRequestOrBuilderpublic 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;getSubscriptionsOrBuilderList in interface EscalateIncidentRequestOrBuilderpublic 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;getSubscriptionsCount in interface EscalateIncidentRequestOrBuilderpublic 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;getSubscriptions in interface EscalateIncidentRequestOrBuilderpublic 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;getSubscriptionsOrBuilder in interface EscalateIncidentRequestOrBuilderpublic List<Tag> getTagsList()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;getTagsList in interface EscalateIncidentRequestOrBuilderpublic List<? extends TagOrBuilder> getTagsOrBuilderList()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;getTagsOrBuilderList in interface EscalateIncidentRequestOrBuilderpublic int getTagsCount()
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;getTagsCount in interface EscalateIncidentRequestOrBuilderpublic Tag getTags(int index)
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;getTags in interface EscalateIncidentRequestOrBuilderpublic TagOrBuilder getTagsOrBuilder(int index)
Tags to add. Tags identical to existing tags will be ignored.
repeated .google.cloud.irm.v1alpha2.Tag tags = 4;getTagsOrBuilder in interface EscalateIncidentRequestOrBuilderpublic 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;getRolesList in interface EscalateIncidentRequestOrBuilderpublic 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;getRolesOrBuilderList in interface EscalateIncidentRequestOrBuilderpublic 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;getRolesCount in interface EscalateIncidentRequestOrBuilderpublic 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;getRoles in interface EscalateIncidentRequestOrBuilderpublic 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;getRolesOrBuilder in interface EscalateIncidentRequestOrBuilderpublic List<Artifact> getArtifactsList()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;getArtifactsList in interface EscalateIncidentRequestOrBuilderpublic List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;getArtifactsOrBuilderList in interface EscalateIncidentRequestOrBuilderpublic int getArtifactsCount()
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;getArtifactsCount in interface EscalateIncidentRequestOrBuilderpublic Artifact getArtifacts(int index)
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;getArtifacts in interface EscalateIncidentRequestOrBuilderpublic ArtifactOrBuilder getArtifactsOrBuilder(int index)
Artifacts to add. All artifacts are added without checking for duplicates.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 6;getArtifactsOrBuilder in interface EscalateIncidentRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static EscalateIncidentRequest parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static EscalateIncidentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EscalateIncidentRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EscalateIncidentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EscalateIncidentRequest parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static EscalateIncidentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EscalateIncidentRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static EscalateIncidentRequest.Builder newBuilder()
public static EscalateIncidentRequest.Builder newBuilder(EscalateIncidentRequest prototype)
public EscalateIncidentRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected EscalateIncidentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static EscalateIncidentRequest getDefaultInstance()
public static Parser<EscalateIncidentRequest> parser()
public Parser<EscalateIncidentRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public EscalateIncidentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderCopyright © 2020 Google LLC. All rights reserved.