public static final class PatchJobs.ListPatchJobInstanceDetailsResponse extends com.google.protobuf.GeneratedMessageV3 implements PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilder
A response message for listing the instances details for a patch job.Protobuf type
google.cloud.osconfig.v1.ListPatchJobInstanceDetailsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
PatchJobs.ListPatchJobInstanceDetailsResponse.Builder
A response message for listing the instances details for a patch job.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
static int |
PATCH_JOB_INSTANCE_DETAILS_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, waitpublic static final int PATCH_JOB_INSTANCE_DETAILS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<PatchJobs.PatchJobInstanceDetails> getPatchJobInstanceDetailsList()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
getPatchJobInstanceDetailsList in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic List<? extends PatchJobs.PatchJobInstanceDetailsOrBuilder> getPatchJobInstanceDetailsOrBuilderList()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
getPatchJobInstanceDetailsOrBuilderList in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic int getPatchJobInstanceDetailsCount()
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
getPatchJobInstanceDetailsCount in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic PatchJobs.PatchJobInstanceDetails getPatchJobInstanceDetails(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
getPatchJobInstanceDetails in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic PatchJobs.PatchJobInstanceDetailsOrBuilder getPatchJobInstanceDetailsOrBuilder(int index)
A list of instance status.
repeated .google.cloud.osconfig.v1.PatchJobInstanceDetails patch_job_instance_details = 1;
getPatchJobInstanceDetailsOrBuilder in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic String getNextPageToken()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;getNextPageToken in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A pagination token that can be used to get the next page of results.
string next_page_token = 2;getNextPageTokenBytes in interface PatchJobs.ListPatchJobInstanceDetailsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PatchJobs.ListPatchJobInstanceDetailsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PatchJobs.ListPatchJobInstanceDetailsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PatchJobs.ListPatchJobInstanceDetailsResponse.Builder newBuilder()
public static PatchJobs.ListPatchJobInstanceDetailsResponse.Builder newBuilder(PatchJobs.ListPatchJobInstanceDetailsResponse prototype)
public PatchJobs.ListPatchJobInstanceDetailsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PatchJobs.ListPatchJobInstanceDetailsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PatchJobs.ListPatchJobInstanceDetailsResponse getDefaultInstance()
public static com.google.protobuf.Parser<PatchJobs.ListPatchJobInstanceDetailsResponse> parser()
public com.google.protobuf.Parser<PatchJobs.ListPatchJobInstanceDetailsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PatchJobs.ListPatchJobInstanceDetailsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.