public final class SearchIncidentsResponse extends GeneratedMessageV3 implements SearchIncidentsResponseOrBuilder
Response for the SearchIncidents method.Protobuf type
google.cloud.irm.v1alpha2.SearchIncidentsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
SearchIncidentsResponse.Builder
Response for the SearchIncidents method.
|
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 |
INCIDENTS_FIELD_NUMBER |
static int |
NEXT_PAGE_TOKEN_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 INCIDENTS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_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 List<Incident> getIncidentsList()
Incidents.
repeated .google.cloud.irm.v1alpha2.Incident incidents = 1;getIncidentsList in interface SearchIncidentsResponseOrBuilderpublic List<? extends IncidentOrBuilder> getIncidentsOrBuilderList()
Incidents.
repeated .google.cloud.irm.v1alpha2.Incident incidents = 1;getIncidentsOrBuilderList in interface SearchIncidentsResponseOrBuilderpublic int getIncidentsCount()
Incidents.
repeated .google.cloud.irm.v1alpha2.Incident incidents = 1;getIncidentsCount in interface SearchIncidentsResponseOrBuilderpublic Incident getIncidents(int index)
Incidents.
repeated .google.cloud.irm.v1alpha2.Incident incidents = 1;getIncidents in interface SearchIncidentsResponseOrBuilderpublic IncidentOrBuilder getIncidentsOrBuilder(int index)
Incidents.
repeated .google.cloud.irm.v1alpha2.Incident incidents = 1;getIncidentsOrBuilder in interface SearchIncidentsResponseOrBuilderpublic String getNextPageToken()
Page token to fetch the next set of incidents.
string next_page_token = 2;getNextPageToken in interface SearchIncidentsResponseOrBuilderpublic ByteString getNextPageTokenBytes()
Page token to fetch the next set of incidents.
string next_page_token = 2;getNextPageTokenBytes in interface SearchIncidentsResponseOrBuilderpublic 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 SearchIncidentsResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static SearchIncidentsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static SearchIncidentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchIncidentsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SearchIncidentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchIncidentsResponse parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static SearchIncidentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SearchIncidentsResponse.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static SearchIncidentsResponse.Builder newBuilder()
public static SearchIncidentsResponse.Builder newBuilder(SearchIncidentsResponse prototype)
public SearchIncidentsResponse.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected SearchIncidentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static SearchIncidentsResponse getDefaultInstance()
public static Parser<SearchIncidentsResponse> parser()
public Parser<SearchIncidentsResponse> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public SearchIncidentsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderCopyright © 2020 Google LLC. All rights reserved.