public static final class PatchJobs.PatchJobInstanceDetails.Builder extends GeneratedMessage.Builder<PatchJobs.PatchJobInstanceDetails.Builder> implements PatchJobs.PatchJobInstanceDetailsOrBuilderPatch details for a VM instance. For more information about reviewing VM instance details, see Listing all VM instance details for a specific patch job.
Protobuf type google.cloud.osconfig.v1beta.PatchJobInstanceDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PatchJobs.PatchJobInstanceDetails.BuilderImplements
PatchJobs.PatchJobInstanceDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PatchJobs.PatchJobInstanceDetails build()| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails |
|
buildPartial()
public PatchJobs.PatchJobInstanceDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails |
|
clear()
public PatchJobs.PatchJobInstanceDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
|
clearAttemptCount()
public PatchJobs.PatchJobInstanceDetails.Builder clearAttemptCount()The number of times the agent that the agent attempts to apply the patch.
int64 attempt_count = 5;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
clearFailureReason()
public PatchJobs.PatchJobInstanceDetails.Builder clearFailureReason()If the patch fails, this field provides the reason.
string failure_reason = 4;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
clearInstanceSystemId()
public PatchJobs.PatchJobInstanceDetails.Builder clearInstanceSystemId()The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
clearName()
public PatchJobs.PatchJobInstanceDetails.Builder clearName() The instance name in the form projects/*/zones/*/instances/*
string name = 1;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
clearState()
public PatchJobs.PatchJobInstanceDetails.Builder clearState()Current state of instance patch.
.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
getAttemptCount()
public 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. |
getDefaultInstanceForType()
public PatchJobs.PatchJobInstanceDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFailureReason()
public String getFailureReason()If the patch fails, this field provides the reason.
string failure_reason = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The failureReason. |
getFailureReasonBytes()
public 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 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 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 String getName() The instance name in the form projects/*/zones/*/instances/*
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() The instance name in the form projects/*/zones/*/instances/*
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getState()
public PatchJobs.Instance.PatchState getState()Current state of instance patch.
.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;
| Returns | |
|---|---|
| Type | Description |
PatchJobs.Instance.PatchState |
The state. |
getStateValue()
public int getStateValue()Current state of instance patch.
.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PatchJobs.PatchJobInstanceDetails other)
public PatchJobs.PatchJobInstanceDetails.Builder mergeFrom(PatchJobs.PatchJobInstanceDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
PatchJobs.PatchJobInstanceDetails |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PatchJobs.PatchJobInstanceDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PatchJobs.PatchJobInstanceDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
|
setAttemptCount(long value)
public PatchJobs.PatchJobInstanceDetails.Builder setAttemptCount(long value)The number of times the agent that the agent attempts to apply the patch.
int64 attempt_count = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe attemptCount to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setFailureReason(String value)
public PatchJobs.PatchJobInstanceDetails.Builder setFailureReason(String value)If the patch fails, this field provides the reason.
string failure_reason = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe failureReason to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setFailureReasonBytes(ByteString value)
public PatchJobs.PatchJobInstanceDetails.Builder setFailureReasonBytes(ByteString value)If the patch fails, this field provides the reason.
string failure_reason = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for failureReason to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setInstanceSystemId(String value)
public PatchJobs.PatchJobInstanceDetails.Builder setInstanceSystemId(String value)The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instanceSystemId to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setInstanceSystemIdBytes(ByteString value)
public PatchJobs.PatchJobInstanceDetails.Builder setInstanceSystemIdBytes(ByteString value)The unique identifier for the instance. This identifier is defined by the server.
string instance_system_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instanceSystemId to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setName(String value)
public PatchJobs.PatchJobInstanceDetails.Builder setName(String value) The instance name in the form projects/*/zones/*/instances/*
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public PatchJobs.PatchJobInstanceDetails.Builder setNameBytes(ByteString value) The instance name in the form projects/*/zones/*/instances/*
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setState(PatchJobs.Instance.PatchState value)
public PatchJobs.PatchJobInstanceDetails.Builder setState(PatchJobs.Instance.PatchState value)Current state of instance patch.
.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
PatchJobs.Instance.PatchStateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |
setStateValue(int value)
public PatchJobs.PatchJobInstanceDetails.Builder setStateValue(int value)Current state of instance patch.
.google.cloud.osconfig.v1beta.Instance.PatchState state = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
PatchJobs.PatchJobInstanceDetails.Builder |
This builder for chaining. |