public final class AzureServicesAuthentication extends GeneratedMessageV3 implements AzureServicesAuthenticationOrBuilder
Authentication configuration for the management of Azure resources.
Protobuf type google.cloud.gkemulticloud.v1.AzureServicesAuthentication
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
APPLICATION_ID_FIELD_NUMBER
public static final int APPLICATION_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TENANT_ID_FIELD_NUMBER
public static final int TENANT_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AzureServicesAuthentication getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AzureServicesAuthentication.Builder newBuilder()
newBuilder(AzureServicesAuthentication prototype)
public static AzureServicesAuthentication.Builder newBuilder(AzureServicesAuthentication prototype)
public static AzureServicesAuthentication parseDelimitedFrom(InputStream input)
public static AzureServicesAuthentication parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AzureServicesAuthentication parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureServicesAuthentication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AzureServicesAuthentication parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureServicesAuthentication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureServicesAuthentication parseFrom(CodedInputStream input)
public static AzureServicesAuthentication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureServicesAuthentication parseFrom(InputStream input)
public static AzureServicesAuthentication parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AzureServicesAuthentication parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureServicesAuthentication parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AzureServicesAuthentication> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
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()
getParserForType()
public Parser<AzureServicesAuthentication> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AzureServicesAuthentication.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AzureServicesAuthentication.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AzureServicesAuthentication.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides