public interface InstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The name of this instance configuration as it appears in UIs.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
|
String |
getName()
A unique identifier for the instance configuration.
|
com.google.protobuf.ByteString |
getNameBytes()
A unique identifier for the instance configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;com.google.protobuf.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;String getDisplayName()
The name of this instance configuration as it appears in UIs.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
string display_name = 2;Copyright © 2018 Google LLC. All rights reserved.