Class ListFunctionsResponse.Builder (2.62.0)

publicstaticfinalclassListFunctionsResponse.BuilderextendsGeneratedMessageV3.Builder<ListFunctionsResponse.Builder>implementsListFunctionsResponseOrBuilder

Response for the ListFunctions method.

Protobuf type google.cloud.functions.v2alpha.ListFunctionsResponse

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFunctions(Iterable<? extends Function> values)

publicListFunctionsResponse.BuilderaddAllFunctions(Iterable<?extendsFunction>values)

The functions that match the request.

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.functions.v2alpha.Function>
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The unreachable to add.

Returns
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.

addFunctions(Function value)

publicListFunctionsResponse.BuilderaddFunctions(Functionvalue)

The functions that match the request.

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

Parameter
NameDescription
valueFunction
Returns
TypeDescription
ListFunctionsResponse.Builder

addFunctions(Function.Builder builderForValue)

publicListFunctionsResponse.BuilderaddFunctions(Function.BuilderbuilderForValue)

The functions that match the request.

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

Parameter
NameDescription
builderForValueFunction.Builder
Returns
TypeDescription
ListFunctionsResponse.Builder

addFunctions(int index, Function value)

publicListFunctionsResponse.BuilderaddFunctions(intindex,Functionvalue)

The functions that match the request.

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

Parameters
NameDescription
indexint
valueFunction
Returns
TypeDescription
ListFunctionsResponse.Builder

addFunctions(int index, Function.Builder builderForValue)

publicListFunctionsResponse.BuilderaddFunctions(intindex,Function.BuilderbuilderForValue)

The functions that match the request.

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

Parameters
NameDescription
indexint
builderForValueFunction.Builder
Returns
TypeDescription
ListFunctionsResponse.Builder

addFunctionsBuilder()

publicFunction.BuilderaddFunctionsBuilder()

The functions that match the request.

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

Returns
TypeDescription
Function.Builder

addFunctionsBuilder(int index)

publicFunction.BuilderaddFunctionsBuilder(intindex)

The functions that match the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Function.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListFunctionsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The unreachable to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the unreachable to add.

Returns
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.

build()

publicListFunctionsResponsebuild()
Returns
TypeDescription
ListFunctionsResponse

buildPartial()

publicListFunctionsResponsebuildPartial()
Returns
TypeDescription
ListFunctionsResponse

clear()

publicListFunctionsResponse.Builderclear()
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListFunctionsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

clearFunctions()

publicListFunctionsResponse.BuilderclearFunctions()

The functions that match the request.

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

Returns
TypeDescription
ListFunctionsResponse.Builder

clearNextPageToken()

publicListFunctionsResponse.BuilderclearNextPageToken()

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicListFunctionsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.

clone()

publicListFunctionsResponse.Builderclone()
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

getDefaultInstanceForType()

publicListFunctionsResponsegetDefaultInstanceForType()
Returns
TypeDescription
ListFunctionsResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFunctions(int index)

publicFunctiongetFunctions(intindex)

The functions that match the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Function

getFunctionsBuilder(int index)

publicFunction.BuildergetFunctionsBuilder(intindex)

The functions that match the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Function.Builder

getFunctionsBuilderList()

publicList<Function.Builder>getFunctionsBuilderList()

The functions that match the request.

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

Returns
TypeDescription
List<Builder>

getFunctionsCount()

publicintgetFunctionsCount()

The functions that match the request.

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

Returns
TypeDescription
int

getFunctionsList()

publicList<Function>getFunctionsList()

The functions that match the request.

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

Returns
TypeDescription
List<Function>

getFunctionsOrBuilder(int index)

publicFunctionOrBuildergetFunctionsOrBuilder(intindex)

The functions that match the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
FunctionOrBuilder

getFunctionsOrBuilderList()

publicList<?extendsFunctionOrBuilder>getFunctionsOrBuilderList()

The functions that match the request.

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

Returns
TypeDescription
List<? extends com.google.cloud.functions.v2alpha.FunctionOrBuilder>

getNextPageToken()

publicStringgetNextPageToken()

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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

publicByteStringgetNextPageTokenBytes()

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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListFunctionsResponse other)

publicListFunctionsResponse.BuildermergeFrom(ListFunctionsResponseother)
Parameter
NameDescription
otherListFunctionsResponse
Returns
TypeDescription
ListFunctionsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListFunctionsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

publicListFunctionsResponse.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListFunctionsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

removeFunctions(int index)

publicListFunctionsResponse.BuilderremoveFunctions(intindex)

The functions that match the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ListFunctionsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicListFunctionsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

setFunctions(int index, Function value)

publicListFunctionsResponse.BuildersetFunctions(intindex,Functionvalue)

The functions that match the request.

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

Parameters
NameDescription
indexint
valueFunction
Returns
TypeDescription
ListFunctionsResponse.Builder

setFunctions(int index, Function.Builder builderForValue)

publicListFunctionsResponse.BuildersetFunctions(intindex,Function.BuilderbuilderForValue)

The functions that match the request.

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

Parameters
NameDescription
indexint
builderForValueFunction.Builder
Returns
TypeDescription
ListFunctionsResponse.Builder

setNextPageToken(String value)

publicListFunctionsResponse.BuildersetNextPageToken(Stringvalue)

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;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

publicListFunctionsResponse.BuildersetNextPageTokenBytes(ByteStringvalue)

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;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.

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

publicListFunctionsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListFunctionsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The unreachable to set.

Returns
TypeDescription
ListFunctionsResponse.Builder

This builder for chaining.