Interface ListServicesResponseOrBuilder (2.47.0)

publicinterface ListServicesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

publicabstractStringgetNextPageToken()

Token that can be passed to ListServices to resume a paginated query.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Token that can be passed to ListServices to resume a paginated query.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getServices(int index)

publicabstractServicegetServices(intindex)

The available services for the requested project.

repeated .google.api.serviceusage.v1.Service services = 1;

Parameter
Name Description
index int
Returns
Type Description
Service

getServicesCount()

publicabstractintgetServicesCount()

The available services for the requested project.

repeated .google.api.serviceusage.v1.Service services = 1;

Returns
Type Description
int

getServicesList()

publicabstractList<Service>getServicesList()

The available services for the requested project.

repeated .google.api.serviceusage.v1.Service services = 1;

Returns
Type Description
List<Service>

getServicesOrBuilder(int index)

publicabstractServiceOrBuildergetServicesOrBuilder(intindex)

The available services for the requested project.

repeated .google.api.serviceusage.v1.Service services = 1;

Parameter
Name Description
index int
Returns
Type Description
ServiceOrBuilder

getServicesOrBuilderList()

publicabstractList<?extendsServiceOrBuilder>getServicesOrBuilderList()

The available services for the requested project.

repeated .google.api.serviceusage.v1.Service services = 1;

Returns
Type Description
List<? extends com.google.api.serviceusage.v1.ServiceOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.