public static final class AzureServicesAuthentication.Builder extends GeneratedMessage.Builder<AzureServicesAuthentication.Builder> implements AzureServicesAuthenticationOrBuilderAuthentication configuration for the management of Azure resources.
Protobuf type google.cloud.gkemulticloud.v1.AzureServicesAuthentication
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AzureServicesAuthentication.BuilderImplements
AzureServicesAuthenticationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AzureServicesAuthentication build()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
buildPartial()
public AzureServicesAuthentication buildPartial()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
clear()
public AzureServicesAuthentication.Builder clear()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
clearApplicationId()
public AzureServicesAuthentication.Builder clearApplicationId()Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |
clearTenantId()
public AzureServicesAuthentication.Builder clearTenantId()Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |
getApplicationId()
public 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()
public 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. |
getDefaultInstanceForType()
public AzureServicesAuthentication getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTenantId()
public 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()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AzureServicesAuthentication other)
public AzureServicesAuthentication.Builder mergeFrom(AzureServicesAuthentication other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureServicesAuthentication |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureServicesAuthentication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AzureServicesAuthentication.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
setApplicationId(String value)
public AzureServicesAuthentication.Builder setApplicationId(String value)Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe applicationId to set. |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |
setApplicationIdBytes(ByteString value)
public AzureServicesAuthentication.Builder setApplicationIdBytes(ByteString value)Required. The Azure Active Directory Application ID.
string application_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for applicationId to set. |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |
setTenantId(String value)
public AzureServicesAuthentication.Builder setTenantId(String value)Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tenantId to set. |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |
setTenantIdBytes(ByteString value)
public AzureServicesAuthentication.Builder setTenantIdBytes(ByteString value)Required. The Azure Active Directory Tenant ID.
string tenant_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tenantId to set. |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
This builder for chaining. |