public final class AzureServicesAuthentication extends GeneratedMessage implements AzureServicesAuthenticationOrBuilderAuthentication configuration for the management of Azure resources.
Protobuf type google.cloud.gkemulticloud.v1.AzureServicesAuthentication
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AzureServicesAuthenticationImplements
AzureServicesAuthenticationOrBuilderStatic Fields
APPLICATION_ID_FIELD_NUMBER (deprecated)
public static final int APPLICATION_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TENANT_ID_FIELD_NUMBER (deprecated)
public static final int TENANT_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static AzureServicesAuthentication getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder() (deprecated)
public static AzureServicesAuthentication.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
newBuilder(AzureServicesAuthentication prototype) (deprecated)
public static AzureServicesAuthentication.Builder newBuilder(AzureServicesAuthentication prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AzureServicesAuthentication |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
parseDelimitedFrom(InputStream input) (deprecated)
public static AzureServicesAuthentication parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data) (deprecated)
public static AzureServicesAuthentication parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data) (deprecated)
public static AzureServicesAuthentication parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input) (deprecated)
public static AzureServicesAuthentication parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input) (deprecated)
public static AzureServicesAuthentication parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data) (deprecated)
public static AzureServicesAuthentication parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static AzureServicesAuthentication parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser() (deprecated)
public static Parser<AzureServicesAuthentication> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AzureServicesAuthentication> |
|
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getApplicationId() (deprecated)
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() (deprecated)
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() (deprecated)
public AzureServicesAuthentication getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication |
|
getParserForType() (deprecated)
public Parser<AzureServicesAuthentication> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AzureServicesAuthentication> |
|
getSerializedSize() (deprecated)
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTenantId() (deprecated)
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() (deprecated)
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. |
hashCode() (deprecated)
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized() (deprecated)
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType() (deprecated)
public AzureServicesAuthentication.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent) (deprecated)
protected AzureServicesAuthentication.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
toBuilder() (deprecated)
public AzureServicesAuthentication.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AzureServicesAuthentication.Builder |
|
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|