- 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 VmwareSourceDetails.Builder extends GeneratedMessageV3.Builder<VmwareSourceDetails.Builder> implements VmwareSourceDetailsOrBuilderVmwareSourceDetails message describes a specific source details for the vmware source type.
 Protobuf type google.cloud.vmmigration.v1.VmwareSourceDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VmwareSourceDetails.BuilderImplements
VmwareSourceDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VmwareSourceDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
build()
public VmwareSourceDetails build()| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails | 
        |
buildPartial()
public VmwareSourceDetails buildPartial()| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails | 
        |
clear()
public VmwareSourceDetails.Builder clear()| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public VmwareSourceDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public VmwareSourceDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
clearPassword()
public VmwareSourceDetails.Builder clearPassword()Input only. The credentials password. This is write only and can not be read in a GET operation.
 string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
clearThumbprint()
public VmwareSourceDetails.Builder clearThumbprint()The thumbprint representing the certificate for the vcenter.
 string thumbprint = 4;
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
clearUsername()
public VmwareSourceDetails.Builder clearUsername()The credentials username.
 string username = 1;
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
clearVcenterIp()
public VmwareSourceDetails.Builder clearVcenterIp()The ip address of the vcenter this Source represents.
 string vcenter_ip = 3;
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
clone()
public VmwareSourceDetails.Builder clone()| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
getDefaultInstanceForType()
public VmwareSourceDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getPassword()
public String getPassword()Input only. The credentials password. This is write only and can not be read in a GET operation.
 string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The password.  | 
      
getPasswordBytes()
public ByteString getPasswordBytes()Input only. The credentials password. This is write only and can not be read in a GET operation.
 string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for password.  | 
      
getThumbprint()
public String getThumbprint()The thumbprint representing the certificate for the vcenter.
 string thumbprint = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The thumbprint.  | 
      
getThumbprintBytes()
public ByteString getThumbprintBytes()The thumbprint representing the certificate for the vcenter.
 string thumbprint = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for thumbprint.  | 
      
getUsername()
public String getUsername()The credentials username.
 string username = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The username.  | 
      
getUsernameBytes()
public ByteString getUsernameBytes()The credentials username.
 string username = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for username.  | 
      
getVcenterIp()
public String getVcenterIp()The ip address of the vcenter this Source represents.
 string vcenter_ip = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The vcenterIp.  | 
      
getVcenterIpBytes()
public ByteString getVcenterIpBytes()The ip address of the vcenter this Source represents.
 string vcenter_ip = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for vcenterIp.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(VmwareSourceDetails other)
public VmwareSourceDetails.Builder mergeFrom(VmwareSourceDetails other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        VmwareSourceDetails | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VmwareSourceDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public VmwareSourceDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VmwareSourceDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public VmwareSourceDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
setPassword(String value)
public VmwareSourceDetails.Builder setPassword(String value)Input only. The credentials password. This is write only and can not be read in a GET operation.
 string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe password to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setPasswordBytes(ByteString value)
public VmwareSourceDetails.Builder setPasswordBytes(ByteString value)Input only. The credentials password. This is write only and can not be read in a GET operation.
 string password = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for password to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VmwareSourceDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
setThumbprint(String value)
public VmwareSourceDetails.Builder setThumbprint(String value)The thumbprint representing the certificate for the vcenter.
 string thumbprint = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe thumbprint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setThumbprintBytes(ByteString value)
public VmwareSourceDetails.Builder setThumbprintBytes(ByteString value)The thumbprint representing the certificate for the vcenter.
 string thumbprint = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for thumbprint to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final VmwareSourceDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        |
setUsername(String value)
public VmwareSourceDetails.Builder setUsername(String value)The credentials username.
 string username = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe username to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setUsernameBytes(ByteString value)
public VmwareSourceDetails.Builder setUsernameBytes(ByteString value)The credentials username.
 string username = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for username to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setVcenterIp(String value)
public VmwareSourceDetails.Builder setVcenterIp(String value)The ip address of the vcenter this Source represents.
 string vcenter_ip = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe vcenterIp to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  | 
      
setVcenterIpBytes(ByteString value)
public VmwareSourceDetails.Builder setVcenterIpBytes(ByteString value)The ip address of the vcenter this Source represents.
 string vcenter_ip = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for vcenterIp to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
VmwareSourceDetails.Builder | 
        This builder for chaining.  |