Class: Google::Cloud::ApigeeRegistry::V1::CreateApiVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::CreateApiVersionRequest
- 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
-
#api_version ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiVersion
Required.
-
#api_version_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#api_version ⇒ ::Google::Cloud::ApigeeRegistry::V1::ApiVersion
Returns Required. The version to create.
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.
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/*
.
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 |