Send feedback
  
   
 
  
    
      Class AccessApprovalRequest (0.42.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AccessApprovalRequest   extends   GeneratedMessageV3   implements   AccessApprovalRequestOrBuilder  
   Details about the Access request.
 Protobuf type google.cloud.cloudcontrolspartner.v1beta.AccessApprovalRequest
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REQUESTED_EXPIRATION_TIME_FIELD_NUMBER 
  
    
public   static   final   int   REQUESTED_EXPIRATION_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REQUESTED_REASON_FIELD_NUMBER 
  
    
public   static   final   int   REQUESTED_REASON_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REQUEST_TIME_FIELD_NUMBER 
  
    
public   static   final   int   REQUEST_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AccessApprovalRequest   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   AccessApprovalRequest . Builder   newBuilder ()  
  
  newBuilder(AccessApprovalRequest prototype) 
  
    
public   static   AccessApprovalRequest . Builder   newBuilder ( AccessApprovalRequest   prototype )  
  
  
  
    
public   static   AccessApprovalRequest   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AccessApprovalRequest   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   AccessApprovalRequest   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AccessApprovalRequest   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   AccessApprovalRequest   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AccessApprovalRequest   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccessApprovalRequest   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AccessApprovalRequest   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AccessApprovalRequest   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AccessApprovalRequest   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AccessApprovalRequest   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AccessApprovalRequest   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<AccessApprovalRequest>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   AccessApprovalRequest   getDefaultInstanceForType ()  
  
  getName() 
  
   Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/accessApprovalRequests/{access_approval_request}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/accessApprovalRequests/{access_approval_request}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<AccessApprovalRequest>   getParserForType ()  
  
  Overrides 
  
  getRequestTime() 
  
    
public   Timestamp   getRequestTime ()  
   The time at which approval was requested.
 .google.protobuf.Timestamp request_time = 2;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The requestTime.
 
     
  
  getRequestTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getRequestTimeOrBuilder ()  
   The time at which approval was requested.
 .google.protobuf.Timestamp request_time = 2;
getRequestedExpirationTime() 
  
    
public   Timestamp   getRequestedExpirationTime ()  
   The requested expiration for the approval. If the request is approved,
 access will be granted from the time of approval until the expiration time.
 .google.protobuf.Timestamp requested_expiration_time = 4;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The requestedExpirationTime.
 
     
  
  getRequestedExpirationTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getRequestedExpirationTimeOrBuilder ()  
   The requested expiration for the approval. If the request is approved,
 access will be granted from the time of approval until the expiration time.
 .google.protobuf.Timestamp requested_expiration_time = 4;
getRequestedReason() 
  
    
public   AccessReason   getRequestedReason ()  
   The justification for which approval is being requested.
 .google.cloud.cloudcontrolspartner.v1beta.AccessReason requested_reason = 3;
getRequestedReasonOrBuilder() 
  
    
public   AccessReasonOrBuilder   getRequestedReasonOrBuilder ()  
   The justification for which approval is being requested.
 .google.cloud.cloudcontrolspartner.v1beta.AccessReason requested_reason = 3;
getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hasRequestTime() 
  
    
public   boolean   hasRequestTime ()  
   The time at which approval was requested.
 .google.protobuf.Timestamp request_time = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the requestTime field is set.
 
     
  
  hasRequestedExpirationTime() 
  
    
public   boolean   hasRequestedExpirationTime ()  
   The requested expiration for the approval. If the request is approved,
 access will be granted from the time of approval until the expiration time.
 .google.protobuf.Timestamp requested_expiration_time = 4;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the requestedExpirationTime field is set.
 
     
  
  hasRequestedReason() 
  
    
public   boolean   hasRequestedReason ()  
   The justification for which approval is being requested.
 .google.cloud.cloudcontrolspartner.v1beta.AccessReason requested_reason = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the requestedReason field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AccessApprovalRequest . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AccessApprovalRequest . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   AccessApprovalRequest . 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-10-28 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-10-28 UTC."],[],[]]