public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Service Usage v1 API class ListServicesRequest.
Request message for the ListServices
method.
Implements
IMessageListServicesRequest, IEquatableListServicesRequest, IDeepCloneableListServicesRequest, 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 |
int |
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 |