Interface ListRuntimesResponseOrBuilder (2.19.0)

publicinterface ListRuntimesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getRuntimes(int index)

publicabstractListRuntimesResponse.RuntimegetRuntimes(intindex)

The runtimes that match the request.

repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.Runtime

getRuntimesCount()

publicabstractintgetRuntimesCount()

The runtimes that match the request.

repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;

Returns
Type Description
int

getRuntimesList()

publicabstractList<ListRuntimesResponse.Runtime>getRuntimesList()

The runtimes that match the request.

repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;

Returns
Type Description
List<Runtime>

getRuntimesOrBuilder(int index)

publicabstractListRuntimesResponse.RuntimeOrBuildergetRuntimesOrBuilder(intindex)

The runtimes that match the request.

repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.RuntimeOrBuilder

getRuntimesOrBuilderList()

publicabstractList<?extendsListRuntimesResponse.RuntimeOrBuilder>getRuntimesOrBuilderList()

The runtimes that match the request.

repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;

Returns
Type Description
List<? extends com.google.cloud.functions.v2beta.ListRuntimesResponse.RuntimeOrBuilder>

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年10月30日 UTC.