App Engine v1 API - Class UpdateServiceMethod (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class UpdateServiceMethod.

Detailed information about UpdateService call.

Inheritance

object > UpdateServiceMethod

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

UpdateServiceMethod()

public UpdateServiceMethod()

UpdateServiceMethod(UpdateServiceMethod)

public UpdateServiceMethod(UpdateServiceMethod other)
Parameter
NameDescription
otherUpdateServiceMethod

Properties

Request

public UpdateServiceRequest Request { get; set; }

Update service request.

Property Value
TypeDescription
UpdateServiceRequest