public static final class AzureSourceDetails.ClientSecretCredentials extends GeneratedMessage implements AzureSourceDetails.ClientSecretCredentialsOrBuilderMessage describing Azure Credentials using tenant ID, client ID and secret.
Protobuf type google.cloud.vmmigration.v1.AzureSourceDetails.ClientSecretCredentials
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AzureSourceDetails.ClientSecretCredentialsStatic Fields
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CLIENT_SECRET_FIELD_NUMBER
public static final int CLIENT_SECRET_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 AzureSourceDetails.ClientSecretCredentials getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AzureSourceDetails.ClientSecretCredentials.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials.Builder |
|
newBuilder(AzureSourceDetails.ClientSecretCredentials prototype)
public static AzureSourceDetails.ClientSecretCredentials.Builder newBuilder(AzureSourceDetails.ClientSecretCredentials prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AzureSourceDetails.ClientSecretCredentials |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials.Builder |
|
parseDelimitedFrom(InputStream input)
public static AzureSourceDetails.ClientSecretCredentials parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AzureSourceDetails.ClientSecretCredentials parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AzureSourceDetails.ClientSecretCredentials> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ClientSecretCredentials> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getClientId()
public String getClientId()Azure client ID.
string client_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The clientId. |
getClientIdBytes()
public ByteString getClientIdBytes()Azure client ID.
string client_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientId. |
getClientSecret()
public String getClientSecret()Input only. Azure client secret.
string client_secret = 3 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The clientSecret. |
getClientSecretBytes()
public ByteString getClientSecretBytes()Input only. Azure client secret.
string client_secret = 3 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clientSecret. |
getDefaultInstanceForType()
public AzureSourceDetails.ClientSecretCredentials getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials |
|
getParserForType()
public Parser<AzureSourceDetails.ClientSecretCredentials> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ClientSecretCredentials> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTenantId()
public String getTenantId()Azure tenant ID.
string tenant_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tenantId. |
getTenantIdBytes()
public ByteString getTenantIdBytes()Azure tenant ID.
string tenant_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenantId. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AzureSourceDetails.ClientSecretCredentials.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AzureSourceDetails.ClientSecretCredentials.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials.Builder |
|
toBuilder()
public AzureSourceDetails.ClientSecretCredentials.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AzureSourceDetails.ClientSecretCredentials.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|