public interface SubmitConfigSourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigSource()
public abstract ConfigSource getConfigSource()Required. The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConfigSource | The configSource. |
getConfigSourceOrBuilder()
public abstract ConfigSourceOrBuilder getConfigSourceOrBuilder()Required. The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConfigSourceOrBuilder |
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. |
getValidateOnly()
public abstract 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 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| boolean | The validateOnly. |
hasConfigSource()
public abstract boolean hasConfigSource()Required. The source configuration for the service.
.google.api.servicemanagement.v1.ConfigSource config_source = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the configSource field is set. |