public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Request message for Services.GetService
.
Implements
Google.Protobuf.IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, Google.Protobuf.IDeepCloneable<GetServiceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
GetServiceRequest()
public GetServiceRequest()
GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | GetServiceRequest |
Properties
Name
public string Name { get; set; }
Name of the resource requested. Example: apps/myapp/services/default
.
Property Value | |
---|---|
Type | Description |
String |