public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class GetServiceRequest.
Message for getting a Service
Implements
IMessageGetServiceRequest, IEquatableGetServiceRequest, IDeepCloneableGetServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
GetServiceRequest()
public GetServiceRequest()GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource
| 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 |
|
View
public ServiceView View { get; set; }Optional. The view of the Service to return. If unspecified, the default view is BASIC.
| Property Value | |
|---|---|
| Type | Description |
ServiceView |
|