Interface DatabaseInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DatabaseInfo, DatabaseInfo.Builder

    public interface DatabaseInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      optional string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      String getPath()
      optional string path = 2;
      com.google.protobuf.ByteString getPathBytes()
      optional string path = 2;
      String getStreams​(int index)
      repeated string streams = 5;
      com.google.protobuf.ByteString getStreamsBytes​(int index)
      repeated string streams = 5;
      int getStreamsCount()
      repeated string streams = 5;
      List<String> getStreamsList()
      repeated string streams = 5;
      String getTables​(int index)
      repeated string tables = 4;
      com.google.protobuf.ByteString getTablesBytes​(int index)
      repeated string tables = 4;
      int getTablesCount()
      repeated string tables = 4;
      List<String> getTablesList()
      repeated string tables = 4;
      String getTablespace()
      optional string tablespace = 3;
      com.google.protobuf.ByteString getTablespaceBytes()
      optional string tablespace = 3;
      boolean hasName()
      optional string name = 1;
      boolean hasPath()
      optional string path = 2;
      boolean hasTablespace()
      optional string tablespace = 3;
      • 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

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasPath

        boolean hasPath()
        optional string path = 2;
      • getPath

        String getPath()
        optional string path = 2;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        optional string path = 2;
      • hasTablespace

        boolean hasTablespace()
        optional string tablespace = 3;
      • getTablespace

        String getTablespace()
        optional string tablespace = 3;
      • getTablespaceBytes

        com.google.protobuf.ByteString getTablespaceBytes()
        optional string tablespace = 3;
      • getTablesList

        List<String> getTablesList()
        repeated string tables = 4;
      • getTablesCount

        int getTablesCount()
        repeated string tables = 4;
      • getTables

        String getTables​(int index)
        repeated string tables = 4;
      • getTablesBytes

        com.google.protobuf.ByteString getTablesBytes​(int index)
        repeated string tables = 4;
      • getStreamsList

        List<String> getStreamsList()
        repeated string streams = 5;
      • getStreamsCount

        int getStreamsCount()
        repeated string streams = 5;
      • getStreams

        String getStreams​(int index)
        repeated string streams = 5;
      • getStreamsBytes

        com.google.protobuf.ByteString getStreamsBytes​(int index)
        repeated string streams = 5;