API hub V1 API - Class Google::Cloud::ApiHub::V1::VersionMetadata (v0.6.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::VersionMetadata.

The metadata associated with a version of the API resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployments

def deployments() -> ::Array<::Google::Cloud::ApiHub::V1::DeploymentMetadata>
Returns

#deployments=

def deployments=(value) -> ::Array<::Google::Cloud::ApiHub::V1::DeploymentMetadata>
Parameter
  • value (::Array<::Google::Cloud::ApiHub::V1::DeploymentMetadata>) — Optional. The deployments linked to this API version. Note: A particular API version could be deployed to multiple deployments (for dev deployment, UAT deployment, etc.)
Returns

#original_create_time

def original_create_time() -> ::Google::Protobuf::Timestamp
Returns

#original_create_time=

def original_create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#original_id

def original_id() -> ::String
Returns
  • (::String) — Optional. The unique identifier of the version in the system where it was originally created.

#original_id=

def original_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The unique identifier of the version in the system where it was originally created.
Returns
  • (::String) — Optional. The unique identifier of the version in the system where it was originally created.

#original_update_time

def original_update_time() -> ::Google::Protobuf::Timestamp
Returns

#original_update_time=

def original_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#specs

def specs() -> ::Array<::Google::Cloud::ApiHub::V1::SpecMetadata>
Returns

#specs=

def specs=(value) -> ::Array<::Google::Cloud::ApiHub::V1::SpecMetadata>
Parameter
Returns

#version

def version() -> ::Google::Cloud::ApiHub::V1::Version
Returns

#version=

def version=(value) -> ::Google::Cloud::ApiHub::V1::Version
Parameter
Returns