public interface ApproveDecisionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApproveTime()
public abstract Timestamp getApproveTime()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The approveTime. |
getApproveTimeOrBuilder()
public abstract TimestampOrBuilder getApproveTimeOrBuilder()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getAutoApproved()
public abstract boolean getAutoApproved()True when the request has been auto-approved.
bool auto_approved = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The autoApproved. |
getExpireTime()
public abstract Timestamp getExpireTime()The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getInvalidateTime()
public abstract Timestamp getInvalidateTime()If set, denotes the timestamp at which the approval is invalidated.
.google.protobuf.Timestamp invalidate_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The invalidateTime. |
getInvalidateTimeOrBuilder()
public abstract TimestampOrBuilder getInvalidateTimeOrBuilder()If set, denotes the timestamp at which the approval is invalidated.
.google.protobuf.Timestamp invalidate_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getSignatureInfo()
public abstract SignatureInfo getSignatureInfo()The signature for the ApprovalRequest and details on how it was signed.
.google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
| Returns | |
|---|---|
| Type | Description |
SignatureInfo |
The signatureInfo. |
getSignatureInfoOrBuilder()
public abstract SignatureInfoOrBuilder getSignatureInfoOrBuilder()The signature for the ApprovalRequest and details on how it was signed.
.google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
| Returns | |
|---|---|
| Type | Description |
SignatureInfoOrBuilder |
|
hasApproveTime()
public abstract boolean hasApproveTime()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the approveTime field is set. |
hasExpireTime()
public abstract boolean hasExpireTime()The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expireTime field is set. |
hasInvalidateTime()
public abstract boolean hasInvalidateTime()If set, denotes the timestamp at which the approval is invalidated.
.google.protobuf.Timestamp invalidate_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the invalidateTime field is set. |
hasSignatureInfo()
public abstract boolean hasSignatureInfo()The signature for the ApprovalRequest and details on how it was signed.
.google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the signatureInfo field is set. |