Interface RenameInstanceRequestOrBuilder (0.41.0)

public interface RenameInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name field is used to identify the instance. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name field is used to identify the instance. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getNewInstanceId()

public abstract String getNewInstanceId()

Required. The new id of the instance.

string new_instance_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The newInstanceId.

getNewInstanceIdBytes()

public abstract ByteString getNewInstanceIdBytes()

Required. The new id of the instance.

string new_instance_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for newInstanceId.