public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListServicesRequest.
Message for requesting list of Services
Implements
IMessageListServicesRequest, IEquatableListServicesRequest, IDeepCloneableListServicesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ListServicesRequest()
public ListServicesRequest()ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 500; values above 500 will be coerced to 500. If unspecified, the server will default to the maximum.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value for ListServicesRequest
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|