Class AzureProperties.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
- com.google.cloud.bigquery.connection.v1.AzureProperties.Builder
-
- All Implemented Interfaces:
AzurePropertiesOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AzureProperties
public static final class AzureProperties.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder> implements AzurePropertiesOrBuilder
Container for connection properties specific to Azure.
Protobuf typegoogle.cloud.bigquery.connection.v1.AzureProperties
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureProperties.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AzurePropertiesbuild()AzurePropertiesbuildPartial()AzureProperties.Builderclear()AzureProperties.BuilderclearApplication()Output only.AzureProperties.BuilderclearClientId()Output only.AzureProperties.BuilderclearCustomerTenantId()The id of customer's directory that host the data.AzureProperties.BuilderclearFederatedApplicationClientId()The client ID of the user's Azure Active Directory Application used for a federated connection.AzureProperties.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AzureProperties.BuilderclearIdentity()Output only.AzureProperties.BuilderclearObjectId()Output only.AzureProperties.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AzureProperties.BuilderclearRedirectUri()The URL user will be redirected to after granting consent during connection setup.AzureProperties.Builderclone()StringgetApplication()Output only.com.google.protobuf.ByteStringgetApplicationBytes()Output only.StringgetClientId()Output only.com.google.protobuf.ByteStringgetClientIdBytes()Output only.StringgetCustomerTenantId()The id of customer's directory that host the data.com.google.protobuf.ByteStringgetCustomerTenantIdBytes()The id of customer's directory that host the data.AzurePropertiesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFederatedApplicationClientId()The client ID of the user's Azure Active Directory Application used for a federated connection.com.google.protobuf.ByteStringgetFederatedApplicationClientIdBytes()The client ID of the user's Azure Active Directory Application used for a federated connection.StringgetIdentity()Output only.com.google.protobuf.ByteStringgetIdentityBytes()Output only.StringgetObjectId()Output only.com.google.protobuf.ByteStringgetObjectIdBytes()Output only.StringgetRedirectUri()The URL user will be redirected to after granting consent during connection setup.com.google.protobuf.ByteStringgetRedirectUriBytes()The URL user will be redirected to after granting consent during connection setup.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AzureProperties.BuildermergeFrom(AzureProperties other)AzureProperties.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AzureProperties.BuildermergeFrom(com.google.protobuf.Message other)AzureProperties.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AzureProperties.BuildersetApplication(String value)Output only.AzureProperties.BuildersetApplicationBytes(com.google.protobuf.ByteString value)Output only.AzureProperties.BuildersetClientId(String value)Output only.AzureProperties.BuildersetClientIdBytes(com.google.protobuf.ByteString value)Output only.AzureProperties.BuildersetCustomerTenantId(String value)The id of customer's directory that host the data.AzureProperties.BuildersetCustomerTenantIdBytes(com.google.protobuf.ByteString value)The id of customer's directory that host the data.AzureProperties.BuildersetFederatedApplicationClientId(String value)The client ID of the user's Azure Active Directory Application used for a federated connection.AzureProperties.BuildersetFederatedApplicationClientIdBytes(com.google.protobuf.ByteString value)The client ID of the user's Azure Active Directory Application used for a federated connection.AzureProperties.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AzureProperties.BuildersetIdentity(String value)Output only.AzureProperties.BuildersetIdentityBytes(com.google.protobuf.ByteString value)Output only.AzureProperties.BuildersetObjectId(String value)Output only.AzureProperties.BuildersetObjectIdBytes(com.google.protobuf.ByteString value)Output only.AzureProperties.BuildersetRedirectUri(String value)The URL user will be redirected to after granting consent during connection setup.AzureProperties.BuildersetRedirectUriBytes(com.google.protobuf.ByteString value)The URL user will be redirected to after granting consent during connection setup.AzureProperties.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AzureProperties.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
clear
public AzureProperties.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
getDefaultInstanceForType
public AzureProperties getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AzureProperties build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AzureProperties buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AzureProperties.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
setField
public AzureProperties.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
clearField
public AzureProperties.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
clearOneof
public AzureProperties.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
setRepeatedField
public AzureProperties.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
addRepeatedField
public AzureProperties.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
mergeFrom
public AzureProperties.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AzureProperties.Builder>
-
mergeFrom
public AzureProperties.Builder mergeFrom(AzureProperties other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
mergeFrom
public AzureProperties.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AzureProperties.Builder>- Throws:
IOException
-
getApplication
public String getApplication()
Output only. The name of the Azure Active Directory Application.
string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getApplicationin interfaceAzurePropertiesOrBuilder- Returns:
- The application.
-
getApplicationBytes
public com.google.protobuf.ByteString getApplicationBytes()
Output only. The name of the Azure Active Directory Application.
string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getApplicationBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for application.
-
setApplication
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];- Parameters:
value- The application to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setApplicationBytes
public AzureProperties.Builder setApplicationBytes(com.google.protobuf.ByteString value)
Output only. The name of the Azure Active Directory Application.
string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for application to set.- Returns:
- This builder for chaining.
-
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];- Specified by:
getClientIdin interfaceAzurePropertiesOrBuilder- Returns:
- The clientId.
-
getClientIdBytes
public com.google.protobuf.ByteString getClientIdBytes()
Output only. The client id of the Azure Active Directory Application.
string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getClientIdBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for clientId.
-
setClientId
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];- Parameters:
value- The clientId to set.- Returns:
- 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:
- This builder for chaining.
-
setClientIdBytes
public AzureProperties.Builder setClientIdBytes(com.google.protobuf.ByteString value)
Output only. The client id of the Azure Active Directory Application.
string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for clientId to set.- Returns:
- This builder for chaining.
-
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];- Specified by:
getObjectIdin interfaceAzurePropertiesOrBuilder- Returns:
- The objectId.
-
getObjectIdBytes
public com.google.protobuf.ByteString getObjectIdBytes()
Output only. The object id of the Azure Active Directory Application.
string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getObjectIdBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for objectId.
-
setObjectId
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];- Parameters:
value- The objectId to set.- Returns:
- 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:
- This builder for chaining.
-
setObjectIdBytes
public AzureProperties.Builder setObjectIdBytes(com.google.protobuf.ByteString value)
Output only. The object id of the Azure Active Directory Application.
string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for objectId to set.- Returns:
- This builder for chaining.
-
getCustomerTenantId
public String getCustomerTenantId()
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Specified by:
getCustomerTenantIdin interfaceAzurePropertiesOrBuilder- Returns:
- The customerTenantId.
-
getCustomerTenantIdBytes
public com.google.protobuf.ByteString getCustomerTenantIdBytes()
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Specified by:
getCustomerTenantIdBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for customerTenantId.
-
setCustomerTenantId
public AzureProperties.Builder setCustomerTenantId(String value)
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Parameters:
value- The customerTenantId to set.- Returns:
- 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:
- This builder for chaining.
-
setCustomerTenantIdBytes
public AzureProperties.Builder setCustomerTenantIdBytes(com.google.protobuf.ByteString value)
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Parameters:
value- The bytes for customerTenantId to set.- Returns:
- This builder for chaining.
-
getRedirectUri
public String getRedirectUri()
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Specified by:
getRedirectUriin interfaceAzurePropertiesOrBuilder- Returns:
- The redirectUri.
-
getRedirectUriBytes
public com.google.protobuf.ByteString getRedirectUriBytes()
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Specified by:
getRedirectUriBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for redirectUri.
-
setRedirectUri
public AzureProperties.Builder setRedirectUri(String value)
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Parameters:
value- The redirectUri to set.- Returns:
- This builder for chaining.
-
clearRedirectUri
public AzureProperties.Builder clearRedirectUri()
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Returns:
- This builder for chaining.
-
setRedirectUriBytes
public AzureProperties.Builder setRedirectUriBytes(com.google.protobuf.ByteString value)
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Parameters:
value- The bytes for redirectUri to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getFederatedApplicationClientIdin interfaceAzurePropertiesOrBuilder- Returns:
- The federatedApplicationClientId.
-
getFederatedApplicationClientIdBytes
public com.google.protobuf.ByteString getFederatedApplicationClientIdBytes()
The client ID of the user's Azure Active Directory Application used for a federated connection.
string federated_application_client_id = 6;- Specified by:
getFederatedApplicationClientIdBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for federatedApplicationClientId.
-
setFederatedApplicationClientId
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;- Parameters:
value- The federatedApplicationClientId to set.- Returns:
- 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:
- This builder for chaining.
-
setFederatedApplicationClientIdBytes
public AzureProperties.Builder setFederatedApplicationClientIdBytes(com.google.protobuf.ByteString value)
The client ID of the user's Azure Active Directory Application used for a federated connection.
string federated_application_client_id = 6;- Parameters:
value- The bytes for federatedApplicationClientId to set.- Returns:
- This builder for chaining.
-
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];- Specified by:
getIdentityin interfaceAzurePropertiesOrBuilder- Returns:
- The identity.
-
getIdentityBytes
public com.google.protobuf.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];- Specified by:
getIdentityBytesin interfaceAzurePropertiesOrBuilder- Returns:
- The bytes for identity.
-
setIdentity
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];- Parameters:
value- The identity to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setIdentityBytes
public AzureProperties.Builder setIdentityBytes(com.google.protobuf.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];- Parameters:
value- The bytes for identity to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final AzureProperties.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
mergeUnknownFields
public final AzureProperties.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AzureProperties.Builder>
-
-