Package com.google.cloud.osconfig.v1
Class PatchJobs.PatchInstanceFilter.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.Builder>
-
- com.google.cloud.osconfig.v1.PatchJobs.PatchInstanceFilter.Builder
-
- All Implemented Interfaces:
PatchJobs.PatchInstanceFilterOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- PatchJobs.PatchInstanceFilter
public static final class PatchJobs.PatchInstanceFilter.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.Builder> implements PatchJobs.PatchInstanceFilterOrBuilder
A filter to target VM instances for patching. The targeted VMs must meet all criteria specified. So if both labels and zones are specified, the patch job targets only VMs with those labels and in those zones.
Protobuf typegoogle.cloud.osconfig.v1.PatchInstanceFilter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchJobs.PatchInstanceFilter.Builder
addAllGroupLabels(Iterable<? extends PatchJobs.PatchInstanceFilter.GroupLabel> values)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
addAllInstanceNamePrefixes(Iterable<String> values)
Targets VMs whose name starts with one of these prefixes.PatchJobs.PatchInstanceFilter.Builder
addAllInstances(Iterable<String> values)
Targets any of the VM instances specified.PatchJobs.PatchInstanceFilter.Builder
addAllZones(Iterable<String> values)
Targets VM instances in ANY of these zones.PatchJobs.PatchInstanceFilter.Builder
addGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
addGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
addGroupLabels(PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
addGroupLabels(PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.GroupLabel.Builder
addGroupLabelsBuilder()
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.GroupLabel.Builder
addGroupLabelsBuilder(int index)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
addInstanceNamePrefixes(String value)
Targets VMs whose name starts with one of these prefixes.PatchJobs.PatchInstanceFilter.Builder
addInstanceNamePrefixesBytes(com.google.protobuf.ByteString value)
Targets VMs whose name starts with one of these prefixes.PatchJobs.PatchInstanceFilter.Builder
addInstances(String value)
Targets any of the VM instances specified.PatchJobs.PatchInstanceFilter.Builder
addInstancesBytes(com.google.protobuf.ByteString value)
Targets any of the VM instances specified.PatchJobs.PatchInstanceFilter.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PatchJobs.PatchInstanceFilter.Builder
addZones(String value)
Targets VM instances in ANY of these zones.PatchJobs.PatchInstanceFilter.Builder
addZonesBytes(com.google.protobuf.ByteString value)
Targets VM instances in ANY of these zones.PatchJobs.PatchInstanceFilter
build()
PatchJobs.PatchInstanceFilter
buildPartial()
PatchJobs.PatchInstanceFilter.Builder
clear()
PatchJobs.PatchInstanceFilter.Builder
clearAll()
Target all VM instances in the project.PatchJobs.PatchInstanceFilter.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PatchJobs.PatchInstanceFilter.Builder
clearGroupLabels()
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
clearInstanceNamePrefixes()
Targets VMs whose name starts with one of these prefixes.PatchJobs.PatchInstanceFilter.Builder
clearInstances()
Targets any of the VM instances specified.PatchJobs.PatchInstanceFilter.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PatchJobs.PatchInstanceFilter.Builder
clearZones()
Targets VM instances in ANY of these zones.PatchJobs.PatchInstanceFilter.Builder
clone()
boolean
getAll()
Target all VM instances in the project.PatchJobs.PatchInstanceFilter
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
PatchJobs.PatchInstanceFilter.GroupLabel
getGroupLabels(int index)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.GroupLabel.Builder
getGroupLabelsBuilder(int index)
Targets VM instances matching ANY of these GroupLabels.List<PatchJobs.PatchInstanceFilter.GroupLabel.Builder>
getGroupLabelsBuilderList()
Targets VM instances matching ANY of these GroupLabels.int
getGroupLabelsCount()
Targets VM instances matching ANY of these GroupLabels.List<PatchJobs.PatchInstanceFilter.GroupLabel>
getGroupLabelsList()
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder
getGroupLabelsOrBuilder(int index)
Targets VM instances matching ANY of these GroupLabels.List<? extends PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder>
getGroupLabelsOrBuilderList()
Targets VM instances matching ANY of these GroupLabels.String
getInstanceNamePrefixes(int index)
Targets VMs whose name starts with one of these prefixes.com.google.protobuf.ByteString
getInstanceNamePrefixesBytes(int index)
Targets VMs whose name starts with one of these prefixes.int
getInstanceNamePrefixesCount()
Targets VMs whose name starts with one of these prefixes.com.google.protobuf.ProtocolStringList
getInstanceNamePrefixesList()
Targets VMs whose name starts with one of these prefixes.String
getInstances(int index)
Targets any of the VM instances specified.com.google.protobuf.ByteString
getInstancesBytes(int index)
Targets any of the VM instances specified.int
getInstancesCount()
Targets any of the VM instances specified.com.google.protobuf.ProtocolStringList
getInstancesList()
Targets any of the VM instances specified.String
getZones(int index)
Targets VM instances in ANY of these zones.com.google.protobuf.ByteString
getZonesBytes(int index)
Targets VM instances in ANY of these zones.int
getZonesCount()
Targets VM instances in ANY of these zones.com.google.protobuf.ProtocolStringList
getZonesList()
Targets VM instances in ANY of these zones.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PatchJobs.PatchInstanceFilter.Builder
mergeFrom(PatchJobs.PatchInstanceFilter other)
PatchJobs.PatchInstanceFilter.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PatchJobs.PatchInstanceFilter.Builder
mergeFrom(com.google.protobuf.Message other)
PatchJobs.PatchInstanceFilter.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PatchJobs.PatchInstanceFilter.Builder
removeGroupLabels(int index)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
setAll(boolean value)
Target all VM instances in the project.PatchJobs.PatchInstanceFilter.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PatchJobs.PatchInstanceFilter.Builder
setGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
setGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels.PatchJobs.PatchInstanceFilter.Builder
setInstanceNamePrefixes(int index, String value)
Targets VMs whose name starts with one of these prefixes.PatchJobs.PatchInstanceFilter.Builder
setInstances(int index, String value)
Targets any of the VM instances specified.PatchJobs.PatchInstanceFilter.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PatchJobs.PatchInstanceFilter.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PatchJobs.PatchInstanceFilter.Builder
setZones(int index, String value)
Targets VM instances in ANY of these zones.-
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<PatchJobs.PatchInstanceFilter.Builder>
-
clear
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
getDefaultInstanceForType
public PatchJobs.PatchInstanceFilter getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PatchJobs.PatchInstanceFilter build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PatchJobs.PatchInstanceFilter buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
setField
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
clearField
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
clearOneof
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
setRepeatedField
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
addRepeatedField
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
-
mergeFrom
public PatchJobs.PatchInstanceFilter.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PatchJobs.PatchInstanceFilter.Builder>
-
mergeFrom
public PatchJobs.PatchInstanceFilter.Builder mergeFrom(PatchJobs.PatchInstanceFilter other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.Builder>
-
mergeFrom
public PatchJobs.PatchInstanceFilter.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<PatchJobs.PatchInstanceFilter.Builder>
- Throws:
IOException
-
getAll
public boolean getAll()
Target all VM instances in the project. If true, no other criteria is permitted.
bool all = 1;
- Specified by:
getAll
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- The all.
-
setAll
public PatchJobs.PatchInstanceFilter.Builder setAll(boolean value)
Target all VM instances in the project. If true, no other criteria is permitted.
bool all = 1;
- Parameters:
value
- The all to set.- Returns:
- This builder for chaining.
-
clearAll
public PatchJobs.PatchInstanceFilter.Builder clearAll()
Target all VM instances in the project. If true, no other criteria is permitted.
bool all = 1;
- Returns:
- This builder for chaining.
-
getGroupLabelsList
public List<PatchJobs.PatchInstanceFilter.GroupLabel> getGroupLabelsList()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
- Specified by:
getGroupLabelsList
in interfacePatchJobs.PatchInstanceFilterOrBuilder
-
getGroupLabelsCount
public int getGroupLabelsCount()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
- Specified by:
getGroupLabelsCount
in interfacePatchJobs.PatchInstanceFilterOrBuilder
-
getGroupLabels
public PatchJobs.PatchInstanceFilter.GroupLabel getGroupLabels(int index)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
- Specified by:
getGroupLabels
in interfacePatchJobs.PatchInstanceFilterOrBuilder
-
setGroupLabels
public PatchJobs.PatchInstanceFilter.Builder setGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
setGroupLabels
public PatchJobs.PatchInstanceFilter.Builder setGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addGroupLabels
public PatchJobs.PatchInstanceFilter.Builder addGroupLabels(PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addGroupLabels
public PatchJobs.PatchInstanceFilter.Builder addGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel value)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addGroupLabels
public PatchJobs.PatchInstanceFilter.Builder addGroupLabels(PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addGroupLabels
public PatchJobs.PatchInstanceFilter.Builder addGroupLabels(int index, PatchJobs.PatchInstanceFilter.GroupLabel.Builder builderForValue)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addAllGroupLabels
public PatchJobs.PatchInstanceFilter.Builder addAllGroupLabels(Iterable<? extends PatchJobs.PatchInstanceFilter.GroupLabel> values)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
clearGroupLabels
public PatchJobs.PatchInstanceFilter.Builder clearGroupLabels()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
removeGroupLabels
public PatchJobs.PatchInstanceFilter.Builder removeGroupLabels(int index)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
getGroupLabelsBuilder
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder getGroupLabelsBuilder(int index)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
getGroupLabelsOrBuilder
public PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder getGroupLabelsOrBuilder(int index)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
- Specified by:
getGroupLabelsOrBuilder
in interfacePatchJobs.PatchInstanceFilterOrBuilder
-
getGroupLabelsOrBuilderList
public List<? extends PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder> getGroupLabelsOrBuilderList()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
- Specified by:
getGroupLabelsOrBuilderList
in interfacePatchJobs.PatchInstanceFilterOrBuilder
-
addGroupLabelsBuilder
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder addGroupLabelsBuilder()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
addGroupLabelsBuilder
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder addGroupLabelsBuilder(int index)
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
getGroupLabelsBuilderList
public List<PatchJobs.PatchInstanceFilter.GroupLabel.Builder> getGroupLabelsBuilderList()
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
repeated .google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel group_labels = 2;
-
getZonesList
public com.google.protobuf.ProtocolStringList getZonesList()
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Specified by:
getZonesList
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- A list containing the zones.
-
getZonesCount
public int getZonesCount()
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Specified by:
getZonesCount
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- The count of zones.
-
getZones
public String getZones(int index)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Specified by:
getZones
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The zones at the given index.
-
getZonesBytes
public com.google.protobuf.ByteString getZonesBytes(int index)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Specified by:
getZonesBytes
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the zones at the given index.
-
setZones
public PatchJobs.PatchInstanceFilter.Builder setZones(int index, String value)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Parameters:
index
- The index to set the value at.value
- The zones to set.- Returns:
- This builder for chaining.
-
addZones
public PatchJobs.PatchInstanceFilter.Builder addZones(String value)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Parameters:
value
- The zones to add.- Returns:
- This builder for chaining.
-
addAllZones
public PatchJobs.PatchInstanceFilter.Builder addAllZones(Iterable<String> values)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Parameters:
values
- The zones to add.- Returns:
- This builder for chaining.
-
clearZones
public PatchJobs.PatchInstanceFilter.Builder clearZones()
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Returns:
- This builder for chaining.
-
addZonesBytes
public PatchJobs.PatchInstanceFilter.Builder addZonesBytes(com.google.protobuf.ByteString value)
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
repeated string zones = 3;
- Parameters:
value
- The bytes of the zones to add.- Returns:
- This builder for chaining.
-
getInstancesList
public com.google.protobuf.ProtocolStringList getInstancesList()
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Specified by:
getInstancesList
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- A list containing the instances.
-
getInstancesCount
public int getInstancesCount()
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Specified by:
getInstancesCount
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- The count of instances.
-
getInstances
public String getInstances(int index)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Specified by:
getInstances
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The instances at the given index.
-
getInstancesBytes
public com.google.protobuf.ByteString getInstancesBytes(int index)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Specified by:
getInstancesBytes
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the instances at the given index.
-
setInstances
public PatchJobs.PatchInstanceFilter.Builder setInstances(int index, String value)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Parameters:
index
- The index to set the value at.value
- The instances to set.- Returns:
- This builder for chaining.
-
addInstances
public PatchJobs.PatchInstanceFilter.Builder addInstances(String value)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Parameters:
value
- The instances to add.- Returns:
- This builder for chaining.
-
addAllInstances
public PatchJobs.PatchInstanceFilter.Builder addAllInstances(Iterable<String> values)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Parameters:
values
- The instances to add.- Returns:
- This builder for chaining.
-
clearInstances
public PatchJobs.PatchInstanceFilter.Builder clearInstances()
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Returns:
- This builder for chaining.
-
addInstancesBytes
public PatchJobs.PatchInstanceFilter.Builder addInstancesBytes(com.google.protobuf.ByteString value)
Targets any of the VM instances specified. Instances are specified by their URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`, `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
repeated string instances = 4;
- Parameters:
value
- The bytes of the instances to add.- Returns:
- This builder for chaining.
-
getInstanceNamePrefixesList
public com.google.protobuf.ProtocolStringList getInstanceNamePrefixesList()
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Specified by:
getInstanceNamePrefixesList
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- A list containing the instanceNamePrefixes.
-
getInstanceNamePrefixesCount
public int getInstanceNamePrefixesCount()
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Specified by:
getInstanceNamePrefixesCount
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Returns:
- The count of instanceNamePrefixes.
-
getInstanceNamePrefixes
public String getInstanceNamePrefixes(int index)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Specified by:
getInstanceNamePrefixes
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The instanceNamePrefixes at the given index.
-
getInstanceNamePrefixesBytes
public com.google.protobuf.ByteString getInstanceNamePrefixesBytes(int index)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Specified by:
getInstanceNamePrefixesBytes
in interfacePatchJobs.PatchInstanceFilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the instanceNamePrefixes at the given index.
-
setInstanceNamePrefixes
public PatchJobs.PatchInstanceFilter.Builder setInstanceNamePrefixes(int index, String value)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Parameters:
index
- The index to set the value at.value
- The instanceNamePrefixes to set.- Returns:
- This builder for chaining.
-
addInstanceNamePrefixes
public PatchJobs.PatchInstanceFilter.Builder addInstanceNamePrefixes(String value)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Parameters:
value
- The instanceNamePrefixes to add.- Returns:
- This builder for chaining.
-
addAllInstanceNamePrefixes
public PatchJobs.PatchInstanceFilter.Builder addAllInstanceNamePrefixes(Iterable<String> values)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Parameters:
values
- The instanceNamePrefixes to add.- Returns:
- This builder for chaining.
-
clearInstanceNamePrefixes
public PatchJobs.PatchInstanceFilter.Builder clearInstanceNamePrefixes()
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Returns:
- This builder for chaining.
-
addInstanceNamePrefixesBytes
public PatchJobs.PatchInstanceFilter.Builder addInstanceNamePrefixesBytes(com.google.protobuf.ByteString value)
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
repeated string instance_name_prefixes = 5;
- Parameters:
value
- The bytes of the instanceNamePrefixes to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PatchJobs.PatchInstanceFilter.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.Builder>
-
mergeUnknownFields
public final PatchJobs.PatchInstanceFilter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.Builder>
-
-