public interface DeleteServiceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the resource requested.
|
ByteString |
getNameBytes()
Name of the resource requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Name of the resource requested. Example: `apps/myapp/services/default`.
string name = 1;
ByteString getNameBytes()
Name of the resource requested. Example: `apps/myapp/services/default`.
string name = 1;