Interface UpdateInstanceMetadataItemsRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Format:
         `projects/{project_id}/locations/{location}/instances/{instance_id}`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for name.
      • getItemsCount

        int getItemsCount()
         Metadata items to add/update for the instance.
         
        map<string, string> items = 2;
      • containsItems

        boolean containsItems​(String key)
         Metadata items to add/update for the instance.
         
        map<string, string> items = 2;
      • getItemsMap

        Map<String,​String> getItemsMap()
         Metadata items to add/update for the instance.
         
        map<string, string> items = 2;
      • getItemsOrDefault

        String getItemsOrDefault​(String key,
                                 String defaultValue)
         Metadata items to add/update for the instance.
         
        map<string, string> items = 2;
      • getItemsOrThrow

        String getItemsOrThrow​(String key)
         Metadata items to add/update for the instance.
         
        map<string, string> items = 2;