Class: Google::Cloud::ApiGateway::V1::CreateApiConfigRequest

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

Overview

Request message for ApiGatewayService.CreateApiConfig

Instance Attribute Summary collapse

Instance Attribute Details

#api_config::Google::Cloud::ApiGateway::V1::ApiConfig

Returns Required. API resource.

Returns:



548
549
550
551
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548

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

#api_config_id::String

Returns Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.

Returns:

  • (::String)

    Required. Identifier to assign to the API Config. Must be unique within scope of the parent resource.



548
549
550
551
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548

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

#parent::String

Returns Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*.

Returns:

  • (::String)

    Required. Parent resource of the API Config, of the form: projects/*/locations/global/apis/*



548
549
550
551
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 548

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