public static final class ShowVcenterCredentialsRequest.Builder extends GeneratedMessageV3.Builder<ShowVcenterCredentialsRequest.Builder> implements ShowVcenterCredentialsRequestOrBuilder
Request message for
VmwareEngine.ShowVcenterCredentials
Protobuf type google.cloud.vmwareengine.v1.ShowVcenterCredentialsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ShowVcenterCredentialsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ShowVcenterCredentialsRequest build()
buildPartial()
public ShowVcenterCredentialsRequest buildPartial()
clear()
public ShowVcenterCredentialsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ShowVcenterCredentialsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ShowVcenterCredentialsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPrivateCloud()
public ShowVcenterCredentialsRequest.Builder clearPrivateCloud()
Required. The resource name of the private cloud
to be queried for credentials.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string private_cloud = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearUsername()
public ShowVcenterCredentialsRequest.Builder clearUsername()
Optional. The username of the user to be queried for credentials.
The default value of this field is CloudOwner@gve.local.
The provided value must be one of the following:
CloudOwner@gve.local,
solution-user-01@gve.local,
solution-user-02@gve.local,
solution-user-03@gve.local,
solution-user-04@gve.local,
solution-user-05@gve.local,
zertoadmin@gve.local.
string username = 2 [(.google.api.field_behavior) = OPTIONAL];
clone()
public ShowVcenterCredentialsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ShowVcenterCredentialsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPrivateCloud()
public String getPrivateCloud()
Required. The resource name of the private cloud
to be queried for credentials.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string private_cloud = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The privateCloud.
|
getPrivateCloudBytes()
public ByteString getPrivateCloudBytes()
Required. The resource name of the private cloud
to be queried for credentials.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string private_cloud = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for privateCloud.
|
getUsername()
public String getUsername()
Optional. The username of the user to be queried for credentials.
The default value of this field is CloudOwner@gve.local.
The provided value must be one of the following:
CloudOwner@gve.local,
solution-user-01@gve.local,
solution-user-02@gve.local,
solution-user-03@gve.local,
solution-user-04@gve.local,
solution-user-05@gve.local,
zertoadmin@gve.local.
string username = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The username.
|
getUsernameBytes()
public ByteString getUsernameBytes()
Optional. The username of the user to be queried for credentials.
The default value of this field is CloudOwner@gve.local.
The provided value must be one of the following:
CloudOwner@gve.local,
solution-user-01@gve.local,
solution-user-02@gve.local,
solution-user-03@gve.local,
solution-user-04@gve.local,
solution-user-05@gve.local,
zertoadmin@gve.local.
string username = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for username.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ShowVcenterCredentialsRequest other)
public ShowVcenterCredentialsRequest.Builder mergeFrom(ShowVcenterCredentialsRequest other)
public ShowVcenterCredentialsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ShowVcenterCredentialsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ShowVcenterCredentialsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ShowVcenterCredentialsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPrivateCloud(String value)
public ShowVcenterCredentialsRequest.Builder setPrivateCloud(String value)
Required. The resource name of the private cloud
to be queried for credentials.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string private_cloud = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The privateCloud to set.
|
setPrivateCloudBytes(ByteString value)
public ShowVcenterCredentialsRequest.Builder setPrivateCloudBytes(ByteString value)
Required. The resource name of the private cloud
to be queried for credentials.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string private_cloud = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for privateCloud to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ShowVcenterCredentialsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ShowVcenterCredentialsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUsername(String value)
public ShowVcenterCredentialsRequest.Builder setUsername(String value)
Optional. The username of the user to be queried for credentials.
The default value of this field is CloudOwner@gve.local.
The provided value must be one of the following:
CloudOwner@gve.local,
solution-user-01@gve.local,
solution-user-02@gve.local,
solution-user-03@gve.local,
solution-user-04@gve.local,
solution-user-05@gve.local,
zertoadmin@gve.local.
string username = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The username to set.
|
setUsernameBytes(ByteString value)
public ShowVcenterCredentialsRequest.Builder setUsernameBytes(ByteString value)
Optional. The username of the user to be queried for credentials.
The default value of this field is CloudOwner@gve.local.
The provided value must be one of the following:
CloudOwner@gve.local,
solution-user-01@gve.local,
solution-user-02@gve.local,
solution-user-03@gve.local,
solution-user-04@gve.local,
solution-user-05@gve.local,
zertoadmin@gve.local.
string username = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes for username to set.
|