Class AzureProperties (2.15.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.15.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AzureProperties   extends   GeneratedMessageV3   implements   AzurePropertiesOrBuilder  
   Container for connection properties specific to Azure.
 Protobuf type google.cloud.bigquery.connection.v1.AzureProperties
Static Fields
   
  APPLICATION_FIELD_NUMBER 
  
    
public   static   final   int   APPLICATION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  CLIENT_ID_FIELD_NUMBER 
  
    
public   static   final   int   CLIENT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  CUSTOMER_TENANT_ID_FIELD_NUMBER 
  
    
public   static   final   int   CUSTOMER_TENANT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER 
  
    
public   static   final   int   FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  IDENTITY_FIELD_NUMBER 
  
    
public   static   final   int   IDENTITY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  OBJECT_ID_FIELD_NUMBER 
  
    
public   static   final   int   OBJECT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  REDIRECT_URI_FIELD_NUMBER 
  
    
public   static   final   int   REDIRECT_URI_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AzureProperties   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   AzureProperties . Builder   newBuilder ()  
  
  newBuilder(AzureProperties prototype) 
  
    
public   static   AzureProperties . Builder   newBuilder ( AzureProperties   prototype )  
  
  
  
    
public   static   AzureProperties   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AzureProperties   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   AzureProperties   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AzureProperties   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   AzureProperties   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AzureProperties   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AzureProperties   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AzureProperties   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AzureProperties   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AzureProperties   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AzureProperties   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AzureProperties   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<AzureProperties>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getApplication() 
  
    
public   String   getApplication ()  
   Output only. The name of the Azure Active Directory Application.
 string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The application.
 
     
  
  getApplicationBytes() 
  
    
public   ByteString   getApplicationBytes ()  
   Output only. The name of the Azure Active Directory Application.
 string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for application.
 
     
  
  getClientId() 
  
    
public   String   getClientId ()  
   Output only. The client id of the Azure Active Directory Application.
 string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The clientId.
 
     
  
  getClientIdBytes() 
  
    
public   ByteString   getClientIdBytes ()  
   Output only. The client id of the Azure Active Directory Application.
 string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for clientId.
 
     
  
  getCustomerTenantId() 
  
    
public   String   getCustomerTenantId ()  
   The id of customer's directory that host the data.
 string customer_tenant_id = 4;
    
      
        Returns  
      
        Type Description  
      
        String The customerTenantId.
 
     
  
  getCustomerTenantIdBytes() 
  
    
public   ByteString   getCustomerTenantIdBytes ()  
   The id of customer's directory that host the data.
 string customer_tenant_id = 4;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for customerTenantId.
 
     
  
  getDefaultInstanceForType() 
  
    
public   AzureProperties   getDefaultInstanceForType ()  
  
  getFederatedApplicationClientId() 
  
    
public   String   getFederatedApplicationClientId ()  
   The client ID of the user's Azure Active Directory Application used for a
 federated connection.
 string federated_application_client_id = 6;
    
      
        Returns  
      
        Type Description  
      
        String The federatedApplicationClientId.
 
     
  
  getFederatedApplicationClientIdBytes() 
  
    
public   ByteString   getFederatedApplicationClientIdBytes ()  
   The client ID of the user's Azure Active Directory Application used for a
 federated connection.
 string federated_application_client_id = 6;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for federatedApplicationClientId.
 
     
  
  getIdentity() 
  
    
public   String   getIdentity ()  
   Output only. A unique Google-owned and Google-generated identity for the
 Connection. This identity will be used to access the user's Azure Active
 Directory Application.
 string identity = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The identity.
 
     
  
  getIdentityBytes() 
  
    
public   ByteString   getIdentityBytes ()  
   Output only. A unique Google-owned and Google-generated identity for the
 Connection. This identity will be used to access the user's Azure Active
 Directory Application.
 string identity = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for identity.
 
     
  
  getObjectId() 
  
    
public   String   getObjectId ()  
   Output only. The object id of the Azure Active Directory Application.
 string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The objectId.
 
     
  
  getObjectIdBytes() 
  
    
public   ByteString   getObjectIdBytes ()  
   Output only. The object id of the Azure Active Directory Application.
 string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for objectId.
 
     
  
  getParserForType() 
  
    
public   Parser<AzureProperties>   getParserForType ()  
  
  Overrides 
  
  getRedirectUri() 
  
    
public   String   getRedirectUri ()  
   The URL user will be redirected to after granting consent during connection
 setup.
 string redirect_uri = 5;
    
      
        Returns  
      
        Type Description  
      
        String The redirectUri.
 
     
  
  getRedirectUriBytes() 
  
    
public   ByteString   getRedirectUriBytes ()  
   The URL user will be redirected to after granting consent during connection
 setup.
 string redirect_uri = 5;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for redirectUri.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AzureProperties . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AzureProperties . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   AzureProperties . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]