Class AzureProperties (2.10.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
TypeDescription
int

CLIENT_ID_FIELD_NUMBER

public static final int CLIENT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

CUSTOMER_TENANT_ID_FIELD_NUMBER

public static final int CUSTOMER_TENANT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER

public static final int FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

IDENTITY_FIELD_NUMBER

public static final int IDENTITY_FIELD_NUMBER
Field Value
TypeDescription
int

OBJECT_ID_FIELD_NUMBER

public static final int OBJECT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

REDIRECT_URI_FIELD_NUMBER

public static final int REDIRECT_URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AzureProperties getDefaultInstance()
Returns
TypeDescription
AzureProperties

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AzureProperties.Builder newBuilder()
Returns
TypeDescription
AzureProperties.Builder

newBuilder(AzureProperties prototype)

public static AzureProperties.Builder newBuilder(AzureProperties prototype)
Parameter
NameDescription
prototypeAzureProperties
Returns
TypeDescription
AzureProperties.Builder

parseDelimitedFrom(InputStream input)

public static AzureProperties parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AzureProperties parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureProperties parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureProperties parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AzureProperties parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AzureProperties parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureProperties
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AzureProperties> parser()
Returns
TypeDescription
Parser<AzureProperties>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The customerTenantId.

getCustomerTenantIdBytes()

public ByteString getCustomerTenantIdBytes()

The id of customer's directory that host the data.

string customer_tenant_id = 4;

Returns
TypeDescription
ByteString

The bytes for customerTenantId.

getDefaultInstanceForType()

public AzureProperties getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for objectId.

getParserForType()

public Parser<AzureProperties> getParserForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for redirectUri.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AzureProperties.Builder newBuilderForType()
Returns
TypeDescription
AzureProperties.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AzureProperties.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AzureProperties.Builder toBuilder()
Returns
TypeDescription
AzureProperties.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException