View Source GoogleApi.ApigeeRegistry.V1.Model.ApiVersion (google_api_apigee_registry v0.4.0)

Describes a particular version of an API. ApiVersions are what consumers actually use.

Attributes

  • annotations (type: map(), default: nil) - Annotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.
  • createTime (type: DateTime.t, default: nil) - Output only. Creation timestamp.
  • description (type: String.t, default: nil) - A detailed description.
  • displayName (type: String.t, default: nil) - Human-meaningful name.
  • labels (type: map(), default: nil) - Labels attach identifying metadata to resources. Identifying metadata can be used to filter list operations. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one resource (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with apigeeregistry.googleapis.com/ and cannot be changed.
  • name (type: String.t, default: nil) - Resource name.
  • primarySpec (type: String.t, default: nil) - The primary spec for this version. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
  • state (type: String.t, default: nil) - A user-definable description of the lifecycle phase of this API version. Format: free-form, but we expect single words that describe API maturity, e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION", "DEPRECATED", "RETIRED".
  • updateTime (type: DateTime.t, default: nil) - Output only. Last update timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.ApiVersion{
  annotations: map() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  primarySpec: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.