public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestRequest message for ListServices method.
Implements
IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ListServicesRequest()
public ListServicesRequest()ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesRequest |
Properties
ConsumerId
[Obsolete]
public string ConsumerId { get; set; }Include services consumed by the specified consumer.
The Google Service Management implementation accepts the following forms:
- project:<project_id>
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Token identifying which result to start with; returned by a previous list call.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProducerProjectId
public string ProducerProjectId { get; set; }Include services produced by the specified project.
| Property Value | |
|---|---|
| Type | Description |
String |
|