public static final class InstanceManagedByIgmError.Builder extends GeneratedMessage.Builder<InstanceManagedByIgmError.Builder> implements InstanceManagedByIgmErrorOrBuilder Protobuf type google.cloud.compute.v1.InstanceManagedByIgmError
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InstanceManagedByIgmError.BuilderImplements
InstanceManagedByIgmErrorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InstanceManagedByIgmError build()| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError |
|
buildPartial()
public InstanceManagedByIgmError buildPartial()| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError |
|
clear()
public InstanceManagedByIgmError.Builder clear()| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
clearError()
public InstanceManagedByIgmError.Builder clearError()Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
clearInstanceActionDetails()
public InstanceManagedByIgmError.Builder clearInstanceActionDetails()Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
clearTimestamp()
public InstanceManagedByIgmError.Builder clearTimestamp()Output only. The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public InstanceManagedByIgmError getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getError()
public InstanceManagedByIgmErrorManagedInstanceError getError()Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorManagedInstanceError |
The error. |
getErrorBuilder()
public InstanceManagedByIgmErrorManagedInstanceError.Builder getErrorBuilder()Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorManagedInstanceError.Builder |
|
getErrorOrBuilder()
public InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder |
|
getInstanceActionDetails()
public InstanceManagedByIgmErrorInstanceActionDetails getInstanceActionDetails()Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorInstanceActionDetails |
The instanceActionDetails. |
getInstanceActionDetailsBuilder()
public InstanceManagedByIgmErrorInstanceActionDetails.Builder getInstanceActionDetailsBuilder()Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorInstanceActionDetails.Builder |
|
getInstanceActionDetailsOrBuilder()
public InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder getInstanceActionDetailsOrBuilder()Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder |
|
getTimestamp()
public String getTimestamp()Output only. The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
String |
The timestamp. |
getTimestampBytes()
public ByteString getTimestampBytes()Output only. The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timestamp. |
hasError()
public boolean hasError()Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasInstanceActionDetails()
public boolean hasInstanceActionDetails()Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceActionDetails field is set. |
hasTimestamp()
public boolean hasTimestamp()Output only. The time that this error occurred. This value is in 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(InstanceManagedByIgmErrorManagedInstanceError value)
public InstanceManagedByIgmError.Builder mergeError(InstanceManagedByIgmErrorManagedInstanceError value)Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceManagedByIgmErrorManagedInstanceError |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
mergeFrom(InstanceManagedByIgmError other)
public InstanceManagedByIgmError.Builder mergeFrom(InstanceManagedByIgmError other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceManagedByIgmError |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InstanceManagedByIgmError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InstanceManagedByIgmError.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
mergeInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails value)
public InstanceManagedByIgmError.Builder mergeInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails value)Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceManagedByIgmErrorInstanceActionDetails |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
setError(InstanceManagedByIgmErrorManagedInstanceError value)
public InstanceManagedByIgmError.Builder setError(InstanceManagedByIgmErrorManagedInstanceError value)Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceManagedByIgmErrorManagedInstanceError |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
setError(InstanceManagedByIgmErrorManagedInstanceError.Builder builderForValue)
public InstanceManagedByIgmError.Builder setError(InstanceManagedByIgmErrorManagedInstanceError.Builder builderForValue)Output only. Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InstanceManagedByIgmErrorManagedInstanceError.Builder |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
setInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails value)
public InstanceManagedByIgmError.Builder setInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails value)Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Parameter | |
|---|---|
| Name | Description |
value |
InstanceManagedByIgmErrorInstanceActionDetails |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
setInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails.Builder builderForValue)
public InstanceManagedByIgmError.Builder setInstanceActionDetails(InstanceManagedByIgmErrorInstanceActionDetails.Builder builderForValue)Output only. Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InstanceManagedByIgmErrorInstanceActionDetails.Builder |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
|
setTimestamp(String value)
public InstanceManagedByIgmError.Builder setTimestamp(String value)Output only. The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe timestamp to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
This builder for chaining. |
setTimestampBytes(ByteString value)
public InstanceManagedByIgmError.Builder setTimestampBytes(ByteString value)Output only. The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for timestamp to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceManagedByIgmError.Builder |
This builder for chaining. |