Interface ApproveDecisionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ApproveDecision, ApproveDecision.Builder

    public interface ApproveDecisionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getApproveTime()
      The time at which approval was granted.
      com.google.protobuf.TimestampOrBuilder getApproveTimeOrBuilder()
      The time at which approval was granted.
      boolean getAutoApproved()
      True when the request has been auto-approved.
      com.google.protobuf.Timestamp getExpireTime()
      The time at which the approval expires.
      com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
      The time at which the approval expires.
      com.google.protobuf.Timestamp getInvalidateTime()
      If set, denotes the timestamp at which the approval is invalidated.
      com.google.protobuf.TimestampOrBuilder getInvalidateTimeOrBuilder()
      If set, denotes the timestamp at which the approval is invalidated.
      SignatureInfo getSignatureInfo()
      The signature for the ApprovalRequest and details on how it was signed.
      SignatureInfoOrBuilder getSignatureInfoOrBuilder()
      The signature for the ApprovalRequest and details on how it was signed.
      boolean hasApproveTime()
      The time at which approval was granted.
      boolean hasExpireTime()
      The time at which the approval expires.
      boolean hasInvalidateTime()
      If set, denotes the timestamp at which the approval is invalidated.
      boolean hasSignatureInfo()
      The signature for the ApprovalRequest and details on how it was signed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasApproveTime

        boolean hasApproveTime()
         The time at which approval was granted.
         
        .google.protobuf.Timestamp approve_time = 1;
        Returns:
        Whether the approveTime field is set.
      • getApproveTime

        com.google.protobuf.Timestamp getApproveTime()
         The time at which approval was granted.
         
        .google.protobuf.Timestamp approve_time = 1;
        Returns:
        The approveTime.
      • getApproveTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getApproveTimeOrBuilder()
         The time at which approval was granted.
         
        .google.protobuf.Timestamp approve_time = 1;
      • hasExpireTime

        boolean hasExpireTime()
         The time at which the approval expires.
         
        .google.protobuf.Timestamp expire_time = 2;
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        com.google.protobuf.Timestamp getExpireTime()
         The time at which the approval expires.
         
        .google.protobuf.Timestamp expire_time = 2;
        Returns:
        The expireTime.
      • getExpireTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         The time at which the approval expires.
         
        .google.protobuf.Timestamp expire_time = 2;
      • hasInvalidateTime

        boolean hasInvalidateTime()
         If set, denotes the timestamp at which the approval is invalidated.
         
        .google.protobuf.Timestamp invalidate_time = 3;
        Returns:
        Whether the invalidateTime field is set.
      • getInvalidateTime

        com.google.protobuf.Timestamp getInvalidateTime()
         If set, denotes the timestamp at which the approval is invalidated.
         
        .google.protobuf.Timestamp invalidate_time = 3;
        Returns:
        The invalidateTime.
      • getInvalidateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getInvalidateTimeOrBuilder()
         If set, denotes the timestamp at which the approval is invalidated.
         
        .google.protobuf.Timestamp invalidate_time = 3;
      • hasSignatureInfo

        boolean hasSignatureInfo()
         The signature for the ApprovalRequest and details on how it was signed.
         
        .google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
        Returns:
        Whether the signatureInfo field is set.
      • getSignatureInfo

        SignatureInfo getSignatureInfo()
         The signature for the ApprovalRequest and details on how it was signed.
         
        .google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
        Returns:
        The signatureInfo.
      • getSignatureInfoOrBuilder

        SignatureInfoOrBuilder getSignatureInfoOrBuilder()
         The signature for the ApprovalRequest and details on how it was signed.
         
        .google.cloud.accessapproval.v1.SignatureInfo signature_info = 4;
      • getAutoApproved

        boolean getAutoApproved()
         True when the request has been auto-approved.
         
        bool auto_approved = 5;
        Returns:
        The autoApproved.