Class ListFunctionsResponse.Builder (2.62.0)

publicstaticfinalclass ListFunctionsResponse.BuilderextendsGeneratedMessageV3.Builder<ListFunctionsResponse.Builder>implementsListFunctionsResponseOrBuilder

Response for the ListFunctions method.

Protobuf type google.cloud.functions.v1.ListFunctionsResponse

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFunctions(Iterable<? extends CloudFunction> values)

publicListFunctionsResponse.BuilderaddAllFunctions(Iterable<?extendsCloudFunction>values)

The functions that match the request.

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

Parameter
Name Description
values Iterable<? extends com.google.cloud.functions.v1.CloudFunction>
Returns
Type Description
ListFunctionsResponse.Builder

addAllUnreachable(Iterable<String> values)

publicListFunctionsResponse.BuilderaddAllUnreachable(Iterable<String>values)

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

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

addFunctions(CloudFunction value)

publicListFunctionsResponse.BuilderaddFunctions(CloudFunctionvalue)

The functions that match the request.

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

Parameter
Name Description
value CloudFunction
Returns
Type Description
ListFunctionsResponse.Builder

addFunctions(CloudFunction.Builder builderForValue)

publicListFunctionsResponse.BuilderaddFunctions(CloudFunction.BuilderbuilderForValue)

The functions that match the request.

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

Parameter
Name Description
builderForValue CloudFunction.Builder
Returns
Type Description
ListFunctionsResponse.Builder

addFunctions(int index, CloudFunction value)

publicListFunctionsResponse.BuilderaddFunctions(intindex,CloudFunctionvalue)

The functions that match the request.

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

Parameters
Name Description
index int
value CloudFunction
Returns
Type Description
ListFunctionsResponse.Builder

addFunctions(int index, CloudFunction.Builder builderForValue)

publicListFunctionsResponse.BuilderaddFunctions(intindex,CloudFunction.BuilderbuilderForValue)

The functions that match the request.

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

Parameters
Name Description
index int
builderForValue CloudFunction.Builder
Returns
Type Description
ListFunctionsResponse.Builder

addFunctionsBuilder()

publicCloudFunction.BuilderaddFunctionsBuilder()

The functions that match the request.

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

Returns
Type Description
CloudFunction.Builder

addFunctionsBuilder(int index)

publicCloudFunction.BuilderaddFunctionsBuilder(intindex)

The functions that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
CloudFunction.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListFunctionsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

addUnreachable(String value)

publicListFunctionsResponse.BuilderaddUnreachable(Stringvalue)

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

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

publicListFunctionsResponse.BuilderaddUnreachableBytes(ByteStringvalue)

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

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

build()

publicListFunctionsResponsebuild()
Returns
Type Description
ListFunctionsResponse

buildPartial()

publicListFunctionsResponsebuildPartial()
Returns
Type Description
ListFunctionsResponse

clear()

publicListFunctionsResponse.Builderclear()
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListFunctionsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

clearFunctions()

publicListFunctionsResponse.BuilderclearFunctions()

The functions that match the request.

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

Returns
Type Description
ListFunctionsResponse.Builder

clearNextPageToken()

publicListFunctionsResponse.BuilderclearNextPageToken()

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
ListFunctionsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicListFunctionsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

clearUnreachable()

publicListFunctionsResponse.BuilderclearUnreachable()

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

repeated string unreachable = 3;

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

clone()

publicListFunctionsResponse.Builderclone()
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

getDefaultInstanceForType()

publicListFunctionsResponsegetDefaultInstanceForType()
Returns
Type Description
ListFunctionsResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFunctions(int index)

publicCloudFunctiongetFunctions(intindex)

The functions that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
CloudFunction

getFunctionsBuilder(int index)

publicCloudFunction.BuildergetFunctionsBuilder(intindex)

The functions that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
CloudFunction.Builder

getFunctionsBuilderList()

publicList<CloudFunction.Builder>getFunctionsBuilderList()

The functions that match the request.

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

Returns
Type Description
List<Builder>

getFunctionsCount()

publicintgetFunctionsCount()

The functions that match the request.

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

Returns
Type Description
int

getFunctionsList()

publicList<CloudFunction>getFunctionsList()

The functions that match the request.

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

Returns
Type Description
List<CloudFunction>

getFunctionsOrBuilder(int index)

publicCloudFunctionOrBuildergetFunctionsOrBuilder(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()

publicList<?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()

publicStringgetNextPageToken()

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()

publicByteStringgetNextPageTokenBytes()

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)

publicStringgetUnreachable(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)

publicByteStringgetUnreachableBytes(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()

publicintgetUnreachableCount()

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()

publicProtocolStringListgetUnreachableList()

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

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListFunctionsResponse other)

publicListFunctionsResponse.BuildermergeFrom(ListFunctionsResponseother)
Parameter
Name Description
other ListFunctionsResponse
Returns
Type Description
ListFunctionsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListFunctionsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListFunctionsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicListFunctionsResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListFunctionsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

removeFunctions(int index)

publicListFunctionsResponse.BuilderremoveFunctions(intindex)

The functions that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListFunctionsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicListFunctionsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

setFunctions(int index, CloudFunction value)

publicListFunctionsResponse.BuildersetFunctions(intindex,CloudFunctionvalue)

The functions that match the request.

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

Parameters
Name Description
index int
value CloudFunction
Returns
Type Description
ListFunctionsResponse.Builder

setFunctions(int index, CloudFunction.Builder builderForValue)

publicListFunctionsResponse.BuildersetFunctions(intindex,CloudFunction.BuilderbuilderForValue)

The functions that match the request.

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

Parameters
Name Description
index int
builderForValue CloudFunction.Builder
Returns
Type Description
ListFunctionsResponse.Builder

setNextPageToken(String value)

publicListFunctionsResponse.BuildersetNextPageToken(Stringvalue)

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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

publicListFunctionsResponse.BuildersetNextPageTokenBytes(ByteStringvalue)

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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicListFunctionsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListFunctionsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListFunctionsResponse.Builder
Overrides

setUnreachable(int index, String value)

publicListFunctionsResponse.BuildersetUnreachable(intindex,Stringvalue)

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

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListFunctionsResponse.Builder

This builder for chaining.

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.