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 StringgetPassword()Input only.com.google.protobuf.ByteStringgetPasswordBytes()Input only.StringgetThumbprint()The thumbprint representing the certificate for the vcenter.com.google.protobuf.ByteStringgetThumbprintBytes()The thumbprint representing the certificate for the vcenter.StringgetUsername()The credentials username.com.google.protobuf.ByteStringgetUsernameBytes()The credentials username.StringgetVcenterIp()The ip address of the vcenter this Source represents.com.google.protobuf.ByteStringgetVcenterIpBytes()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.
-
-