Apigee Registry V1 API - Class Google::Cloud::ApigeeRegistry::V1::CreateApiVersionRequest (v0.1.0)

Reference documentation and code samples for the Apigee Registry V1 API class Google::Cloud::ApigeeRegistry::V1::CreateApiVersionRequest.

Request message for CreateApiVersion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_version

def api_version() -> ::Google::Cloud::ApigeeRegistry::V1::ApiVersion
Returns

#api_version=

def api_version=(value) -> ::Google::Cloud::ApigeeRegistry::V1::ApiVersion
Parameter
Returns

#api_version_id

def api_version_id() -> ::String
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.

#api_version_id=

def api_version_id=(value) -> ::String
Parameter
  • value (::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.

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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, which owns this collection of versions. Format: projects//locations//apis/*

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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/*