Cloud Commerce Producer v1beta API - Class GetServiceRequest (1.0.0-beta01)

public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class GetServiceRequest.

Message for getting a Service

Inheritance

object > GetServiceRequest

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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