Interface InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckOrBuilder (1.98.0)

public interface InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Error getError()

Output only. [Output Only] Errors encountered during bulk instance operation.

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

Returns
Type Description
Error

The error.

getErrorOrBuilder()

public abstract ErrorOrBuilder getErrorOrBuilder()

Output only. [Output Only] Errors encountered during bulk instance operation.

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

Returns
Type Description
ErrorOrBuilder

getTimestamp()

public abstract String getTimestamp()

Output only. [Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format.

optional string timestamp = 55126294;

Returns
Type Description
String

The timestamp.

getTimestampBytes()

public abstract ByteString getTimestampBytes()

Output only. [Output Only] Timestamp of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format.

optional string timestamp = 55126294;

Returns
Type Description
ByteString

The bytes for timestamp.

hasError()

public abstract boolean hasError()

Output only. [Output Only] Errors encountered during bulk instance operation.

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 of the last progress check of bulk instance operation. Timestamp is in RFC3339 text format.

optional string timestamp = 55126294;

Returns
Type Description
boolean

Whether the timestamp field is set.