Package com.google.cloud.notebooks.v1
Interface UpdateInstanceMetadataItemsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateInstanceMetadataItemsResponse,UpdateInstanceMetadataItemsResponse.Builder
public interface UpdateInstanceMetadataItemsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsItems(String key)Map of items that were added/updated to/in the metadata.Map<String,String>getItems()Deprecated.intgetItemsCount()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.StringgetItemsOrDefault(String key, String defaultValue)Map of items that were added/updated to/in the metadata.StringgetItemsOrThrow(String key)Map of items that were added/updated to/in the metadata.-
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;
-
getItems
@Deprecated Map<String,String> getItems()
Deprecated.UsegetItemsMap()instead.
-
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;
-
-