Class AzureProperties (2.44.0)

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()
Returns
Type Description
AzureProperties

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AzureProperties.Builder newBuilder()
Returns
Type Description
AzureProperties.Builder

newBuilder(AzureProperties prototype)

public static AzureProperties.Builder newBuilder(AzureProperties prototype)
Parameter
Name Description
prototype AzureProperties
Returns
Type Description
AzureProperties.Builder

parseDelimitedFrom(InputStream input)

public static AzureProperties parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AzureProperties parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureProperties parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureProperties parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AzureProperties parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AzureProperties parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureProperties
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AzureProperties> parser()
Returns
Type Description
Parser<AzureProperties>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()
Returns
Type Description
AzureProperties

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()
Returns
Type Description
Parser<AzureProperties>
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

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AzureProperties.Builder newBuilderForType()
Returns
Type Description
AzureProperties.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AzureProperties.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AzureProperties.Builder toBuilder()
Returns
Type Description
AzureProperties.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException