Package com.google.cloud.vmmigration.v1
Interface VmwareSourceDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmwareSourceDetails
,VmwareSourceDetails.Builder
public interface VmwareSourceDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPassword()
Input only.com.google.protobuf.ByteString
getPasswordBytes()
Input only.String
getThumbprint()
The thumbprint representing the certificate for the vcenter.com.google.protobuf.ByteString
getThumbprintBytes()
The thumbprint representing the certificate for the vcenter.String
getUsername()
The credentials username.com.google.protobuf.ByteString
getUsernameBytes()
The credentials username.String
getVcenterIp()
The ip address of the vcenter this Source represents.com.google.protobuf.ByteString
getVcenterIpBytes()
The ip address of the vcenter this Source represents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUsername
String getUsername()
The credentials username.
string username = 1;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
The credentials username.
string username = 1;
- Returns:
- The bytes for username.
-
getPassword
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:
- The password.
-
getPasswordBytes
com.google.protobuf.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:
- The bytes for password.
-
getVcenterIp
String getVcenterIp()
The ip address of the vcenter this Source represents.
string vcenter_ip = 3;
- Returns:
- The vcenterIp.
-
getVcenterIpBytes
com.google.protobuf.ByteString getVcenterIpBytes()
The ip address of the vcenter this Source represents.
string vcenter_ip = 3;
- Returns:
- The bytes for vcenterIp.
-
getThumbprint
String getThumbprint()
The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
- Returns:
- The thumbprint.
-
getThumbprintBytes
com.google.protobuf.ByteString getThumbprintBytes()
The thumbprint representing the certificate for the vcenter.
string thumbprint = 4;
- Returns:
- The bytes for thumbprint.
-
-