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