public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageRequest message for obtaining a Service by its full name.
Implements
IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
GetServiceRequest()
public GetServiceRequest()GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceRequest |
Properties
Name
public string Name { get; set; }Required. The full name of the Service. Format: projects/{projectnumber}/locations/{location}/services/{service}
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceName
public ServiceName ServiceName { get; set; }ServiceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServiceName |
|