Class: Google::Cloud::ApiGateway::V1::CreateApiRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#api::Google::Cloud::ApiGateway::V1::Api

Returns Required. API resource.

Returns:



443
444
445
446
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443

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

#api_id::String

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

Returns:

  • (::String)

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



443
444
445
446
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443

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

#parent::String

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

Returns:

  • (::String)

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



443
444
445
446
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 443

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