public interface AzureServicesAuthenticationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplicationId() (deprecated)
public abstract String getApplicationId()Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The applicationId. |
getApplicationIdBytes() (deprecated)
public abstract ByteString getApplicationIdBytes()Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for applicationId. |
getTenantId() (deprecated)
public abstract String getTenantId()Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tenantId. |
getTenantIdBytes() (deprecated)
public abstract ByteString getTenantIdBytes()Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenantId. |