- 1.78.0 (latest)
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public static final class AzureSourceDetails.ClientSecretCredentials.Builder extends GeneratedMessageV3.Builder<AzureSourceDetails.ClientSecretCredentials.Builder> implements AzureSourceDetails.ClientSecretCredentialsOrBuilderMessage describing Azure Credentials using tenant ID, client ID and secret.
 Protobuf type google.cloud.vmmigration.v1.AzureSourceDetails.ClientSecretCredentials
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AzureSourceDetails.ClientSecretCredentials.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AzureSourceDetails.ClientSecretCredentials.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
build()
public AzureSourceDetails.ClientSecretCredentials build()| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials | |
buildPartial()
public AzureSourceDetails.ClientSecretCredentials buildPartial()| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials | |
clear()
public AzureSourceDetails.ClientSecretCredentials.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
clearClientId()
public AzureSourceDetails.ClientSecretCredentials.Builder clearClientId()Azure client ID.
 string client_id = 2;
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
clearClientSecret()
public AzureSourceDetails.ClientSecretCredentials.Builder clearClientSecret()Input only. Azure client secret.
 string client_secret = 3 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public AzureSourceDetails.ClientSecretCredentials.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public AzureSourceDetails.ClientSecretCredentials.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
clearTenantId()
public AzureSourceDetails.ClientSecretCredentials.Builder clearTenantId()Azure tenant ID.
 string tenant_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
clone()
public AzureSourceDetails.ClientSecretCredentials.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
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 | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(AzureSourceDetails.ClientSecretCredentials other)
public AzureSourceDetails.ClientSecretCredentials.Builder mergeFrom(AzureSourceDetails.ClientSecretCredentials other)| Parameter | |
|---|---|
| Name | Description | 
| other | AzureSourceDetails.ClientSecretCredentials | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AzureSourceDetails.ClientSecretCredentials.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public AzureSourceDetails.ClientSecretCredentials.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AzureSourceDetails.ClientSecretCredentials.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
setClientId(String value)
public AzureSourceDetails.ClientSecretCredentials.Builder setClientId(String value)Azure client ID.
 string client_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe clientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setClientIdBytes(ByteString value)
public AzureSourceDetails.ClientSecretCredentials.Builder setClientIdBytes(ByteString value)Azure client ID.
 string client_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for clientId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setClientSecret(String value)
public AzureSourceDetails.ClientSecretCredentials.Builder setClientSecret(String value)Input only. Azure client secret.
 string client_secret = 3 [(.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe clientSecret to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setClientSecretBytes(ByteString value)
public AzureSourceDetails.ClientSecretCredentials.Builder setClientSecretBytes(ByteString value)Input only. Azure client secret.
 string client_secret = 3 [(.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for clientSecret to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public AzureSourceDetails.ClientSecretCredentials.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AzureSourceDetails.ClientSecretCredentials.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |
setTenantId(String value)
public AzureSourceDetails.ClientSecretCredentials.Builder setTenantId(String value)Azure tenant ID.
 string tenant_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe tenantId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setTenantIdBytes(ByteString value)
public AzureSourceDetails.ClientSecretCredentials.Builder setTenantIdBytes(ByteString value)Azure tenant ID.
 string tenant_id = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for tenantId to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final AzureSourceDetails.ClientSecretCredentials.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AzureSourceDetails.ClientSecretCredentials.Builder | |