Interface UpdateInstanceMetadataItemsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsItems​(String key)
      Map of items that were added/updated to/in the metadata.
      Map<String,​String> getItems()
      Deprecated.
      int getItemsCount()
      Map of items that were added/updated to/in the metadata.
      Map<String,​String> getItemsMap()
      Map of items that were added/updated to/in the metadata.
      String getItemsOrDefault​(String key, String defaultValue)
      Map of items that were added/updated to/in the metadata.
      String getItemsOrThrow​(String key)
      Map of items that were added/updated to/in the metadata.
      • 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

      • getItemsCount

        int getItemsCount()
         Map of items that were added/updated to/in the metadata.
         
        map<string, string> items = 1;
      • containsItems

        boolean containsItems​(String key)
         Map of items that were added/updated to/in the metadata.
         
        map<string, string> items = 1;
      • getItemsMap

        Map<String,​String> getItemsMap()
         Map of items that were added/updated to/in the metadata.
         
        map<string, string> items = 1;
      • getItemsOrDefault

        String getItemsOrDefault​(String key,
                                 String defaultValue)
         Map of items that were added/updated to/in the metadata.
         
        map<string, string> items = 1;
      • getItemsOrThrow

        String getItemsOrThrow​(String key)
         Map of items that were added/updated to/in the metadata.
         
        map<string, string> items = 1;