Class AzureProperties
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.bigquery.connection.v1.AzureProperties
-
- All Implemented Interfaces:
AzurePropertiesOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class AzureProperties extends com.google.protobuf.GeneratedMessageV3 implements AzurePropertiesOrBuilder
Container for connection properties specific to Azure.
Protobuf typegoogle.cloud.bigquery.connection.v1.AzureProperties- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureProperties.BuilderContainer for connection properties specific to Azure.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPLICATION_FIELD_NUMBERstatic intCLIENT_ID_FIELD_NUMBERstatic intCUSTOMER_TENANT_ID_FIELD_NUMBERstatic intFEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBERstatic intIDENTITY_FIELD_NUMBERstatic intOBJECT_ID_FIELD_NUMBERstatic intREDIRECT_URI_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)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.static AzurePropertiesgetDefaultInstance()AzurePropertiesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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.com.google.protobuf.Parser<AzureProperties>getParserForType()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.intgetSerializedSize()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static AzureProperties.BuildernewBuilder()static AzureProperties.BuildernewBuilder(AzureProperties prototype)AzureProperties.BuildernewBuilderForType()protected AzureProperties.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static AzurePropertiesparseDelimitedFrom(InputStream input)static AzurePropertiesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzurePropertiesparseFrom(byte[] data)static AzurePropertiesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzurePropertiesparseFrom(com.google.protobuf.ByteString data)static AzurePropertiesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzurePropertiesparseFrom(com.google.protobuf.CodedInputStream input)static AzurePropertiesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzurePropertiesparseFrom(InputStream input)static AzurePropertiesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AzurePropertiesparseFrom(ByteBuffer data)static AzurePropertiesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AzureProperties>parser()AzureProperties.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
APPLICATION_FIELD_NUMBER
public static final int APPLICATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OBJECT_ID_FIELD_NUMBER
public static final int OBJECT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMER_TENANT_ID_FIELD_NUMBER
public static final int CUSTOMER_TENANT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REDIRECT_URI_FIELD_NUMBER
public static final int REDIRECT_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
public static final int FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IDENTITY_FIELD_NUMBER
public static final int IDENTITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
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
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AzureProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AzureProperties parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AzureProperties parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AzureProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AzureProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AzureProperties.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AzureProperties.Builder newBuilder()
-
newBuilder
public static AzureProperties.Builder newBuilder(AzureProperties prototype)
-
toBuilder
public AzureProperties.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AzureProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AzureProperties getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AzureProperties> parser()
-
getParserForType
public com.google.protobuf.Parser<AzureProperties> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AzureProperties getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-