public static interface PatchJobs.PatchJobInstanceDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttemptCount()
public abstract long getAttemptCount()The number of times the agent that the agent attempts to apply the patch.
int64 attempt_count = 5;
| Type | Description |
| long | The attemptCount. |
getFailureReason()
public abstract String getFailureReason()If the patch fails, this field provides the reason.
string failure_reason = 4;
| Type | Description |
| String | The failureReason. |
getFailureReasonBytes()
public abstract ByteString getFailureReasonBytes()If the patch fails, this field provides the reason.
string failure_reason = 4;
| Type | Description |
| ByteString | The bytes for failureReason. |
getInstanceSystemId()
public abstract String getInstanceSystemId()The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;
| Type | Description |
| String | The instanceSystemId. |
getInstanceSystemIdBytes()
public abstract ByteString getInstanceSystemIdBytes()The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;
| Type | Description |
| ByteString | The bytes for instanceSystemId. |
getName()
public abstract String getName() The instance name in the form projects/*/zones/*/instances/*
string name = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The instance name in the form projects/*/zones/*/instances/*
string name = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getState()
public abstract PatchJobs.Instance.PatchState getState()Current state of instance patch.
.google.cloud.osconfig.v1.Instance.PatchState state = 3;
| Type | Description |
| PatchJobs.Instance.PatchState | The state. |
getStateValue()
public abstract int getStateValue()Current state of instance patch.
.google.cloud.osconfig.v1.Instance.PatchState state = 3;
| Type | Description |
| int | The enum numeric value on the wire for state. |