Interface ObjectTypes.NamespaceOrBuilder
- All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder,org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.Namespace,ObjectTypes.Namespace.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.NamespaceOrBuilder
extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperties(String key) map<string, string> properties = 2;getElements(int index) repeated string elements = 1;org.projectnessie.nessie.relocated.protobuf.ByteStringgetElementsBytes(int index) repeated string elements = 1;intrepeated string elements = 1;repeated string elements = 1;Deprecated.intmap<string, string> properties = 2;map<string, string> properties = 2;getPropertiesOrDefault(String key, String defaultValue) map<string, string> properties = 2;map<string, string> properties = 2;Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getElementsList
repeated string elements = 1;- Returns:
- A list containing the elements.
-
getElementsCount
int getElementsCount()repeated string elements = 1;- Returns:
- The count of elements.
-
getElements
repeated string elements = 1;- Parameters:
index- The index of the element to return.- Returns:
- The elements at the given index.
-
getElementsBytes
org.projectnessie.nessie.relocated.protobuf.ByteString getElementsBytes(int index) repeated string elements = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the elements at the given index.
-
getPropertiesCount
int getPropertiesCount()map<string, string> properties = 2; -
containsProperties
map<string, string> properties = 2; -
getProperties
Deprecated.UsegetPropertiesMap()instead. -
getPropertiesMap
map<string, string> properties = 2; -
getPropertiesOrDefault
map<string, string> properties = 2; -
getPropertiesOrThrow
map<string, string> properties = 2;
-