Interface Asset.SecurityStatusOrBuilder (1.39.0)

public static interface Asset.SecurityStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.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
TypeDescription
Asset.SecurityStatus.State

The state.

getStateValue()

public abstract int getStateValue()

The current state of the security policy applied to the attached resource.

.google.cloud.dataplex.v1.Asset.SecurityStatus.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.