Interface PatchJobs.PatchJobInstanceDetailsOrBuilder (2.44.0)

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
Type Description
long

The attemptCount.

getFailureReason()

public abstract String getFailureReason()

If the patch fails, this field provides the reason.

string failure_reason = 4;

Returns
Type Description
String

The failureReason.

getFailureReasonBytes()

public abstract ByteString getFailureReasonBytes()

If the patch fails, this field provides the reason.

string failure_reason = 4;

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

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

Returns
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) = { ... }

Returns
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) = { ... }

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

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

Returns
Type Description
int

The enum numeric value on the wire for state.