public static final class PatchJobs.PatchInstanceFilter extends GeneratedMessageV3 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 type google.cloud.osconfig.v1beta.PatchInstanceFilter
Static Fields
  
  ALL_FIELD_NUMBER
  
    public static final int ALL_FIELD_NUMBER
   
  Field Value
  
  GROUP_LABELS_FIELD_NUMBER
  
    public static final int GROUP_LABELS_FIELD_NUMBER
   
  Field Value
  
  INSTANCES_FIELD_NUMBER
  
    public static final int INSTANCES_FIELD_NUMBER
   
  Field Value
  
  INSTANCE_NAME_PREFIXES_FIELD_NUMBER
  
    public static final int INSTANCE_NAME_PREFIXES_FIELD_NUMBER
   
  Field Value
  
  ZONES_FIELD_NUMBER
  
    public static final int ZONES_FIELD_NUMBER
   
  Field Value
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static PatchJobs.PatchInstanceFilter getDefaultInstance()
   
  Returns
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  
  newBuilder()
  
    public static PatchJobs.PatchInstanceFilter.Builder newBuilder()
   
  Returns
  
  
  newBuilder(PatchJobs.PatchInstanceFilter prototype)
  
    public static PatchJobs.PatchInstanceFilter.Builder newBuilder(PatchJobs.PatchInstanceFilter prototype)
   
  Parameter
  
  Returns
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseDelimitedFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(byte[] data)
   
  Parameter
  
    
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  Returns
  
  Exceptions
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(ByteString data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseFrom(CodedInputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseFrom(InputStream input)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  
  
    public static PatchJobs.PatchInstanceFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(ByteBuffer data)
   
  Parameter
  
  Returns
  
  Exceptions
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.PatchInstanceFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Exceptions
  
  
  parser()
  
    public static Parser<PatchJobs.PatchInstanceFilter> parser()
   
  Returns
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  getAll()
  
   Target all VM instances in the project. If true, no other criteria is
 permitted.
 bool all = 1;
getDefaultInstanceForType()
  
    public PatchJobs.PatchInstanceFilter getDefaultInstanceForType()
   
  Returns
  
  
  getGroupLabels(int index)
  
    public PatchJobs.PatchInstanceFilter.GroupLabel getGroupLabels(int index)
   
   Targets VM instances matching at least one of these label sets. This allows
 targeting of disparate groups, for example "env=prod or env=staging".
 repeated .google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel group_labels = 2;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getGroupLabelsCount()
  
    public int getGroupLabelsCount()
   
   Targets VM instances matching at least one of these label sets. This allows
 targeting of disparate groups, for example "env=prod or env=staging".
 repeated .google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel group_labels = 2;
 
getGroupLabelsList()
  
    public List<PatchJobs.PatchInstanceFilter.GroupLabel> getGroupLabelsList()
   
   Targets VM instances matching at least one of these label sets. This allows
 targeting of disparate groups, for example "env=prod or env=staging".
 repeated .google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel group_labels = 2;
 
getGroupLabelsOrBuilder(int index)
  
    public PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder getGroupLabelsOrBuilder(int index)
   
   Targets VM instances matching at least one of these label sets. This allows
 targeting of disparate groups, for example "env=prod or env=staging".
 repeated .google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel group_labels = 2;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getGroupLabelsOrBuilderList()
  
    public List<? extends PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder> getGroupLabelsOrBuilderList()
   
   Targets VM instances matching at least one of these label sets. This allows
 targeting of disparate groups, for example "env=prod or env=staging".
 repeated .google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel group_labels = 2;
 
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.osconfig.v1beta.PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder> |  | 
    
  
  
  getInstanceNamePrefixes(int index)
  
    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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | String | The instanceNamePrefixes at the given index. | 
    
  
  
  getInstanceNamePrefixesBytes(int index)
  
    public 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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | ByteString | The bytes of the instanceNamePrefixes at the given index. | 
    
  
  
  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;
    
      
        | Type | Description | 
      
        | int | The count of instanceNamePrefixes. | 
    
  
  
  getInstanceNamePrefixesList()
  
    public 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;
getInstances(int index)
  
    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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | String | The instances at the given index. | 
    
  
  
  getInstancesBytes(int index)
  
    public 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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | ByteString | The bytes of the instances at the given index. | 
    
  
  
  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;
    
      
        | Type | Description | 
      
        | int | The count of instances. | 
    
  
  
  getInstancesList()
  
    public 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;
getParserForType()
  
    public Parser<PatchJobs.PatchInstanceFilter> getParserForType()
   
  Returns
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  Returns
  
  Overrides
  
  
  getUnknownFields()
  
    public final UnknownFieldSet getUnknownFields()
   
  Returns
  
  Overrides
  
  
  getZones(int index)
  
    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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | String | The zones at the given index. | 
    
  
  
  getZonesBytes(int index)
  
    public 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;
    
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | ByteString | The bytes of the zones at the given index. | 
    
  
  
  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;
    
      
        | Type | Description | 
      
        | int | The count of zones. | 
    
  
  
  getZonesList()
  
    public ProtocolStringList getZonesList()
   
   Targets VM instances in ANY of these zones. Leave empty to target VM
 instances in any zone.
 repeated string zones = 3;
hashCode()
  
  Returns
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  newBuilderForType()
  
    public PatchJobs.PatchInstanceFilter.Builder newBuilderForType()
   
  Returns
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected PatchJobs.PatchInstanceFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  toBuilder()
  
    public PatchJobs.PatchInstanceFilter.Builder toBuilder()
   
  Returns
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  Parameter
  
  Overrides
  
  Exceptions