Class: Google::Cloud::ApigeeRegistry::V1::CreateApiSpecRequest

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

Overview

Request message for CreateApiSpec.

Instance Attribute Summary collapse

Instance Attribute Details

#api_spec::Google::Cloud::ApigeeRegistry::V1::ApiSpec

Returns Required. The spec to create.

Returns:



317
318
319
320
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 317

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

#api_spec_id::String

Returns Required. The ID to use for the spec, which will become the final component of the spec's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Following AIP-162, IDs must not have the form of a UUID.

Returns:

  • (::String)

    Required. The ID to use for the spec, which will become the final component of the spec's resource name.

    This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

    Following AIP-162, IDs must not have the form of a UUID.



317
318
319
320
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 317

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

#parent::String

Returns Required. The parent, which owns this collection of specs. Format: projects/*/locations/*/apis/*/versions/*.

Returns:

  • (::String)

    Required. The parent, which owns this collection of specs. Format: projects/*/locations/*/apis/*/versions/*



317
318
319
320
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 317

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