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
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
Field Value
CUSTOMER_TENANT_ID_FIELD_NUMBER
public static final int CUSTOMER_TENANT_ID_FIELD_NUMBER
Field Value
FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
public static final int FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
Field Value
IDENTITY_FIELD_NUMBER
public static final int IDENTITY_FIELD_NUMBER
Field Value
OBJECT_ID_FIELD_NUMBER
public static final int OBJECT_ID_FIELD_NUMBER
Field Value
REDIRECT_URI_FIELD_NUMBER
public static final int REDIRECT_URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AzureProperties getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AzureProperties.Builder newBuilder()
Returns
newBuilder(AzureProperties prototype)
public static AzureProperties.Builder newBuilder(AzureProperties prototype)
Parameter
Returns
public static AzureProperties parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AzureProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AzureProperties parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AzureProperties parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AzureProperties parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AzureProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AzureProperties parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AzureProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AzureProperties parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AzureProperties> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
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
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
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
getParserForType()
public Parser<AzureProperties> getParserForType()
Returns
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
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AzureProperties.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AzureProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AzureProperties.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions