Interface PatchJobs.PatchJobInstanceDetailsOrBuilder (2.5.1)

public static interface PatchJobs.PatchJobInstanceDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttemptCount()

public abstract long getAttemptCount()

The number of times the agent that the agent attempts to apply the patch.

int64 attempt_count = 5;

Returns
TypeDescription
long

The attemptCount.

getFailureReason()

public abstract String getFailureReason()

If the patch fails, this field provides the reason.

string failure_reason = 4;

Returns
TypeDescription
String

The failureReason.

getFailureReasonBytes()

public abstract ByteString getFailureReasonBytes()

If the patch fails, this field provides the reason.

string failure_reason = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for instanceSystemId.

getName()

public abstract String getName()

The instance name in the form projects/*/zones/*/instances/*

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The instance name in the form projects/*/zones/*/instances/*

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getState()

public abstract PatchJobs.Instance.PatchState getState()

Current state of instance patch.

.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;

Returns
TypeDescription
PatchJobs.Instance.PatchState

The state.

getStateValue()

public abstract int getStateValue()

Current state of instance patch.

.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for state.