Interface PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsLabels​(String key)
      Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
      Map<String,​String> getLabels()
      Deprecated.
      int getLabelsCount()
      Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
      Map<String,​String> getLabelsMap()
      Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
      String getLabelsOrDefault​(String key, String defaultValue)
      Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
      String getLabelsOrThrow​(String key)
      Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLabelsCount

        int getLabelsCount()
         Compute Engine instance labels that must be present for a VM
         instance to be targeted by this filter.
         
        map<string, string> labels = 1;
      • containsLabels

        boolean containsLabels​(String key)
         Compute Engine instance labels that must be present for a VM
         instance to be targeted by this filter.
         
        map<string, string> labels = 1;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Compute Engine instance labels that must be present for a VM
         instance to be targeted by this filter.
         
        map<string, string> labels = 1;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Compute Engine instance labels that must be present for a VM
         instance to be targeted by this filter.
         
        map<string, string> labels = 1;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Compute Engine instance labels that must be present for a VM
         instance to be targeted by this filter.
         
        map<string, string> labels = 1;