Interface ListFunctionsResponseOrBuilder (2.33.0)

publicinterface ListFunctionsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctions(int index)

publicabstractCloudFunctiongetFunctions(intindex)

The functions that match the request.

repeated .google.cloud.functions.v1.CloudFunction functions = 1;

Parameter
Name Description
index int
Returns
Type Description
CloudFunction

getFunctionsCount()

publicabstractintgetFunctionsCount()

The functions that match the request.

repeated .google.cloud.functions.v1.CloudFunction functions = 1;

Returns
Type Description
int

getFunctionsList()

publicabstractList<CloudFunction>getFunctionsList()

The functions that match the request.

repeated .google.cloud.functions.v1.CloudFunction functions = 1;

Returns
Type Description
List<CloudFunction>

getFunctionsOrBuilder(int index)

publicabstractCloudFunctionOrBuildergetFunctionsOrBuilder(intindex)

The functions that match the request.

repeated .google.cloud.functions.v1.CloudFunction functions = 1;

Parameter
Name Description
index int
Returns
Type Description
CloudFunctionOrBuilder

getFunctionsOrBuilderList()

publicabstractList<?extendsCloudFunctionOrBuilder>getFunctionsOrBuilderList()

The functions that match the request.

repeated .google.cloud.functions.v1.CloudFunction functions = 1;

Returns
Type Description
List<? extends com.google.cloud.functions.v1.CloudFunctionOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.

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.