public interface DeleteServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceName()
The name of the service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1;