Service Management v1 API - Class ListServiceConfigsRequest (2.4.0)

public sealed class ListServiceConfigsRequest : IMessage<ListServiceConfigsRequest>, IEquatable<ListServiceConfigsRequest>, IDeepCloneable<ListServiceConfigsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Service Management v1 API class ListServiceConfigsRequest.

Request message for ListServiceConfigs method.

Inheritance

object > ListServiceConfigsRequest

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ListServiceConfigsRequest()

public ListServiceConfigsRequest()

ListServiceConfigsRequest(ListServiceConfigsRequest)

public ListServiceConfigsRequest(ListServiceConfigsRequest other)
Parameter
Name Description
other ListServiceConfigsRequest

Properties

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
int

PageToken

public string PageToken { get; set; }

The token of the page to retrieve.

Property Value
Type Description
string

ServiceName

public string ServiceName { get; set; }

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Property Value
Type Description
string