public static final class InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder extends GeneratedMessage.Builder<InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder> implements InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsOrBuilder Protobuf type
google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails build()| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails |
|
buildPartial()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails |
|
clear()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
clearError()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder clearError()Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
clearTimestamp()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder clearTimestamp()Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getError()
public Error getError()Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Returns | |
|---|---|
| Type | Description |
Error |
The error. |
getErrorBuilder()
public Error.Builder getErrorBuilder()Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Returns | |
|---|---|
| Type | Description |
Error.Builder |
|
getErrorOrBuilder()
public ErrorOrBuilder getErrorOrBuilder()Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Returns | |
|---|---|
| Type | Description |
ErrorOrBuilder |
|
getTimestamp()
public String getTimestamp()Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
String |
The timestamp. |
getTimestampBytes()
public ByteString getTimestampBytes()Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timestamp. |
hasError()
public boolean hasError()Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasTimestamp()
public boolean hasTimestamp()Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeError(Error value)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder mergeError(Error value)Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
value |
Error |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
mergeFrom(InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails other)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder mergeFrom(InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
setError(Error value)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder setError(Error value)Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
value |
Error |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
setError(Error.Builder builderForValue)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder setError(Error.Builder builderForValue)Output only. [Output Only] Encountered errors.
optional .google.cloud.compute.v1.Error error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Error.Builder |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
|
setTimestamp(String value)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder setTimestamp(String value)Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe timestamp to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
This builder for chaining. |
setTimestampBytes(ByteString value)
public InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder setTimestampBytes(ByteString value)Output only. [Output Only] Timestamp is shown only if there is an error. The field has // RFC3339 // text format.
optional string timestamp = 55126294;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for timestamp to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.Builder |
This builder for chaining. |