App Engine v1 API - Class GetVersionRequest (2.3.0)

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.

Inheritance

object > GetVersionRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetVersionRequest()

public GetVersionRequest()

GetVersionRequest(GetVersionRequest)

public GetVersionRequest(GetVersionRequest other)
Parameter
NameDescription
otherGetVersionRequest

Properties

Name

public string Name { get; set; }

Name of the resource requested. Example: apps/myapp/services/default/versions/v1.

Property Value
TypeDescription
string

View

public VersionView View { get; set; }

Controls the set of fields returned in the Get response.

Property Value
TypeDescription
VersionView