Interface InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsOrBuilder (1.98.0)

public interface InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Error getError()

Output only. [Output Only] Encountered errors.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
Type Description
Error

The error.

getErrorOrBuilder()

public abstract ErrorOrBuilder getErrorOrBuilder()

Output only. [Output Only] Encountered errors.

optional .google.cloud.compute.v1.Error error = 96784904;

Returns
Type Description
ErrorOrBuilder

getTimestamp()

public abstract 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 abstract 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 abstract 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 abstract 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.