Class ListRuntimesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
- com.google.cloud.functions.v2alpha.ListRuntimesResponse.Builder
-
- All Implemented Interfaces:
ListRuntimesResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListRuntimesResponse
public static final class ListRuntimesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder> implements ListRuntimesResponseOrBuilder
Response for the `ListRuntimes` method.
Protobuf typegoogle.cloud.functions.v2alpha.ListRuntimesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRuntimesResponse.BuilderaddAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)The runtimes that match the request.ListRuntimesResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListRuntimesResponse.BuilderaddRuntimes(int index, ListRuntimesResponse.Runtime value)The runtimes that match the request.ListRuntimesResponse.BuilderaddRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)The runtimes that match the request.ListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtime value)The runtimes that match the request.ListRuntimesResponse.BuilderaddRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)The runtimes that match the request.ListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder()The runtimes that match the request.ListRuntimesResponse.Runtime.BuilderaddRuntimesBuilder(int index)The runtimes that match the request.ListRuntimesResponsebuild()ListRuntimesResponsebuildPartial()ListRuntimesResponse.Builderclear()ListRuntimesResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListRuntimesResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListRuntimesResponse.BuilderclearRuntimes()The runtimes that match the request.ListRuntimesResponse.Builderclone()ListRuntimesResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ListRuntimesResponse.RuntimegetRuntimes(int index)The runtimes that match the request.ListRuntimesResponse.Runtime.BuildergetRuntimesBuilder(int index)The runtimes that match the request.List<ListRuntimesResponse.Runtime.Builder>getRuntimesBuilderList()The runtimes that match the request.intgetRuntimesCount()The runtimes that match the request.List<ListRuntimesResponse.Runtime>getRuntimesList()The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuildergetRuntimesOrBuilder(int index)The runtimes that match the request.List<? extends ListRuntimesResponse.RuntimeOrBuilder>getRuntimesOrBuilderList()The runtimes that match the request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListRuntimesResponse.BuildermergeFrom(ListRuntimesResponse other)ListRuntimesResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListRuntimesResponse.BuildermergeFrom(com.google.protobuf.Message other)ListRuntimesResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListRuntimesResponse.BuilderremoveRuntimes(int index)The runtimes that match the request.ListRuntimesResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListRuntimesResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListRuntimesResponse.BuildersetRuntimes(int index, ListRuntimesResponse.Runtime value)The runtimes that match the request.ListRuntimesResponse.BuildersetRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)The runtimes that match the request.ListRuntimesResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clear
public ListRuntimesResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
getDefaultInstanceForType
public ListRuntimesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListRuntimesResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListRuntimesResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListRuntimesResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
setField
public ListRuntimesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clearField
public ListRuntimesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clearOneof
public ListRuntimesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
setRepeatedField
public ListRuntimesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
addRepeatedField
public ListRuntimesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
mergeFrom
public ListRuntimesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListRuntimesResponse.Builder>
-
mergeFrom
public ListRuntimesResponse.Builder mergeFrom(ListRuntimesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
mergeFrom
public ListRuntimesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListRuntimesResponse.Builder>- Throws:
IOException
-
getRuntimesList
public List<ListRuntimesResponse.Runtime> getRuntimesList()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;- Specified by:
getRuntimesListin interfaceListRuntimesResponseOrBuilder
-
getRuntimesCount
public int getRuntimesCount()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;- Specified by:
getRuntimesCountin interfaceListRuntimesResponseOrBuilder
-
getRuntimes
public ListRuntimesResponse.Runtime getRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;- Specified by:
getRuntimesin interfaceListRuntimesResponseOrBuilder
-
setRuntimes
public ListRuntimesResponse.Builder setRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
setRuntimes
public ListRuntimesResponse.Builder setRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addAllRuntimes
public ListRuntimesResponse.Builder addAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
clearRuntimes
public ListRuntimesResponse.Builder clearRuntimes()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
removeRuntimes
public ListRuntimesResponse.Builder removeRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder getRuntimesBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesOrBuilder
public ListRuntimesResponse.RuntimeOrBuilder getRuntimesOrBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;- Specified by:
getRuntimesOrBuilderin interfaceListRuntimesResponseOrBuilder
-
getRuntimesOrBuilderList
public List<? extends ListRuntimesResponse.RuntimeOrBuilder> getRuntimesOrBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;- Specified by:
getRuntimesOrBuilderListin interfaceListRuntimesResponseOrBuilder
-
addRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder addRuntimesBuilder()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder addRuntimesBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesBuilderList
public List<ListRuntimesResponse.Runtime.Builder> getRuntimesBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2alpha.ListRuntimesResponse.Runtime runtimes = 1;
-
setUnknownFields
public final ListRuntimesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
mergeUnknownFields
public final ListRuntimesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
-