Interface AzureServicesAuthenticationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AzureServicesAuthentication
,AzureServicesAuthentication.Builder
public interface AzureServicesAuthenticationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getApplicationId()
Required.com.google.protobuf.ByteString
getApplicationIdBytes()
Required.String
getTenantId()
Required.com.google.protobuf.ByteString
getTenantIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTenantId
String getTenantId()
Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()
Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for tenantId.
-
getApplicationId
String getApplicationId()
Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()
Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for applicationId.
-
-