public static interface Asset.SecurityStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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.SecurityStatus.State getState()
The current state of the security policy applied to the attached resource.
.google.events.cloud.dataplex.v1.Asset.SecurityStatus.State state = 1;
Returns | |
---|---|
Type | Description |
Asset.SecurityStatus.State | The state. |
getStateValue()
public abstract int getStateValue()
The current state of the security policy applied to the attached resource.
.google.events.cloud.dataplex.v1.Asset.SecurityStatus.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. |