Interface BatchGetServicesResponseOrBuilder (2.57.0)

publicinterface BatchGetServicesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getServices(int index)

publicabstractServicegetServices(intindex)

The requested Service states.

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

Parameter
Name Description
index int
Returns
Type Description
Service

getServicesCount()

publicabstractintgetServicesCount()

The requested Service states.

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

Returns
Type Description
int

getServicesList()

publicabstractList<Service>getServicesList()

The requested Service states.

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

Returns
Type Description
List<Service>

getServicesOrBuilder(int index)

publicabstractServiceOrBuildergetServicesOrBuilder(intindex)

The requested Service states.

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

Parameter
Name Description
index int
Returns
Type Description
ServiceOrBuilder

getServicesOrBuilderList()

publicabstractList<?extendsServiceOrBuilder>getServicesOrBuilderList()

The requested Service states.

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.