public final class EscalateIncidentResponse extends GeneratedMessageV3 implements EscalateIncidentResponseOrBuilder
Response for EscalateIncident.Protobuf type
google.cloud.irm.v1alpha2.EscalateIncidentResponse| Modifier and Type | Class and Description |
|---|---|
static class |
EscalateIncidentResponse.Builder
Response for EscalateIncident.
|
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 |
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 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()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;hasIncident in interface EscalateIncidentResponseOrBuilderpublic Incident getIncident()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;getIncident in interface EscalateIncidentResponseOrBuilderpublic IncidentOrBuilder getIncidentOrBuilder()
The escalated incident.
.google.cloud.irm.v1alpha2.Incident incident = 1;getIncidentOrBuilder in interface EscalateIncidentResponseOrBuilderpublic List<Subscription> getSubscriptionsList()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;getSubscriptionsList in interface EscalateIncidentResponseOrBuilderpublic List<? extends SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;getSubscriptionsOrBuilderList in interface EscalateIncidentResponseOrBuilderpublic int getSubscriptionsCount()
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;getSubscriptionsCount in interface EscalateIncidentResponseOrBuilderpublic Subscription getSubscriptions(int index)
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;getSubscriptions in interface EscalateIncidentResponseOrBuilderpublic SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
New or modified subscriptions.
repeated .google.cloud.irm.v1alpha2.Subscription subscriptions = 2;getSubscriptionsOrBuilder in interface EscalateIncidentResponseOrBuilderpublic List<Tag> getTagsList()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;getTagsList in interface EscalateIncidentResponseOrBuilderpublic List<? extends TagOrBuilder> getTagsOrBuilderList()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;getTagsOrBuilderList in interface EscalateIncidentResponseOrBuilderpublic int getTagsCount()
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;getTagsCount in interface EscalateIncidentResponseOrBuilderpublic Tag getTags(int index)
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;getTags in interface EscalateIncidentResponseOrBuilderpublic TagOrBuilder getTagsOrBuilder(int index)
New or modified tags.
repeated .google.cloud.irm.v1alpha2.Tag tags = 3;getTagsOrBuilder in interface EscalateIncidentResponseOrBuilderpublic List<IncidentRole> getRolesList()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;getRolesList in interface EscalateIncidentResponseOrBuilderpublic List<? extends IncidentRoleOrBuilder> getRolesOrBuilderList()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;getRolesOrBuilderList in interface EscalateIncidentResponseOrBuilderpublic int getRolesCount()
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;getRolesCount in interface EscalateIncidentResponseOrBuilderpublic IncidentRole getRoles(int index)
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;getRoles in interface EscalateIncidentResponseOrBuilderpublic IncidentRoleOrBuilder getRolesOrBuilder(int index)
New or modified roles.
repeated .google.cloud.irm.v1alpha2.IncidentRole roles = 4;getRolesOrBuilder in interface EscalateIncidentResponseOrBuilderpublic List<Artifact> getArtifactsList()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;getArtifactsList in interface EscalateIncidentResponseOrBuilderpublic List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;getArtifactsOrBuilderList in interface EscalateIncidentResponseOrBuilderpublic int getArtifactsCount()
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;getArtifactsCount in interface EscalateIncidentResponseOrBuilderpublic Artifact getArtifacts(int index)
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;getArtifacts in interface EscalateIncidentResponseOrBuilderpublic ArtifactOrBuilder getArtifactsOrBuilder(int index)
New or modified artifacts.
repeated .google.cloud.irm.v1alpha2.Artifact artifacts = 5;getArtifactsOrBuilder in interface EscalateIncidentResponseOrBuilderpublic 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 EscalateIncidentResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static EscalateIncidentResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static EscalateIncidentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EscalateIncidentResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EscalateIncidentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EscalateIncidentResponse parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static EscalateIncidentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EscalateIncidentResponse.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static EscalateIncidentResponse.Builder newBuilder()
public static EscalateIncidentResponse.Builder newBuilder(EscalateIncidentResponse prototype)
public EscalateIncidentResponse.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected EscalateIncidentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static EscalateIncidentResponse getDefaultInstance()
public static Parser<EscalateIncidentResponse> parser()
public Parser<EscalateIncidentResponse> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public EscalateIncidentResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderCopyright © 2020 Google LLC. All rights reserved.