public interface SubmitConfigSourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
getConfigSource()
The source configuration for the service.
|
ConfigSourceOrBuilder |
getConfigSourceOrBuilder()
The source configuration for the service.
|
java.lang.String |
getServiceName()
The name of the service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the service.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasConfigSource()
The source configuration for 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;boolean hasConfigSource()
The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2;ConfigSource getConfigSource()
The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2;ConfigSourceOrBuilder getConfigSourceOrBuilder()
The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2;boolean getValidateOnly()
Optional. If set, this will result in the generation of a `google.api.Service` configuration based on the `ConfigSource` provided, but the generated config and the sources will NOT be persisted.
bool validate_only = 3;