public
interface
SecretStatusOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getMessage()
public
abstract
String
getMessage
()
Optional message about the status code.
string message = 3 [(.google.api.field_behavior) = OPTIONAL];
getMessageBytes()
public
abstract
ByteString
getMessageBytes
()
Optional message about the status code.
string message = 3 [(.google.api.field_behavior) = OPTIONAL];
getStatus()
public
abstract
SecretStatus
.
Status
getStatus
()
The status of the secret.
.grafeas.v1.SecretStatus.Status status = 1 [(.google.api.field_behavior) = OPTIONAL];
getStatusValue()
public
abstract
int
getStatusValue
()
The status of the secret.
.grafeas.v1.SecretStatus.Status status = 1 [(.google.api.field_behavior) = OPTIONAL];
getUpdateTime()
public
abstract
Timestamp
getUpdateTime
()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateTimeOrBuilder()
public
abstract
TimestampOrBuilder
getUpdateTimeOrBuilder
()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];
hasUpdateTime()
public
abstract
boolean
hasUpdateTime
()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];

