Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::SubmitConfigSourceRequest.
Request message for SubmitConfigSource method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config_source
def config_source() -> ::Google::Cloud::ServiceManagement::V1::ConfigSource
Returns
- (::Google::Cloud::ServiceManagement::V1::ConfigSource) — Required. The source configuration for the service.
#config_source=
def config_source=(value) -> ::Google::Cloud::ServiceManagement::V1::ConfigSource
Parameter
- value (::Google::Cloud::ServiceManagement::V1::ConfigSource) — Required. The source configuration for the service.
Returns
- (::Google::Cloud::ServiceManagement::V1::ConfigSource) — Required. The source configuration for the service.
#service_name
def service_name() -> ::String
Returns
-
(::String) — Required. The name of the service. See the
overview for naming
requirements. For example:
example.googleapis.com
.
#service_name=
def service_name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the service. See the
overview for naming
requirements. For example:
example.googleapis.com
.
Returns
-
(::String) — Required. The name of the service. See the
overview for naming
requirements. For example:
example.googleapis.com
.
#validate_only
def validate_only() -> ::Boolean
Returns
-
(::Boolean) — Optional. If set, this will result in the generation of a
google.api.Service
configuration based on theConfigSource
provided, but the generated config and the sources will NOT be persisted.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Optional. If set, this will result in the generation of a
google.api.Service
configuration based on theConfigSource
provided, but the generated config and the sources will NOT be persisted.
Returns
-
(::Boolean) — Optional. If set, this will result in the generation of a
google.api.Service
configuration based on theConfigSource
provided, but the generated config and the sources will NOT be persisted.