Class ListRuntimesResponse.Builder (2.8.0)

publicstaticfinalclass ListRuntimesResponse.BuilderextendsGeneratedMessageV3.Builder<ListRuntimesResponse.Builder>implementsListRuntimesResponseOrBuilder

Response for the ListRuntimes method.

Protobuf type google.cloud.functions.v2.ListRuntimesResponse

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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

Methods

addAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)

publicListRuntimesResponse.BuilderaddAllRuntimes(Iterable<?extendsListRuntimesResponse.Runtime>values)

The runtimes that match the request.

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

Parameter
Name Description
values Iterable<? extends com.google.cloud.functions.v2.ListRuntimesResponse.Runtime>
Returns
Type Description

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListRuntimesResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

addRuntimes(ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameter
Name Description
Returns
Type Description

addRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)

publicListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtime.BuilderbuilderForValue)

The runtimes that match the request.

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

Parameter
Name Description
Returns
Type Description

addRuntimes(int index, ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuilderaddRuntimes(intindex,ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameters
Name Description
index int
Returns
Type Description

addRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)

publicListRuntimesResponse.BuilderaddRuntimes(intindex,ListRuntimesResponse.Runtime.BuilderbuilderForValue)

The runtimes that match the request.

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

Parameters
Name Description
index int
Returns
Type Description

addRuntimesBuilder()

publicListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder()

The runtimes that match the request.

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

Returns
Type Description

addRuntimesBuilder(int index)

publicListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description

build()

publicListRuntimesResponsebuild()
Returns
Type Description

buildPartial()

publicListRuntimesResponsebuildPartial()
Returns
Type Description

clear()

publicListRuntimesResponse.Builderclear()
Returns
Type Description
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListRuntimesResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicListRuntimesResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearRuntimes()

publicListRuntimesResponse.BuilderclearRuntimes()

The runtimes that match the request.

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

Returns
Type Description

clone()

publicListRuntimesResponse.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicListRuntimesResponsegetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getRuntimes(int index)

publicListRuntimesResponse.RuntimegetRuntimes(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description

getRuntimesBuilder(int index)

publicListRuntimesResponse.Runtime.BuildergetRuntimesBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description

getRuntimesBuilderList()

publicList<ListRuntimesResponse.Runtime.Builder>getRuntimesBuilderList()

The runtimes that match the request.

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

Returns
Type Description

getRuntimesCount()

publicintgetRuntimesCount()

The runtimes that match the request.

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

Returns
Type Description
int

getRuntimesList()

publicList<ListRuntimesResponse.Runtime>getRuntimesList()

The runtimes that match the request.

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

Returns
Type Description

getRuntimesOrBuilder(int index)

publicListRuntimesResponse.RuntimeOrBuildergetRuntimesOrBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description

getRuntimesOrBuilderList()

publicList<?extendsListRuntimesResponse.RuntimeOrBuilder>getRuntimesOrBuilderList()

The runtimes that match the request.

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

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

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(ListRuntimesResponse other)

publicListRuntimesResponse.BuildermergeFrom(ListRuntimesResponseother)
Parameter
Name Description
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListRuntimesResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicListRuntimesResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListRuntimesResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

removeRuntimes(int index)

publicListRuntimesResponse.BuilderremoveRuntimes(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description

setField(Descriptors.FieldDescriptor field, Object value)

publicListRuntimesResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

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

publicListRuntimesResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setRuntimes(int index, ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuildersetRuntimes(intindex,ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameters
Name Description
index int
Returns
Type Description

setRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)

publicListRuntimesResponse.BuildersetRuntimes(intindex,ListRuntimesResponse.Runtime.BuilderbuilderForValue)

The runtimes that match the request.

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

Parameters
Name Description
index int
Returns
Type Description

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListRuntimesResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

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.