Package com.google.cloud.dataplex.v1
Interface Asset.SecurityStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Asset.SecurityStatus
,Asset.SecurityStatus.Builder
- Enclosing class:
- Asset
public static interface Asset.SecurityStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Additional information about the current state.com.google.protobuf.ByteString
getMessageBytes()
Additional information about the current state.Asset.SecurityStatus.State
getState()
The current state of the security policy applied to the attached resource.int
getStateValue()
The current state of the security policy applied to the attached 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 security policy applied to the attached resource.
.google.cloud.dataplex.v1.Asset.SecurityStatus.State state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
Asset.SecurityStatus.State getState()
The current state of the security policy applied to the attached resource.
.google.cloud.dataplex.v1.Asset.SecurityStatus.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;
-
-