public sealed class GetVersionRequest : IMessage<GetVersionRequest>, IEquatable<GetVersionRequest>, IDeepCloneable<GetVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetVersionRequest.
Request message for Versions.GetVersion
.
Implements
IMessageGetVersionRequest, IEquatableGetVersionRequest, IDeepCloneableGetVersionRequest, IBufferMessage, 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 |