public final class AzureProperties extends GeneratedMessageV3 implements AzurePropertiesOrBuilder
Container for connection properties specific to Azure.
Protobuf type google.cloud.bigquery.connection.v1.AzureProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
APPLICATION_FIELD_NUMBER
public static final int APPLICATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CUSTOMER_TENANT_ID_FIELD_NUMBER
public static final int CUSTOMER_TENANT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
public static final int FEDERATED_APPLICATION_CLIENT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
IDENTITY_FIELD_NUMBER
public static final int IDENTITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
OBJECT_ID_FIELD_NUMBER
public static final int OBJECT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REDIRECT_URI_FIELD_NUMBER
public static final int REDIRECT_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AzureProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AzureProperties.Builder newBuilder()
newBuilder(AzureProperties prototype)
public static AzureProperties.Builder newBuilder(AzureProperties prototype)
public static AzureProperties parseDelimitedFrom(InputStream input)
public static AzureProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AzureProperties parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AzureProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(CodedInputStream input)
public static AzureProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(InputStream input)
public static AzureProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AzureProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AzureProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
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()
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.
|
getParserForType()
public Parser<AzureProperties> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AzureProperties.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AzureProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AzureProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides