public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Request message for Versions.GetVersion
.
Implements
Google.Protobuf.IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, Google.Protobuf.IDeepCloneable<GetVersionRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
GetVersionRequest()
public GetVersionRequest()
GetVersionRequest(GetVersionRequest)
public GetVersionRequest(GetVersionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetVersionRequest |
Properties
Name
public string Name { get; set; }
Name of the resource requested. Example:
apps/myapp/services/default/versions/v1
.
Property Value | |
---|---|
Type | Description |
String |
View
public VersionView View { get; set; }
Controls the set of fields returned in the Get
response.
Property Value | |
---|---|
Type | Description |
VersionView |