public static interface Asset.ResourceStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManagedAccessIdentity()
public abstract String getManagedAccessIdentity()Output only. Service account associated with the BigQuery Connection.
string managed_access_identity = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The managedAccessIdentity. |
getManagedAccessIdentityBytes()
public abstract ByteString getManagedAccessIdentityBytes()Output only. Service account associated with the BigQuery Connection.
string managed_access_identity = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for managedAccessIdentity. |
getMessage()
public abstract String getMessage()Additional information about the current state.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Additional information about the current state.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getState()
public abstract Asset.ResourceStatus.State getState()The current state of the managed resource.
.google.events.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;
| Returns | |
|---|---|
| Type | Description |
Asset.ResourceStatus.State |
The state. |
getStateValue()
public abstract int getStateValue()The current state of the managed resource.
.google.events.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime()Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |