Class ApiDeployment
Describes a service running at particular address that provides a particular version of an API. ApiDeployments have revisions which correspond to different configurations of a single deployment in time. Revision identifiers should be updated whenever the served API spec or endpoint address changes.
Implements
Inherited Members
Namespace: Google.Apis.ApigeeRegistry.v1.Data
Assembly: Google.Apis.ApigeeRegistry.v1.dll
Syntax
public class ApiDeployment : IDirectResponseSchema
Properties
AccessGuidance
Text briefly describing how to access the endpoint. Changes to this value will not affect the revision.
Declaration
[JsonProperty("accessGuidance")]
public virtual string AccessGuidance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Annotations
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.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ApiSpecRevision
The full resource name (including revision ID) of the spec of the API being served by the deployment.
Changes to this value will update the revision. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec@revision}
Declaration
[JsonProperty("apiSpecRevision")]
public virtual string ApiSpecRevision { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Creation timestamp; when the deployment resource was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
A detailed description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Human-meaningful name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointUri
The address where the deployment is serving. Changes to this value will update the revision.
Declaration
[JsonProperty("endpointUri")]
public virtual string EndpointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalChannelUri
The address of the external channel of the API (e.g., the Developer Portal). Changes to this value will not affect the revision.
Declaration
[JsonProperty("externalChannelUri")]
public virtual string ExternalChannelUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntendedAudience
Text briefly identifying the intended audience of the API. Changes to this value will not affect the revision.
Declaration
[JsonProperty("intendedAudience")]
public virtual string IntendedAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
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.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionCreateTime
object representation of RevisionCreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RevisionCreateTimeDateTimeOffset instead.")]
public virtual object RevisionCreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
RevisionCreateTimeDateTimeOffset
DateTimeOffset representation of RevisionCreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RevisionCreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
RevisionCreateTimeRaw
Output only. Revision creation timestamp; when the represented revision was created.
Declaration
[JsonProperty("revisionCreateTime")]
public virtual string RevisionCreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionId
Output only. Immutable. The revision ID of the deployment. A new revision is committed whenever the deployment contents are changed. The format is an 8-character hexadecimal string.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionUpdateTime
object representation of RevisionUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RevisionUpdateTimeDateTimeOffset instead.")]
public virtual object RevisionUpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
RevisionUpdateTimeDateTimeOffset
DateTimeOffset representation of RevisionUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RevisionUpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
RevisionUpdateTimeRaw
Output only. Last update timestamp: when the represented revision was last modified.
Declaration
[JsonProperty("revisionUpdateTime")]
public virtual string RevisionUpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |