Package com.google.cloud.dataplex.v1
Interface Asset.ResourceStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Asset.ResourceStatus
,Asset.ResourceStatus.Builder
- Enclosing class:
- Asset
public static interface Asset.ResourceStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getManagedAccessIdentity()
Output only.com.google.protobuf.ByteString
getManagedAccessIdentityBytes()
Output only.String
getMessage()
Additional information about the current state.com.google.protobuf.ByteString
getMessageBytes()
Additional information about the current state.Asset.ResourceStatus.State
getState()
The current state of the managed resource.int
getStateValue()
The current state of the managed resource.com.google.protobuf.Timestamp
getUpdateTime()
Last update time of the status.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Last update time of the status.boolean
hasUpdateTime()
Last update time of the status.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The current state of the managed resource.
.google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
Asset.ResourceStatus.State getState()
The current state of the managed resource.
.google.cloud.dataplex.v1.Asset.ResourceStatus.State state = 1;
- Returns:
- The state.
-
getMessage
String getMessage()
Additional information about the current state.
string message = 2;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Additional information about the current state.
string message = 2;
- Returns:
- The bytes for message.
-
hasUpdateTime
boolean hasUpdateTime()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
-
getManagedAccessIdentity
String getManagedAccessIdentity()
Output only. Service account associated with the BigQuery Connection.
string managed_access_identity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The managedAccessIdentity.
-
getManagedAccessIdentityBytes
com.google.protobuf.ByteString getManagedAccessIdentityBytes()
Output only. Service account associated with the BigQuery Connection.
string managed_access_identity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for managedAccessIdentity.
-
-