public static final class PatchJobs.PatchJob.InstanceDetailsSummary extends com.google.protobuf.GeneratedMessageV3 implements PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder
A summary of the current patch state across all instances that this patch job affects. Contains counts of instances in different states. These states map to `InstancePatchState`. List patch job instance details to see the specific states of each instance.Protobuf type
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary| Modifier and Type | Class and Description |
|---|---|
static class |
PatchJobs.PatchJob.InstanceDetailsSummary.Builder
A summary of the current patch state across all instances that this patch
job affects.
|
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 |
ACKED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
APPLYING_PATCHES_INSTANCE_COUNT_FIELD_NUMBER |
static int |
DOWNLOADING_PATCHES_INSTANCE_COUNT_FIELD_NUMBER |
static int |
FAILED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
INACTIVE_INSTANCE_COUNT_FIELD_NUMBER |
static int |
NO_AGENT_DETECTED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
NOTIFIED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
PENDING_INSTANCE_COUNT_FIELD_NUMBER |
static int |
POST_PATCH_STEP_INSTANCE_COUNT_FIELD_NUMBER |
static int |
PRE_PATCH_STEP_INSTANCE_COUNT_FIELD_NUMBER |
static int |
REBOOTING_INSTANCE_COUNT_FIELD_NUMBER |
static int |
STARTED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
SUCCEEDED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
SUCCEEDED_REBOOT_REQUIRED_INSTANCE_COUNT_FIELD_NUMBER |
static int |
TIMED_OUT_INSTANCE_COUNT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAckedInstanceCount()
Number of instances that have acked and will start shortly.
|
long |
getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
|
static PatchJobs.PatchJob.InstanceDetailsSummary |
getDefaultInstance() |
PatchJobs.PatchJob.InstanceDetailsSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
|
long |
getFailedInstanceCount()
Number of instances that failed.
|
long |
getInactiveInstanceCount()
Number of instances that are inactive.
|
long |
getNoAgentDetectedInstanceCount()
Number of instances that do not appear to be running the agent.
|
long |
getNotifiedInstanceCount()
Number of instances notified about patch job.
|
com.google.protobuf.Parser<PatchJobs.PatchJob.InstanceDetailsSummary> |
getParserForType() |
long |
getPendingInstanceCount()
Number of instances pending patch job.
|
long |
getPostPatchStepInstanceCount()
Number of instances that are running the post-patch step.
|
long |
getPrePatchStepInstanceCount()
Number of instances that are running the pre-patch step.
|
long |
getRebootingInstanceCount()
Number of instances rebooting.
|
int |
getSerializedSize() |
long |
getStartedInstanceCount()
Number of instances that have started.
|
long |
getSucceededInstanceCount()
Number of instances that have completed successfully.
|
long |
getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
|
long |
getTimedOutInstanceCount()
Number of instances that exceeded the time out while applying the patch.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PatchJobs.PatchJob.InstanceDetailsSummary.Builder |
newBuilder() |
static PatchJobs.PatchJob.InstanceDetailsSummary.Builder |
newBuilder(PatchJobs.PatchJob.InstanceDetailsSummary prototype) |
PatchJobs.PatchJob.InstanceDetailsSummary.Builder |
newBuilderForType() |
protected PatchJobs.PatchJob.InstanceDetailsSummary.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseDelimitedFrom(InputStream input) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(byte[] data) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(ByteBuffer data) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(com.google.protobuf.ByteString data) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(InputStream input) |
static PatchJobs.PatchJob.InstanceDetailsSummary |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PatchJobs.PatchJob.InstanceDetailsSummary> |
parser() |
PatchJobs.PatchJob.InstanceDetailsSummary.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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 PENDING_INSTANCE_COUNT_FIELD_NUMBER
public static final int INACTIVE_INSTANCE_COUNT_FIELD_NUMBER
public static final int NOTIFIED_INSTANCE_COUNT_FIELD_NUMBER
public static final int STARTED_INSTANCE_COUNT_FIELD_NUMBER
public static final int DOWNLOADING_PATCHES_INSTANCE_COUNT_FIELD_NUMBER
public static final int APPLYING_PATCHES_INSTANCE_COUNT_FIELD_NUMBER
public static final int REBOOTING_INSTANCE_COUNT_FIELD_NUMBER
public static final int SUCCEEDED_INSTANCE_COUNT_FIELD_NUMBER
public static final int SUCCEEDED_REBOOT_REQUIRED_INSTANCE_COUNT_FIELD_NUMBER
public static final int FAILED_INSTANCE_COUNT_FIELD_NUMBER
public static final int ACKED_INSTANCE_COUNT_FIELD_NUMBER
public static final int TIMED_OUT_INSTANCE_COUNT_FIELD_NUMBER
public static final int PRE_PATCH_STEP_INSTANCE_COUNT_FIELD_NUMBER
public static final int POST_PATCH_STEP_INSTANCE_COUNT_FIELD_NUMBER
public static final int NO_AGENT_DETECTED_INSTANCE_COUNT_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 long getPendingInstanceCount()
Number of instances pending patch job.
int64 pending_instance_count = 1;getPendingInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getInactiveInstanceCount()
Number of instances that are inactive.
int64 inactive_instance_count = 2;getInactiveInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getNotifiedInstanceCount()
Number of instances notified about patch job.
int64 notified_instance_count = 3;getNotifiedInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getStartedInstanceCount()
Number of instances that have started.
int64 started_instance_count = 4;getStartedInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getDownloadingPatchesInstanceCount()
Number of instances that are downloading patches.
int64 downloading_patches_instance_count = 5;getDownloadingPatchesInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getApplyingPatchesInstanceCount()
Number of instances that are applying patches.
int64 applying_patches_instance_count = 6;getApplyingPatchesInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getRebootingInstanceCount()
Number of instances rebooting.
int64 rebooting_instance_count = 7;getRebootingInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getSucceededInstanceCount()
Number of instances that have completed successfully.
int64 succeeded_instance_count = 8;getSucceededInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getSucceededRebootRequiredInstanceCount()
Number of instances that require reboot.
int64 succeeded_reboot_required_instance_count = 9;getSucceededRebootRequiredInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getFailedInstanceCount()
Number of instances that failed.
int64 failed_instance_count = 10;getFailedInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getAckedInstanceCount()
Number of instances that have acked and will start shortly.
int64 acked_instance_count = 11;getAckedInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getTimedOutInstanceCount()
Number of instances that exceeded the time out while applying the patch.
int64 timed_out_instance_count = 12;getTimedOutInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getPrePatchStepInstanceCount()
Number of instances that are running the pre-patch step.
int64 pre_patch_step_instance_count = 13;getPrePatchStepInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getPostPatchStepInstanceCount()
Number of instances that are running the post-patch step.
int64 post_patch_step_instance_count = 14;getPostPatchStepInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic long getNoAgentDetectedInstanceCount()
Number of instances that do not appear to be running the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.
int64 no_agent_detected_instance_count = 15;getNoAgentDetectedInstanceCount in interface PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilderpublic 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.PatchJob.InstanceDetailsSummary parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(InputStream input) throws IOException
IOExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PatchJobs.PatchJob.InstanceDetailsSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PatchJobs.PatchJob.InstanceDetailsSummary.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PatchJobs.PatchJob.InstanceDetailsSummary.Builder newBuilder()
public static PatchJobs.PatchJob.InstanceDetailsSummary.Builder newBuilder(PatchJobs.PatchJob.InstanceDetailsSummary prototype)
public PatchJobs.PatchJob.InstanceDetailsSummary.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PatchJobs.PatchJob.InstanceDetailsSummary.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PatchJobs.PatchJob.InstanceDetailsSummary getDefaultInstance()
public static com.google.protobuf.Parser<PatchJobs.PatchJob.InstanceDetailsSummary> parser()
public com.google.protobuf.Parser<PatchJobs.PatchJob.InstanceDetailsSummary> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PatchJobs.PatchJob.InstanceDetailsSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.