Class PatchJobs.PatchInstanceFilter

  • All Implemented Interfaces:
    PatchJobs.PatchInstanceFilterOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    PatchJobs

    public static final class PatchJobs.PatchInstanceFilter
    extends com.google.protobuf.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
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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 interface PatchJobs.PatchInstanceFilterOrBuilder
        Returns:
        The all.
      • 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;
        Specified by:
        getGroupLabelsCount in interface PatchJobs.PatchInstanceFilterOrBuilder
      • 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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.PatchInstanceFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the zones at the given index.
      • 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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.PatchInstanceFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the instances at the given index.
      • 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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.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 interface PatchJobs.PatchInstanceFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the instanceNamePrefixes at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(ByteBuffer data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(ByteBuffer data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(com.google.protobuf.ByteString data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(com.google.protobuf.ByteString data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(byte[] data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.PatchInstanceFilter parseFrom​(byte[] data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public PatchJobs.PatchInstanceFilter.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public PatchJobs.PatchInstanceFilter.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PatchJobs.PatchInstanceFilter.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PatchJobs.PatchInstanceFilter> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PatchJobs.PatchInstanceFilter getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder