Interface InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckOrBuilder (1.105.0)

public interface InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheckOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Error getError()

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