public interface DeleteInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The unique name of the instance to be deleted.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the instance to be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The unique name of the instance to be deleted. Values are of the form `projects/<project>/instances/<instance>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique name of the instance to be deleted. Values are of the form `projects/<project>/instances/<instance>`.
string name = 1;