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];
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Optional message about the status code.
string message = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getStatus()
public abstract SecretStatus.Status getStatus()
The status of the secret.
.grafeas.v1.SecretStatus.Status status = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SecretStatus.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()
The status of the secret.
.grafeas.v1.SecretStatus.Status status = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for status. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The time the secret status was last updated.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |