public static interface PatchJobs.PatchJobInstanceDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAttemptCount()
The number of times the agent that the agent attempts to apply the patch.
|
String |
getFailureReason()
If the patch fails, this field provides the reason.
|
com.google.protobuf.ByteString |
getFailureReasonBytes()
If the patch fails, this field provides the reason.
|
String |
getInstanceSystemId()
The unique identifier for the instance.
|
com.google.protobuf.ByteString |
getInstanceSystemIdBytes()
The unique identifier for the instance.
|
String |
getName()
The instance name in the form `projects/*/zones/*/instances/*`
|
com.google.protobuf.ByteString |
getNameBytes()
The instance name in the form `projects/*/zones/*/instances/*`
|
PatchJobs.Instance.PatchState |
getState()
Current state of instance patch.
|
int |
getStateValue()
Current state of instance patch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The instance name in the form `projects/*/zones/*/instances/*`
string name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
The instance name in the form `projects/*/zones/*/instances/*`
string name = 1 [(.google.api.resource_reference) = { ... }String getInstanceSystemId()
The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;com.google.protobuf.ByteString getInstanceSystemIdBytes()
The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;int getStateValue()
Current state of instance patch.
.google.cloud.osconfig.v1.Instance.PatchState state = 3;PatchJobs.Instance.PatchState getState()
Current state of instance patch.
.google.cloud.osconfig.v1.Instance.PatchState state = 3;String getFailureReason()
If the patch fails, this field provides the reason.
string failure_reason = 4;com.google.protobuf.ByteString getFailureReasonBytes()
If the patch fails, this field provides the reason.
string failure_reason = 4;long getAttemptCount()
The number of times the agent that the agent attempts to apply the patch.
int64 attempt_count = 5;Copyright © 2024 Google LLC. All rights reserved.