public final class VmwareSourceDetails extends GeneratedMessageV3 implements VmwareSourceDetailsOrBuilder
VmwareSourceDetails message describes a specific source details for the
vmware source type.
Protobuf type google.cloud.vmmigration.v1.VmwareSourceDetails
Static Fields
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
Field Value
THUMBPRINT_FIELD_NUMBER
public static final int THUMBPRINT_FIELD_NUMBER
Field Value
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value
VCENTER_IP_FIELD_NUMBER
public static final int VCENTER_IP_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static VmwareSourceDetails getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static VmwareSourceDetails.Builder newBuilder()
Returns
newBuilder(VmwareSourceDetails prototype)
public static VmwareSourceDetails.Builder newBuilder(VmwareSourceDetails prototype)
Parameter
Returns
public static VmwareSourceDetails parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static VmwareSourceDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static VmwareSourceDetails parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VmwareSourceDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static VmwareSourceDetails parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VmwareSourceDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VmwareSourceDetails parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static VmwareSourceDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static VmwareSourceDetails parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static VmwareSourceDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static VmwareSourceDetails parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VmwareSourceDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<VmwareSourceDetails> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public VmwareSourceDetails getDefaultInstanceForType()
Returns
getParserForType()
public Parser<VmwareSourceDetails> getParserForType()
Returns
Overrides
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
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
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
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public VmwareSourceDetails.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VmwareSourceDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public VmwareSourceDetails.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions