public interface CreateServiceConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Service |
getServiceConfig()
The service configuration resource.
|
ServiceOrBuilder |
getServiceConfigOrBuilder()
The service configuration resource.
|
java.lang.String |
getServiceName()
The name of the service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the service.
|
boolean |
hasServiceConfig()
The service configuration resource.
|
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;boolean hasServiceConfig()
The service configuration resource.
.google.api.Service service_config = 2;Service getServiceConfig()
The service configuration resource.
.google.api.Service service_config = 2;ServiceOrBuilder getServiceConfigOrBuilder()
The service configuration resource.
.google.api.Service service_config = 2;