Class GetRevisionRequest (1.0.0-beta02)

public sealed class GetRevisionRequest : IMessage<GetRevisionRequest>, IEquatable<GetRevisionRequest>, IDeepCloneable<GetRevisionRequest>, IBufferMessage, IMessage

Request message for obtaining a Revision by its full name.

Inheritance

Object > GetRevisionRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

GetRevisionRequest()

public GetRevisionRequest()

GetRevisionRequest(GetRevisionRequest)

public GetRevisionRequest(GetRevisionRequest other)
Parameter
NameDescription
otherGetRevisionRequest

Properties

Name

public string Name { get; set; }

Required. The full name of the Revision. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}

Property Value
TypeDescription
String

RevisionName

public RevisionName RevisionName { get; set; }

RevisionName-typed view over the Name resource name property.

Property Value
TypeDescription
RevisionName