Class: Google::Cloud::ServiceManagement::V1::CreateServiceConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/servicemanagement/v1/servicemanager.rb

Overview

Request message for CreateServiceConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#service_config::Google::Api::Service

Returns Required. The service configuration resource.

Returns:



182
183
184
185
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 182

class CreateServiceConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_name::String

Returns 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.



182
183
184
185
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 182

class CreateServiceConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end