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 class
AzureProperties.Builder
Container 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 int
APPLICATION_FIELD_NUMBER
static int
CLIENT_ID_FIELD_NUMBER
static int
CUSTOMER_TENANT_ID_FIELD_NUMBER
static int
FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
static int
IDENTITY_FIELD_NUMBER
static int
OBJECT_ID_FIELD_NUMBER
static int
REDIRECT_URI_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getApplication()
Output only.com.google.protobuf.ByteString
getApplicationBytes()
Output only.String
getClientId()
Output only.com.google.protobuf.ByteString
getClientIdBytes()
Output only.String
getCustomerTenantId()
The id of customer's directory that host the data.com.google.protobuf.ByteString
getCustomerTenantIdBytes()
The id of customer's directory that host the data.static AzureProperties
getDefaultInstance()
AzureProperties
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getFederatedApplicationClientId()
The client ID of the user's Azure Active Directory Application used for a federated connection.com.google.protobuf.ByteString
getFederatedApplicationClientIdBytes()
The client ID of the user's Azure Active Directory Application used for a federated connection.String
getIdentity()
Output only.com.google.protobuf.ByteString
getIdentityBytes()
Output only.String
getObjectId()
Output only.com.google.protobuf.ByteString
getObjectIdBytes()
Output only.com.google.protobuf.Parser<AzureProperties>
getParserForType()
String
getRedirectUri()
The URL user will be redirected to after granting consent during connection setup.com.google.protobuf.ByteString
getRedirectUriBytes()
The URL user will be redirected to after granting consent during connection setup.int
getSerializedSize()
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AzureProperties.Builder
newBuilder()
static AzureProperties.Builder
newBuilder(AzureProperties prototype)
AzureProperties.Builder
newBuilderForType()
protected AzureProperties.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AzureProperties
parseDelimitedFrom(InputStream input)
static AzureProperties
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureProperties
parseFrom(byte[] data)
static AzureProperties
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureProperties
parseFrom(com.google.protobuf.ByteString data)
static AzureProperties
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureProperties
parseFrom(com.google.protobuf.CodedInputStream input)
static AzureProperties
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureProperties
parseFrom(InputStream input)
static AzureProperties
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AzureProperties
parseFrom(ByteBuffer data)
static AzureProperties
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AzureProperties>
parser()
AzureProperties.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in 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:
getApplication
in 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:
getApplicationBytes
in 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:
getClientId
in 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:
getClientIdBytes
in 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:
getObjectId
in 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:
getObjectIdBytes
in 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:
getCustomerTenantId
in 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:
getCustomerTenantIdBytes
in 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:
getRedirectUri
in 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:
getRedirectUriBytes
in 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:
getFederatedApplicationClientId
in 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:
getFederatedApplicationClientIdBytes
in 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:
getIdentity
in 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:
getIdentityBytes
in interfaceAzurePropertiesOrBuilder
- Returns:
- The bytes for identity.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AzureProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AzureProperties getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-