public interface ConfigRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Resource name of a service config.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name of a service config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
Resource name of a service config. It must have the following
format: "services/{service name}/configs/{config id}".
string name = 1;com.google.protobuf.ByteString getNameBytes()
Resource name of a service config. It must have the following
format: "services/{service name}/configs/{config id}".
string name = 1;