public interface CreateServiceConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceConfig()
public abstract Service getServiceConfig()Required. The service configuration resource.
.google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.api.Service | The serviceConfig. |
getServiceConfigOrBuilder()
public abstract ServiceOrBuilder getServiceConfigOrBuilder()Required. The service configuration resource.
.google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| com.google.api.ServiceOrBuilder |
getServiceName()
public abstract String getServiceName() Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The serviceName. |
getServiceNameBytes()
public abstract ByteString getServiceNameBytes() Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for serviceName. |
hasServiceConfig()
public abstract boolean hasServiceConfig()Required. The service configuration resource.
.google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the serviceConfig field is set. |