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 Type
    Method
    Description
    boolean
    map<string, string> properties = 2;
    getElements(int index)
    repeated string elements = 1;
    org.projectnessie.nessie.relocated.protobuf.ByteString
    getElementsBytes(int index)
    repeated string elements = 1;
    int
    repeated string elements = 1;
    repeated string elements = 1;
    Deprecated.
    int
    map<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

    isInitialized

    Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder

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

    • getElementsList

      List<String> getElementsList()
      repeated string elements = 1;
      Returns:
      A list containing the elements.
    • getElementsCount

      int getElementsCount()
      repeated string elements = 1;
      Returns:
      The count of elements.
    • getElements

      String getElements(int index)
      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

      boolean containsProperties(String key)
      map<string, string> properties = 2;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
      map<string, string> properties = 2;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
      map<string, string> properties = 2;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
      map<string, string> properties = 2;