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.
Implements
IMessageUpdateServiceMethod, IEquatableUpdateServiceMethod, IDeepCloneableUpdateServiceMethod, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
UpdateServiceMethod()
public UpdateServiceMethod()
UpdateServiceMethod(UpdateServiceMethod)
public UpdateServiceMethod(UpdateServiceMethod other)
Parameter | |
---|---|
Name | Description |
other |
UpdateServiceMethod |
Properties
Request
public UpdateServiceRequest Request { get; set; }
Update service request.
Property Value | |
---|---|
Type | Description |
UpdateServiceRequest |