Interface Asset.ResourceStatusOrBuilder (1.39.0)

public static interface Asset.ResourceStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManagedAccessIdentity()

public abstract String getManagedAccessIdentity()

Output only. Service account associated with the BigQuery Connection.

string managed_access_identity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The managedAccessIdentity.

getManagedAccessIdentityBytes()

public abstract ByteString getManagedAccessIdentityBytes()

Output only. Service account associated with the BigQuery Connection.

string managed_access_identity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for managedAccessIdentity.

getMessage()

public abstract String getMessage()

Additional information about the current state.

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Additional information about the current state.

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.

getState()

public abstract Asset.ResourceStatus.State getState()

The current state of the managed resource.

.google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;

Returns
TypeDescription
Asset.ResourceStatus.State

The state.

getStateValue()

public abstract int getStateValue()

The current state of the managed resource.

.google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Last update time of the status.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Last update time of the status.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Last update time of the status.

.google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
boolean

Whether the updateTime field is set.