public interface InstancesSetNameRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |