Class: Google::Cloud::ApigeeRegistry::V1::CreateApiVersionRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::Google::Cloud::ApigeeRegistry::V1::ApiVersion

Returns Required. The version to create.

Returns:



199
200
201
202
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 199

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

#api_version_id::String

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

This value should be 1-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 version, which will become the final component of the version's resource name.

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

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



199
200
201
202
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 199

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

#parent::String

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

Returns:

  • (::String)

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



199
200
201
202
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 199

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