Class AzureProperties

  • All Implemented Interfaces:
    AzurePropertiesOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AzureProperties
    extends com.google.protobuf.GeneratedMessageV3
    implements AzurePropertiesOrBuilder
     Container for connection properties specific to Azure.
     
    Protobuf type google.cloud.bigquery.connection.v1.AzureProperties
    See Also:
    Serialized Form
    • Field Detail

      • APPLICATION_FIELD_NUMBER

        public static final int APPLICATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CUSTOMER_TENANT_ID_FIELD_NUMBER

        public static final int CUSTOMER_TENANT_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REDIRECT_URI_FIELD_NUMBER

        public static final int REDIRECT_URI_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER

        public static final int FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getApplication

        public String getApplication()
         Output only. The name of the Azure Active Directory Application.
         
        string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApplication in interface AzurePropertiesOrBuilder
        Returns:
        The application.
      • getApplicationBytes

        public com.google.protobuf.ByteString getApplicationBytes()
         Output only. The name of the Azure Active Directory Application.
         
        string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApplicationBytes in interface AzurePropertiesOrBuilder
        Returns:
        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];
        Specified by:
        getClientId in interface AzurePropertiesOrBuilder
        Returns:
        The clientId.
      • getClientIdBytes

        public com.google.protobuf.ByteString getClientIdBytes()
         Output only. The client id of the Azure Active Directory Application.
         
        string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getClientIdBytes in interface AzurePropertiesOrBuilder
        Returns:
        The bytes for clientId.
      • 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];
        Specified by:
        getObjectId in interface AzurePropertiesOrBuilder
        Returns:
        The objectId.
      • getObjectIdBytes

        public com.google.protobuf.ByteString getObjectIdBytes()
         Output only. The object id of the Azure Active Directory Application.
         
        string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getObjectIdBytes in interface AzurePropertiesOrBuilder
        Returns:
        The bytes for objectId.
      • getCustomerTenantId

        public String getCustomerTenantId()
         The id of customer's directory that host the data.
         
        string customer_tenant_id = 4;
        Specified by:
        getCustomerTenantId in interface AzurePropertiesOrBuilder
        Returns:
        The customerTenantId.
      • getCustomerTenantIdBytes

        public com.google.protobuf.ByteString getCustomerTenantIdBytes()
         The id of customer's directory that host the data.
         
        string customer_tenant_id = 4;
        Specified by:
        getCustomerTenantIdBytes in interface AzurePropertiesOrBuilder
        Returns:
        The bytes for customerTenantId.
      • getRedirectUri

        public String getRedirectUri()
         The URL user will be redirected to after granting consent during connection
         setup.
         
        string redirect_uri = 5;
        Specified by:
        getRedirectUri in interface AzurePropertiesOrBuilder
        Returns:
        The redirectUri.
      • getRedirectUriBytes

        public com.google.protobuf.ByteString getRedirectUriBytes()
         The URL user will be redirected to after granting consent during connection
         setup.
         
        string redirect_uri = 5;
        Specified by:
        getRedirectUriBytes in interface AzurePropertiesOrBuilder
        Returns:
        The bytes for redirectUri.
      • 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;
        Specified by:
        getFederatedApplicationClientId in interface AzurePropertiesOrBuilder
        Returns:
        The federatedApplicationClientId.
      • getFederatedApplicationClientIdBytes

        public com.google.protobuf.ByteString getFederatedApplicationClientIdBytes()
         The client ID of the user's Azure Active Directory Application used for a
         federated connection.
         
        string federated_application_client_id = 6;
        Specified by:
        getFederatedApplicationClientIdBytes in interface AzurePropertiesOrBuilder
        Returns:
        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];
        Specified by:
        getIdentity in interface AzurePropertiesOrBuilder
        Returns:
        The identity.
      • getIdentityBytes

        public com.google.protobuf.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];
        Specified by:
        getIdentityBytes in interface AzurePropertiesOrBuilder
        Returns:
        The bytes for identity.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AzureProperties parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AzureProperties parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

        public AzureProperties.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public AzureProperties.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AzureProperties.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<AzureProperties> parser()
      • getParserForType

        public com.google.protobuf.Parser<AzureProperties> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AzureProperties getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder