Interface VmwareSourceDetailsOrBuilder (1.53.0)

public interface VmwareSourceDetailsOrBuilder extends MessageOrBuilder

Methods

getPassword()

public abstract 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
TypeDescription
String

The password.

getPasswordBytes()

public abstract 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
TypeDescription
ByteString

The bytes for password.

getThumbprint()

public abstract String getThumbprint()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
TypeDescription
String

The thumbprint.

getThumbprintBytes()

public abstract ByteString getThumbprintBytes()

The thumbprint representing the certificate for the vcenter.

string thumbprint = 4;

Returns
TypeDescription
ByteString

The bytes for thumbprint.

getUsername()

public abstract String getUsername()

The credentials username.

string username = 1;

Returns
TypeDescription
String

The username.

getUsernameBytes()

public abstract ByteString getUsernameBytes()

The credentials username.

string username = 1;

Returns
TypeDescription
ByteString

The bytes for username.

getVcenterIp()

public abstract String getVcenterIp()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
TypeDescription
String

The vcenterIp.

getVcenterIpBytes()

public abstract ByteString getVcenterIpBytes()

The ip address of the vcenter this Source represents.

string vcenter_ip = 3;

Returns
TypeDescription
ByteString

The bytes for vcenterIp.