Class GetApplicationRequest (1.0.0)

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

Request message for Applications.GetApplication.

Inheritance

Object > GetApplicationRequest

Implements

Google.Protobuf.IMessage<GetApplicationRequest>, IEquatable<GetApplicationRequest>, Google.Protobuf.IDeepCloneable<GetApplicationRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetApplicationRequest()

public GetApplicationRequest()

GetApplicationRequest(GetApplicationRequest)

public GetApplicationRequest(GetApplicationRequest other)
Parameter
NameDescription
otherGetApplicationRequest

Properties

Name

public string Name { get; set; }

Name of the Application resource to get. Example: apps/myapp.

Property Value
TypeDescription
String