Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::CreateServiceConfigRequest.
Request message for CreateServiceConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service_config
def service_config() -> ::Google::Api::Service
Returns
- (::Google::Api::Service) — Required. The service configuration resource.
#service_config=
def service_config=(value) -> ::Google::Api::Service
Parameter
- value (::Google::Api::Service) — Required. The service configuration resource.
Returns
- (::Google::Api::Service) — Required. The service configuration resource.
#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
.