public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestRequest message for the ListServices method.
Implements
IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
ListServicesRequest()
public ListServicesRequest()ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesRequest |
Properties
Filter
public string Filter { get; set; }Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED and state:DISABLED.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Token identifying which result to start with, which is returned by a previous list call.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Parent to search for services on.
An example name would be:
projects/123 where 123 is the project number.
| Property Value | |
|---|---|
| Type | Description |
String |
|