Interface AzurePropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AzureProperties,AzureProperties.Builder
public interface AzurePropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplication
String getApplication()
Output only. The name of the Azure Active Directory Application.
string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The application.
-
getApplicationBytes
com.google.protobuf.ByteString getApplicationBytes()
Output only. The name of the Azure Active Directory Application.
string application = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for application.
-
getClientId
String getClientId()
Output only. The client id of the Azure Active Directory Application.
string client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The clientId.
-
getClientIdBytes
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];- Returns:
- The bytes for clientId.
-
getObjectId
String getObjectId()
Output only. The object id of the Azure Active Directory Application.
string object_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The objectId.
-
getObjectIdBytes
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];- Returns:
- The bytes for objectId.
-
getCustomerTenantId
String getCustomerTenantId()
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Returns:
- The customerTenantId.
-
getCustomerTenantIdBytes
com.google.protobuf.ByteString getCustomerTenantIdBytes()
The id of customer's directory that host the data.
string customer_tenant_id = 4;- Returns:
- The bytes for customerTenantId.
-
getRedirectUri
String getRedirectUri()
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Returns:
- The redirectUri.
-
getRedirectUriBytes
com.google.protobuf.ByteString getRedirectUriBytes()
The URL user will be redirected to after granting consent during connection setup.
string redirect_uri = 5;- Returns:
- The bytes for redirectUri.
-
getFederatedApplicationClientId
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:
- The federatedApplicationClientId.
-
getFederatedApplicationClientIdBytes
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;- Returns:
- The bytes for federatedApplicationClientId.
-
getIdentity
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:
- The identity.
-
getIdentityBytes
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];- Returns:
- The bytes for identity.
-
-