- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.2.4
- 2.1.11
public static final class AzureProperties.Builder extends GeneratedMessageV3.Builder<AzureProperties.Builder> implements AzurePropertiesOrBuilderContainer for connection properties specific to Azure.
 Protobuf type google.cloud.bigquery.connection.v1.AzureProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AzureProperties.BuilderImplements
AzurePropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AzureProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
build()
public AzureProperties build()| Returns | |
|---|---|
| Type | Description | 
| AzureProperties | |
buildPartial()
public AzureProperties buildPartial()| Returns | |
|---|---|
| Type | Description | 
| AzureProperties | |
clear()
public AzureProperties.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
clearApplication()
public AzureProperties.Builder clearApplication()Output only. The name of the Azure Active Directory Application.
 string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
clearClientId()
public AzureProperties.Builder clearClientId()Output only. The client id of the Azure Active Directory Application.
 string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
clearCustomerTenantId()
public AzureProperties.Builder clearCustomerTenantId()The id of customer's directory that host the data.
 string customer_tenant_id = 4;
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
clearFederatedApplicationClientId()
public AzureProperties.Builder clearFederatedApplicationClientId()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 | 
| AzureProperties.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public AzureProperties.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
clearIdentity()
public AzureProperties.Builder clearIdentity()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 | 
| AzureProperties.Builder | This builder for chaining. | 
clearObjectId()
public AzureProperties.Builder clearObjectId()Output only. The object id of the Azure Active Directory Application.
 string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public AzureProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
clearRedirectUri()
public AzureProperties.Builder clearRedirectUri()The URL user will be redirected to after granting consent during connection setup.
 string redirect_uri = 5;
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
clone()
public AzureProperties.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
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 | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
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. | 
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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(AzureProperties other)
public AzureProperties.Builder mergeFrom(AzureProperties other)| Parameter | |
|---|---|
| Name | Description | 
| other | AzureProperties | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public AzureProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AzureProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
setApplication(String value)
public AzureProperties.Builder setApplication(String value)Output only. The name of the Azure Active Directory Application.
 string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe application to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setApplicationBytes(ByteString value)
public AzureProperties.Builder setApplicationBytes(ByteString value)Output only. The name of the Azure Active Directory Application.
 string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for application to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setClientId(String value)
public AzureProperties.Builder setClientId(String value)Output only. The client id of the Azure Active Directory Application.
 string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe clientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setClientIdBytes(ByteString value)
public AzureProperties.Builder setClientIdBytes(ByteString value)Output only. The client id of the Azure Active Directory Application.
 string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for clientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setCustomerTenantId(String value)
public AzureProperties.Builder setCustomerTenantId(String value)The id of customer's directory that host the data.
 string customer_tenant_id = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe customerTenantId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setCustomerTenantIdBytes(ByteString value)
public AzureProperties.Builder setCustomerTenantIdBytes(ByteString value)The id of customer's directory that host the data.
 string customer_tenant_id = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for customerTenantId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setFederatedApplicationClientId(String value)
public AzureProperties.Builder setFederatedApplicationClientId(String value)The client ID of the user's Azure Active Directory Application used for a federated connection.
 string federated_application_client_id = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe federatedApplicationClientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setFederatedApplicationClientIdBytes(ByteString value)
public AzureProperties.Builder setFederatedApplicationClientIdBytes(ByteString value)The client ID of the user's Azure Active Directory Application used for a federated connection.
 string federated_application_client_id = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for federatedApplicationClientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public AzureProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
setIdentity(String value)
public AzureProperties.Builder setIdentity(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe identity to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setIdentityBytes(ByteString value)
public AzureProperties.Builder setIdentityBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for identity to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setObjectId(String value)
public AzureProperties.Builder setObjectId(String value)Output only. The object id of the Azure Active Directory Application.
 string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe objectId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setObjectIdBytes(ByteString value)
public AzureProperties.Builder setObjectIdBytes(ByteString value)Output only. The object id of the Azure Active Directory Application.
 string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for objectId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setRedirectUri(String value)
public AzureProperties.Builder setRedirectUri(String value)The URL user will be redirected to after granting consent during connection setup.
 string redirect_uri = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe redirectUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setRedirectUriBytes(ByteString value)
public AzureProperties.Builder setRedirectUriBytes(ByteString value)The URL user will be redirected to after granting consent during connection setup.
 string redirect_uri = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for redirectUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AzureProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final AzureProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AzureProperties.Builder | |