Interface ConfigCatalogExtProto.DataRootOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfigCatalogExtProto.DataRoot, ConfigCatalogExtProto.DataRoot.Builder
Enclosing class:
ConfigCatalogExtProto

public static interface ConfigCatalogExtProto.DataRootOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    omit for simple dataset root
    com.google.protobuf.ByteString
    omit for simple dataset root
    string dirLocation = 2;
    com.google.protobuf.ByteString
    string dirLocation = 2;
    omit for simple dataset root
    com.google.protobuf.ByteString
    omit for simple dataset root
    restrict
    com.google.protobuf.ByteString
    restrict
    .DataRootType type = 3;
    int
    .DataRootType type = 3;
    string urlPath = 1;
    com.google.protobuf.ByteString
    string urlPath = 1;

    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 Details

    • getUrlPath

      String getUrlPath()
      string urlPath = 1;
      Returns:
      The urlPath.
    • getUrlPathBytes

      com.google.protobuf.ByteString getUrlPathBytes()
      string urlPath = 1;
      Returns:
      The bytes for urlPath.
    • getDirLocation

      String getDirLocation()
      string dirLocation = 2;
      Returns:
      The dirLocation.
    • getDirLocationBytes

      com.google.protobuf.ByteString getDirLocationBytes()
      string dirLocation = 2;
      Returns:
      The bytes for dirLocation.
    • getTypeValue

      int getTypeValue()
      .DataRootType type = 3;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .DataRootType type = 3;
      Returns:
      The type.
    • getCatLocation

      String getCatLocation()
       omit for simple dataset root
       
      string catLocation = 4;
      Returns:
      The catLocation.
    • getCatLocationBytes

      com.google.protobuf.ByteString getCatLocationBytes()
       omit for simple dataset root
       
      string catLocation = 4;
      Returns:
      The bytes for catLocation.
    • getName

      String getName()
       omit for simple dataset root
       
      string name = 5;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       omit for simple dataset root
       
      string name = 5;
      Returns:
      The bytes for name.
    • getRestrict

      String getRestrict()
       restrict
       
      string restrict = 6;
      Returns:
      The restrict.
    • getRestrictBytes

      com.google.protobuf.ByteString getRestrictBytes()
       restrict
       
      string restrict = 6;
      Returns:
      The bytes for restrict.