Package com.google.cloud.functions.v2
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.v2.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.v2.ListRuntimesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRuntimesResponse.Builder
addAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)
The runtimes that match the request.ListRuntimesResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListRuntimesResponse.Builder
addRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.ListRuntimesResponse.Builder
addRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.ListRuntimesResponse.Builder
addRuntimes(ListRuntimesResponse.Runtime value)
The runtimes that match the request.ListRuntimesResponse.Builder
addRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.ListRuntimesResponse.Runtime.Builder
addRuntimesBuilder()
The runtimes that match the request.ListRuntimesResponse.Runtime.Builder
addRuntimesBuilder(int index)
The runtimes that match the request.ListRuntimesResponse
build()
ListRuntimesResponse
buildPartial()
ListRuntimesResponse.Builder
clear()
ListRuntimesResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListRuntimesResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListRuntimesResponse.Builder
clearRuntimes()
The runtimes that match the request.ListRuntimesResponse.Builder
clone()
ListRuntimesResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ListRuntimesResponse.Runtime
getRuntimes(int index)
The runtimes that match the request.ListRuntimesResponse.Runtime.Builder
getRuntimesBuilder(int index)
The runtimes that match the request.List<ListRuntimesResponse.Runtime.Builder>
getRuntimesBuilderList()
The runtimes that match the request.int
getRuntimesCount()
The runtimes that match the request.List<ListRuntimesResponse.Runtime>
getRuntimesList()
The runtimes that match the request.ListRuntimesResponse.RuntimeOrBuilder
getRuntimesOrBuilder(int index)
The runtimes that match the request.List<? extends ListRuntimesResponse.RuntimeOrBuilder>
getRuntimesOrBuilderList()
The runtimes that match the request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListRuntimesResponse.Builder
mergeFrom(ListRuntimesResponse other)
ListRuntimesResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListRuntimesResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListRuntimesResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListRuntimesResponse.Builder
removeRuntimes(int index)
The runtimes that match the request.ListRuntimesResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListRuntimesResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListRuntimesResponse.Builder
setRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.ListRuntimesResponse.Builder
setRuntimes(int index, ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.ListRuntimesResponse.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clear
public ListRuntimesResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
getDefaultInstanceForType
public ListRuntimesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListRuntimesResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListRuntimesResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListRuntimesResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
setField
public ListRuntimesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clearField
public ListRuntimesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
clearOneof
public ListRuntimesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
setRepeatedField
public ListRuntimesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
addRepeatedField
public ListRuntimesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
mergeFrom
public ListRuntimesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListRuntimesResponse.Builder>
-
mergeFrom
public ListRuntimesResponse.Builder mergeFrom(ListRuntimesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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.v2.ListRuntimesResponse.Runtime runtimes = 1;
- Specified by:
getRuntimesList
in interfaceListRuntimesResponseOrBuilder
-
getRuntimesCount
public int getRuntimesCount()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
- Specified by:
getRuntimesCount
in interfaceListRuntimesResponseOrBuilder
-
getRuntimes
public ListRuntimesResponse.Runtime getRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
- Specified by:
getRuntimes
in interfaceListRuntimesResponseOrBuilder
-
setRuntimes
public ListRuntimesResponse.Builder setRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2.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.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(int index, ListRuntimesResponse.Runtime value)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimes
public ListRuntimesResponse.Builder addRuntimes(ListRuntimesResponse.Runtime.Builder builderForValue)
The runtimes that match the request.
repeated .google.cloud.functions.v2.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.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
addAllRuntimes
public ListRuntimesResponse.Builder addAllRuntimes(Iterable<? extends ListRuntimesResponse.Runtime> values)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
clearRuntimes
public ListRuntimesResponse.Builder clearRuntimes()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
removeRuntimes
public ListRuntimesResponse.Builder removeRuntimes(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder getRuntimesBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesOrBuilder
public ListRuntimesResponse.RuntimeOrBuilder getRuntimesOrBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
- Specified by:
getRuntimesOrBuilder
in interfaceListRuntimesResponseOrBuilder
-
getRuntimesOrBuilderList
public List<? extends ListRuntimesResponse.RuntimeOrBuilder> getRuntimesOrBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
- Specified by:
getRuntimesOrBuilderList
in interfaceListRuntimesResponseOrBuilder
-
addRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder addRuntimesBuilder()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
addRuntimesBuilder
public ListRuntimesResponse.Runtime.Builder addRuntimesBuilder(int index)
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
getRuntimesBuilderList
public List<ListRuntimesResponse.Runtime.Builder> getRuntimesBuilderList()
The runtimes that match the request.
repeated .google.cloud.functions.v2.ListRuntimesResponse.Runtime runtimes = 1;
-
setUnknownFields
public final ListRuntimesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
mergeUnknownFields
public final ListRuntimesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRuntimesResponse.Builder>
-
-