- 2.53.0 (latest)
- 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 AzurePropertiesOrBuilder
Container 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()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AzureProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AzureProperties.Builder |
build()
public AzureProperties build()
Type | Description |
AzureProperties |
buildPartial()
public AzureProperties buildPartial()
Type | Description |
AzureProperties |
clear()
public AzureProperties.Builder clear()
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];
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];
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;
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;
Type | Description |
AzureProperties.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AzureProperties.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
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];
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];
Type | Description |
AzureProperties.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AzureProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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;
Type | Description |
AzureProperties.Builder | This builder for chaining. |
clone()
public AzureProperties.Builder clone()
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];
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];
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];
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];
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;
Type | Description |
String | The customerTenantId. |
getCustomerTenantIdBytes()
public ByteString getCustomerTenantIdBytes()
The id of customer's directory that host the data.
string customer_tenant_id = 4;
Type | Description |
ByteString | The bytes for customerTenantId. |
getDefaultInstanceForType()
public AzureProperties getDefaultInstanceForType()
Type | Description |
AzureProperties |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
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];
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];
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];
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];
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;
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;
Type | Description |
ByteString | The bytes for redirectUri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AzureProperties other)
public AzureProperties.Builder mergeFrom(AzureProperties other)
Name | Description |
other | AzureProperties |
Type | Description |
AzureProperties.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AzureProperties.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AzureProperties.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AzureProperties.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AzureProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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];
Name | Description |
value | String The application to set. |
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];
Name | Description |
value | ByteString The bytes for application to set. |
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];
Name | Description |
value | String The clientId to set. |
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];
Name | Description |
value | ByteString The bytes for clientId to set. |
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;
Name | Description |
value | String The customerTenantId to set. |
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;
Name | Description |
value | ByteString The bytes for customerTenantId to set. |
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;
Name | Description |
value | String The federatedApplicationClientId to set. |
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;
Name | Description |
value | ByteString The bytes for federatedApplicationClientId to set. |
Type | Description |
AzureProperties.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AzureProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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];
Name | Description |
value | String The identity to set. |
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];
Name | Description |
value | ByteString The bytes for identity to set. |
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];
Name | Description |
value | String The objectId to set. |
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];
Name | Description |
value | ByteString The bytes for objectId to set. |
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;
Name | Description |
value | String The redirectUri to set. |
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;
Name | Description |
value | ByteString The bytes for redirectUri to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AzureProperties.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AzureProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AzureProperties.Builder |