Package com.google.cloud.compute.v1
Class InstanceGroupsRemoveInstancesRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupsRemoveInstancesRequest.Builder>
-
- com.google.cloud.compute.v1.InstanceGroupsRemoveInstancesRequest.Builder
-
- All Implemented Interfaces:
InstanceGroupsRemoveInstancesRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- InstanceGroupsRemoveInstancesRequest
public static final class InstanceGroupsRemoveInstancesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupsRemoveInstancesRequest.Builder> implements InstanceGroupsRemoveInstancesRequestOrBuilder
google.cloud.compute.v1.InstanceGroupsRemoveInstancesRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceGroupsRemoveInstancesRequest.Builder
addAllInstances(Iterable<? extends InstanceReference> values)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
addInstances(int index, InstanceReference value)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
addInstances(int index, InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
addInstances(InstanceReference value)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
addInstances(InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.InstanceReference.Builder
addInstancesBuilder()
The list of instances to remove from the instance group.InstanceReference.Builder
addInstancesBuilder(int index)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstanceGroupsRemoveInstancesRequest
build()
InstanceGroupsRemoveInstancesRequest
buildPartial()
InstanceGroupsRemoveInstancesRequest.Builder
clear()
InstanceGroupsRemoveInstancesRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
InstanceGroupsRemoveInstancesRequest.Builder
clearInstances()
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
InstanceGroupsRemoveInstancesRequest.Builder
clone()
InstanceGroupsRemoveInstancesRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
InstanceReference
getInstances(int index)
The list of instances to remove from the instance group.InstanceReference.Builder
getInstancesBuilder(int index)
The list of instances to remove from the instance group.List<InstanceReference.Builder>
getInstancesBuilderList()
The list of instances to remove from the instance group.int
getInstancesCount()
The list of instances to remove from the instance group.List<InstanceReference>
getInstancesList()
The list of instances to remove from the instance group.InstanceReferenceOrBuilder
getInstancesOrBuilder(int index)
The list of instances to remove from the instance group.List<? extends InstanceReferenceOrBuilder>
getInstancesOrBuilderList()
The list of instances to remove from the instance group.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
InstanceGroupsRemoveInstancesRequest.Builder
mergeFrom(InstanceGroupsRemoveInstancesRequest other)
InstanceGroupsRemoveInstancesRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
InstanceGroupsRemoveInstancesRequest.Builder
mergeFrom(com.google.protobuf.Message other)
InstanceGroupsRemoveInstancesRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
InstanceGroupsRemoveInstancesRequest.Builder
removeInstances(int index)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstanceGroupsRemoveInstancesRequest.Builder
setInstances(int index, InstanceReference value)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
setInstances(int index, InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.InstanceGroupsRemoveInstancesRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
clear
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
getDefaultInstanceForType
public InstanceGroupsRemoveInstancesRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public InstanceGroupsRemoveInstancesRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public InstanceGroupsRemoveInstancesRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
setField
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
clearField
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
clearOneof
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
setRepeatedField
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
addRepeatedField
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
-
mergeFrom
public InstanceGroupsRemoveInstancesRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<InstanceGroupsRemoveInstancesRequest.Builder>
-
mergeFrom
public InstanceGroupsRemoveInstancesRequest.Builder mergeFrom(InstanceGroupsRemoveInstancesRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupsRemoveInstancesRequest.Builder>
-
mergeFrom
public InstanceGroupsRemoveInstancesRequest.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<InstanceGroupsRemoveInstancesRequest.Builder>
- Throws:
IOException
-
getInstancesList
public List<InstanceReference> getInstancesList()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
- Specified by:
getInstancesList
in interfaceInstanceGroupsRemoveInstancesRequestOrBuilder
-
getInstancesCount
public int getInstancesCount()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
- Specified by:
getInstancesCount
in interfaceInstanceGroupsRemoveInstancesRequestOrBuilder
-
getInstances
public InstanceReference getInstances(int index)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
- Specified by:
getInstances
in interfaceInstanceGroupsRemoveInstancesRequestOrBuilder
-
setInstances
public InstanceGroupsRemoveInstancesRequest.Builder setInstances(int index, InstanceReference value)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
setInstances
public InstanceGroupsRemoveInstancesRequest.Builder setInstances(int index, InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addInstances
public InstanceGroupsRemoveInstancesRequest.Builder addInstances(InstanceReference value)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addInstances
public InstanceGroupsRemoveInstancesRequest.Builder addInstances(int index, InstanceReference value)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addInstances
public InstanceGroupsRemoveInstancesRequest.Builder addInstances(InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addInstances
public InstanceGroupsRemoveInstancesRequest.Builder addInstances(int index, InstanceReference.Builder builderForValue)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addAllInstances
public InstanceGroupsRemoveInstancesRequest.Builder addAllInstances(Iterable<? extends InstanceReference> values)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
clearInstances
public InstanceGroupsRemoveInstancesRequest.Builder clearInstances()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
removeInstances
public InstanceGroupsRemoveInstancesRequest.Builder removeInstances(int index)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesBuilder
public InstanceReference.Builder getInstancesBuilder(int index)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilder
public InstanceReferenceOrBuilder getInstancesOrBuilder(int index)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
- Specified by:
getInstancesOrBuilder
in interfaceInstanceGroupsRemoveInstancesRequestOrBuilder
-
getInstancesOrBuilderList
public List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
- Specified by:
getInstancesOrBuilderList
in interfaceInstanceGroupsRemoveInstancesRequestOrBuilder
-
addInstancesBuilder
public InstanceReference.Builder addInstancesBuilder()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
addInstancesBuilder
public InstanceReference.Builder addInstancesBuilder(int index)
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesBuilderList
public List<InstanceReference.Builder> getInstancesBuilderList()
The list of instances to remove from the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
setUnknownFields
public final InstanceGroupsRemoveInstancesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupsRemoveInstancesRequest.Builder>
-
mergeUnknownFields
public final InstanceGroupsRemoveInstancesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupsRemoveInstancesRequest.Builder>
-
-