public interface InstanceConfigOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
The name of this instance configuration as it appears in UIs.
|
ByteString |
getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
|
java.lang.String |
getName()
A unique identifier for the instance configuration.
|
ByteString |
getNameBytes()
A unique identifier for the instance configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;ByteString getNameBytes()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;java.lang.String getDisplayName()
The name of this instance configuration as it appears in UIs.
string display_name = 2;ByteString getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
string display_name = 2;