public sealed class UpdateServiceMethod : IMessage<UpdateServiceMethod>, IEquatable<UpdateServiceMethod>, IDeepCloneable<UpdateServiceMethod>, IBufferMessage, IMessage
Detailed information about UpdateService call.
Implements
IMessage<UpdateServiceMethod>, IEquatable<UpdateServiceMethod>, IDeepCloneable<UpdateServiceMethod>, 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 |