Send feedback
Class ApproveDecision (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.24.0 keyboard_arrow_down
public final class ApproveDecision extends GeneratedMessageV3 implements ApproveDecisionOrBuilder
A decision that has been made to approve access to a resource.
Protobuf type google.cloud.accessapproval.v1.ApproveDecision
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
APPROVE_TIME_FIELD_NUMBER
public static final int APPROVE_TIME_FIELD_NUMBER
Field Value Type Description int
AUTO_APPROVED_FIELD_NUMBER
public static final int AUTO_APPROVED_FIELD_NUMBER
Field Value Type Description int
EXPIRE_TIME_FIELD_NUMBER
public static final int EXPIRE_TIME_FIELD_NUMBER
Field Value Type Description int
INVALIDATE_TIME_FIELD_NUMBER
public static final int INVALIDATE_TIME_FIELD_NUMBER
Field Value Type Description int
SIGNATURE_INFO_FIELD_NUMBER
public static final int SIGNATURE_INFO_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ApproveDecision getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ApproveDecision . Builder newBuilder ()
newBuilder(ApproveDecision prototype)
public static ApproveDecision . Builder newBuilder ( ApproveDecision prototype )
public static ApproveDecision parseDelimitedFrom ( InputStream input )
public static ApproveDecision parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ApproveDecision parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApproveDecision parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ApproveDecision parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApproveDecision parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ApproveDecision parseFrom ( CodedInputStream input )
public static ApproveDecision parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ApproveDecision parseFrom ( InputStream input )
public static ApproveDecision parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ApproveDecision parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApproveDecision parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ApproveDecision> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getApproveTime()
public Timestamp getApproveTime ()
The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
Returns Type Description Timestamp
The approveTime.
getApproveTimeOrBuilder()
public TimestampOrBuilder getApproveTimeOrBuilder ()
The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
getAutoApproved()
public boolean getAutoApproved ()
True when the request has been auto-approved.
bool auto_approved = 5;
Returns Type Description boolean
The autoApproved.
getDefaultInstanceForType()
public ApproveDecision getDefaultInstanceForType ()
getExpireTime()
public Timestamp getExpireTime ()
The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
Returns Type Description Timestamp
The expireTime.
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder ()
The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
getInvalidateTime()
public 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 TimestampOrBuilder getInvalidateTimeOrBuilder ()
If set, denotes the timestamp at which the approval is invalidated.
.google.protobuf.Timestamp invalidate_time = 3;
getParserForType()
public Parser<ApproveDecision> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSignatureInfo()
public SignatureInfo getSignatureInfo ()
The signature for the ApprovalRequest and details on how it was signed.
.google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
getSignatureInfoOrBuilder()
public SignatureInfoOrBuilder getSignatureInfoOrBuilder ()
The signature for the ApprovalRequest and details on how it was signed.
.google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
hasApproveTime()
public 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 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 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 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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ApproveDecision . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ApproveDecision . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ApproveDecision . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]