Class ListRuntimesResponse.Builder (2.76.0)

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

Response for the ListRuntimes method.

Protobuf type google.cloud.functions.v2beta.ListRuntimesResponse

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

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

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

The runtimes that match the request.

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

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addRuntimes(ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameter
Name Description
value ListRuntimesResponse.Runtime
Returns
Type Description
ListRuntimesResponse.Builder

addRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)

publicListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtime.BuilderbuilderForValue)

The runtimes that match the request.

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

Parameter
Name Description
builderForValue ListRuntimesResponse.Runtime.Builder
Returns
Type Description
ListRuntimesResponse.Builder

addRuntimes(int index, ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuilderaddRuntimes(intindex,ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameters
Name Description
index int
value ListRuntimesResponse.Runtime
Returns
Type Description
ListRuntimesResponse.Builder

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

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

The runtimes that match the request.

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

Parameters
Name Description
index int
builderForValue ListRuntimesResponse.Runtime.Builder
Returns
Type Description
ListRuntimesResponse.Builder

addRuntimesBuilder()

publicListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder()

The runtimes that match the request.

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

Returns
Type Description
ListRuntimesResponse.Runtime.Builder

addRuntimesBuilder(int index)

publicListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.Runtime.Builder

build()

publicListRuntimesResponsebuild()
Returns
Type Description
ListRuntimesResponse

buildPartial()

publicListRuntimesResponsebuildPartial()
Returns
Type Description
ListRuntimesResponse

clear()

publicListRuntimesResponse.Builderclear()
Returns
Type Description
ListRuntimesResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListRuntimesResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListRuntimesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicListRuntimesResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListRuntimesResponse.Builder
Overrides

clearRuntimes()

publicListRuntimesResponse.BuilderclearRuntimes()

The runtimes that match the request.

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

Returns
Type Description
ListRuntimesResponse.Builder

clone()

publicListRuntimesResponse.Builderclone()
Returns
Type Description
ListRuntimesResponse.Builder
Overrides

getDefaultInstanceForType()

publicListRuntimesResponsegetDefaultInstanceForType()
Returns
Type Description
ListRuntimesResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRuntimes(int index)

publicListRuntimesResponse.RuntimegetRuntimes(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.Runtime

getRuntimesBuilder(int index)

publicListRuntimesResponse.Runtime.BuildergetRuntimesBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.Runtime.Builder

getRuntimesBuilderList()

publicList<ListRuntimesResponse.Runtime.Builder>getRuntimesBuilderList()

The runtimes that match the request.

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

Returns
Type Description
List<Builder>

getRuntimesCount()

publicintgetRuntimesCount()

The runtimes that match the request.

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

Returns
Type Description
int

getRuntimesList()

publicList<ListRuntimesResponse.Runtime>getRuntimesList()

The runtimes that match the request.

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

Returns
Type Description
List<Runtime>

getRuntimesOrBuilder(int index)

publicListRuntimesResponse.RuntimeOrBuildergetRuntimesOrBuilder(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.RuntimeOrBuilder

getRuntimesOrBuilderList()

publicList<?extendsListRuntimesResponse.RuntimeOrBuilder>getRuntimesOrBuilderList()

The runtimes that match the request.

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

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

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListRuntimesResponse other)

publicListRuntimesResponse.BuildermergeFrom(ListRuntimesResponseother)
Parameter
Name Description
other ListRuntimesResponse
Returns
Type Description
ListRuntimesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeRuntimes(int index)

publicListRuntimesResponse.BuilderremoveRuntimes(intindex)

The runtimes that match the request.

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

Parameter
Name Description
index int
Returns
Type Description
ListRuntimesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setRuntimes(int index, ListRuntimesResponse.Runtime value)

publicListRuntimesResponse.BuildersetRuntimes(intindex,ListRuntimesResponse.Runtimevalue)

The runtimes that match the request.

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

Parameters
Name Description
index int
value ListRuntimesResponse.Runtime
Returns
Type Description
ListRuntimesResponse.Builder

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

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

The runtimes that match the request.

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

Parameters
Name Description
index int
builderForValue ListRuntimesResponse.Runtime.Builder
Returns
Type Description
ListRuntimesResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListRuntimesResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListRuntimesResponse.Builder
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.