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()
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
addRuntimes(ListRuntimesResponse.Runtime value)
publicListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtimevalue)
The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
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;
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;
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;
addRuntimesBuilder()
publicListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder()
The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
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
|
build()
publicListRuntimesResponsebuild()
buildPartial()
publicListRuntimesResponsebuildPartial()
clear()
publicListRuntimesResponse.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicListRuntimesResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicListRuntimesResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearRuntimes()
publicListRuntimesResponse.BuilderclearRuntimes()
The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
clone()
publicListRuntimesResponse.Builderclone()
Overrides
getDefaultInstanceForType()
publicListRuntimesResponsegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
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
|
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
|
getRuntimesBuilderList()
publicList<ListRuntimesResponse.Runtime.Builder>getRuntimesBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2beta.ListRuntimesResponse.Runtime runtimes = 1;
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;
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
|
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(ListRuntimesResponse other)
publicListRuntimesResponse.BuildermergeFrom(ListRuntimesResponseother)
publicListRuntimesResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicListRuntimesResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListRuntimesResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
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;
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;
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides