Interface InstancesSetNameRequestOrBuilder (1.51.0)

public interface InstancesSetNameRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentName()

public abstract String getCurrentName()

The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.

optional string current_name = 394983825;

Returns
TypeDescription
String

The currentName.

getCurrentNameBytes()

public abstract ByteString getCurrentNameBytes()

The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.

optional string current_name = 394983825;

Returns
TypeDescription
ByteString

The bytes for currentName.

getName()

public abstract String getName()

The name to be applied to the instance. Needs to be RFC 1035 compliant.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name to be applied to the instance. Needs to be RFC 1035 compliant.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

hasCurrentName()

public abstract boolean hasCurrentName()

The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.

optional string current_name = 394983825;

Returns
TypeDescription
boolean

Whether the currentName field is set.

hasName()

public abstract boolean hasName()

The name to be applied to the instance. Needs to be RFC 1035 compliant.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.