Interface ListFunctionsResponseOrBuilder (2.72.0)

publicinterface ListFunctionsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctions(int index)

publicabstractFunctiongetFunctions(intindex)

The functions that match the request.

repeated .google.cloud.functions.v2beta.Function functions = 1;

Parameter
Name Description
index int
Returns
Type Description
Function

getFunctionsCount()

publicabstractintgetFunctionsCount()

The functions that match the request.

repeated .google.cloud.functions.v2beta.Function functions = 1;

Returns
Type Description
int

getFunctionsList()

publicabstractList<Function>getFunctionsList()

The functions that match the request.

repeated .google.cloud.functions.v2beta.Function functions = 1;

Returns
Type Description
List<Function>

getFunctionsOrBuilder(int index)

publicabstractFunctionOrBuildergetFunctionsOrBuilder(intindex)

The functions that match the request.

repeated .google.cloud.functions.v2beta.Function functions = 1;

Parameter
Name Description
index int
Returns
Type Description
FunctionOrBuilder

getFunctionsOrBuilderList()

publicabstractList<?extendsFunctionOrBuilder>getFunctionsOrBuilderList()

The functions that match the request.

repeated .google.cloud.functions.v2beta.Function functions = 1;

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

getNextPageToken()

publicabstractStringgetNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

publicabstractStringgetUnreachable(intindex)

Locations that could not be reached. The response does not include any functions from these locations.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

publicabstractByteStringgetUnreachableBytes(intindex)

Locations that could not be reached. The response does not include any functions from these locations.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

publicabstractintgetUnreachableCount()

Locations that could not be reached. The response does not include any functions from these locations.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

publicabstractList<String>getUnreachableList()

Locations that could not be reached. The response does not include any functions from these locations.

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.

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.