public sealed class ApiVersion : IMessage<ApiVersion>, IEquatable<ApiVersion>, IDeepCloneable<ApiVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class ApiVersion.
Describes a particular version of an API. ApiVersions are what consumers actually use.
Implements
IMessageApiVersion, IEquatableApiVersion, IDeepCloneableApiVersion, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
ApiVersion()
public ApiVersion()
ApiVersion(ApiVersion)
public ApiVersion(ApiVersion other)
Parameter | |
---|---|
Name | Description |
other |
ApiVersion |
Properties
Annotations
public MapField<string, string> Annotations { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
ApiVersionName
public ApiVersionName ApiVersionName { get; set; }
ApiVersionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ApiVersionName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Creation timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
A detailed description.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Human-meaningful name.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Resource name.
Property Value | |
---|---|
Type | Description |
string |
State
public string State { get; set; }
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".
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Last update timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |