public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class GetRevisionRequest.
A request to get a Revision from a 'GetRevision' call.
Implements
IMessageGetRevisionRequest, IEquatableGetRevisionRequest, IDeepCloneableGetRevisionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
GetRevisionRequest()
public GetRevisionRequest()GetRevisionRequest(GetRevisionRequest)
public GetRevisionRequest(GetRevisionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRevisionRequest |
Properties
Name
public string Name { get; set; }Required. The name of the Revision in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RevisionName
public RevisionName RevisionName { get; set; }RevisionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
RevisionName |
|