Interface BatchGetServicesRequestOrBuilder (2.53.0)

publicinterface BatchGetServicesRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNames(int index)

publicabstractStringgetNames(intindex)

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

repeated string names = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The names at the given index.

getNamesBytes(int index)

publicabstractByteStringgetNamesBytes(intindex)

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

repeated string names = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the names at the given index.

getNamesCount()

publicabstractintgetNamesCount()

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

repeated string names = 2;

Returns
Type Description
int

The count of names.

getNamesList()

publicabstractList<String>getNamesList()

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

repeated string names = 2;

Returns
Type Description
List<String>

A list containing the names.

getParent()

publicabstractStringgetParent()

Parent to retrieve services from. If this is set, the parent of all of the services specified in names must match this field. An example name would be: projects/123 where 123 is the project number. The BatchGetServices method currently only supports projects.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Parent to retrieve services from. If this is set, the parent of all of the services specified in names must match this field. An example name would be: projects/123 where 123 is the project number. The BatchGetServices method currently only supports projects.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

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.