Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::SubmitConfigSourceRequest (v0.3.9)

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

#config_source=

def config_source=(value) -> ::Google::Cloud::ServiceManagement::V1::ConfigSource
Parameter
Returns

#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 the ConfigSource 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 the ConfigSource 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 the ConfigSource provided, but the generated config and the sources will NOT be persisted.