Package com.google.cloud.compute.v1
Class InstancesScopedList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
- com.google.cloud.compute.v1.InstancesScopedList.Builder
-
- All Implemented Interfaces:
InstancesScopedListOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- InstancesScopedList
public static final class InstancesScopedList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder> implements InstancesScopedListOrBuilder
Protobuf typegoogle.cloud.compute.v1.InstancesScopedList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancesScopedList.BuilderaddAllInstances(Iterable<? extends Instance> values)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderaddInstances(int index, Instance value)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderaddInstances(int index, Instance.Builder builderForValue)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderaddInstances(Instance value)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderaddInstances(Instance.Builder builderForValue)[Output Only] A list of instances contained in this scope.Instance.BuilderaddInstancesBuilder()[Output Only] A list of instances contained in this scope.Instance.BuilderaddInstancesBuilder(int index)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)InstancesScopedListbuild()InstancesScopedListbuildPartial()InstancesScopedList.Builderclear()InstancesScopedList.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)InstancesScopedList.BuilderclearInstances()[Output Only] A list of instances contained in this scope.InstancesScopedList.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)InstancesScopedList.BuilderclearWarning()[Output Only] Informational warning which replaces the list of instances when the list is empty.InstancesScopedList.Builderclone()InstancesScopedListgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()InstancegetInstances(int index)[Output Only] A list of instances contained in this scope.Instance.BuildergetInstancesBuilder(int index)[Output Only] A list of instances contained in this scope.List<Instance.Builder>getInstancesBuilderList()[Output Only] A list of instances contained in this scope.intgetInstancesCount()[Output Only] A list of instances contained in this scope.List<Instance>getInstancesList()[Output Only] A list of instances contained in this scope.InstanceOrBuildergetInstancesOrBuilder(int index)[Output Only] A list of instances contained in this scope.List<? extends InstanceOrBuilder>getInstancesOrBuilderList()[Output Only] A list of instances contained in this scope.WarninggetWarning()[Output Only] Informational warning which replaces the list of instances when the list is empty.Warning.BuildergetWarningBuilder()[Output Only] Informational warning which replaces the list of instances when the list is empty.WarningOrBuildergetWarningOrBuilder()[Output Only] Informational warning which replaces the list of instances when the list is empty.booleanhasWarning()[Output Only] Informational warning which replaces the list of instances when the list is empty.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()InstancesScopedList.BuildermergeFrom(InstancesScopedList other)InstancesScopedList.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)InstancesScopedList.BuildermergeFrom(com.google.protobuf.Message other)InstancesScopedList.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)InstancesScopedList.BuildermergeWarning(Warning value)[Output Only] Informational warning which replaces the list of instances when the list is empty.InstancesScopedList.BuilderremoveInstances(int index)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)InstancesScopedList.BuildersetInstances(int index, Instance value)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuildersetInstances(int index, Instance.Builder builderForValue)[Output Only] A list of instances contained in this scope.InstancesScopedList.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)InstancesScopedList.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)InstancesScopedList.BuildersetWarning(Warning value)[Output Only] Informational warning which replaces the list of instances when the list is empty.InstancesScopedList.BuildersetWarning(Warning.Builder builderForValue)[Output Only] Informational warning which replaces the list of instances when the list is empty.-
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<InstancesScopedList.Builder>
-
clear
public InstancesScopedList.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<InstancesScopedList.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<InstancesScopedList.Builder>
-
getDefaultInstanceForType
public InstancesScopedList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public InstancesScopedList build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public InstancesScopedList buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public InstancesScopedList.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<InstancesScopedList.Builder>
-
setField
public InstancesScopedList.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<InstancesScopedList.Builder>
-
clearField
public InstancesScopedList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
clearOneof
public InstancesScopedList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
setRepeatedField
public InstancesScopedList.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<InstancesScopedList.Builder>
-
addRepeatedField
public InstancesScopedList.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<InstancesScopedList.Builder>
-
mergeFrom
public InstancesScopedList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InstancesScopedList.Builder>
-
mergeFrom
public InstancesScopedList.Builder mergeFrom(InstancesScopedList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
mergeFrom
public InstancesScopedList.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<InstancesScopedList.Builder>- Throws:
IOException
-
getInstancesList
public List<Instance> getInstancesList()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;- Specified by:
getInstancesListin interfaceInstancesScopedListOrBuilder
-
getInstancesCount
public int getInstancesCount()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;- Specified by:
getInstancesCountin interfaceInstancesScopedListOrBuilder
-
getInstances
public Instance getInstances(int index)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;- Specified by:
getInstancesin interfaceInstancesScopedListOrBuilder
-
setInstances
public InstancesScopedList.Builder setInstances(int index, Instance value)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
setInstances
public InstancesScopedList.Builder setInstances(int index, Instance.Builder builderForValue)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addInstances
public InstancesScopedList.Builder addInstances(Instance value)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addInstances
public InstancesScopedList.Builder addInstances(int index, Instance value)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addInstances
public InstancesScopedList.Builder addInstances(Instance.Builder builderForValue)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addInstances
public InstancesScopedList.Builder addInstances(int index, Instance.Builder builderForValue)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addAllInstances
public InstancesScopedList.Builder addAllInstances(Iterable<? extends Instance> values)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
clearInstances
public InstancesScopedList.Builder clearInstances()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
removeInstances
public InstancesScopedList.Builder removeInstances(int index)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
getInstancesBuilder
public Instance.Builder getInstancesBuilder(int index)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
getInstancesOrBuilder
public InstanceOrBuilder getInstancesOrBuilder(int index)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;- Specified by:
getInstancesOrBuilderin interfaceInstancesScopedListOrBuilder
-
getInstancesOrBuilderList
public List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;- Specified by:
getInstancesOrBuilderListin interfaceInstancesScopedListOrBuilder
-
addInstancesBuilder
public Instance.Builder addInstancesBuilder()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
addInstancesBuilder
public Instance.Builder addInstancesBuilder(int index)
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
getInstancesBuilderList
public List<Instance.Builder> getInstancesBuilderList()
[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
-
hasWarning
public boolean hasWarning()
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
hasWarningin interfaceInstancesScopedListOrBuilder- Returns:
- Whether the warning field is set.
-
getWarning
public Warning getWarning()
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
getWarningin interfaceInstancesScopedListOrBuilder- Returns:
- The warning.
-
setWarning
public InstancesScopedList.Builder setWarning(Warning value)
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
setWarning
public InstancesScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
mergeWarning
public InstancesScopedList.Builder mergeWarning(Warning value)
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
clearWarning
public InstancesScopedList.Builder clearWarning()
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningBuilder
public Warning.Builder getWarningBuilder()
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningOrBuilder
public WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
getWarningOrBuilderin interfaceInstancesScopedListOrBuilder
-
setUnknownFields
public final InstancesScopedList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
mergeUnknownFields
public final InstancesScopedList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
-
-