Interface ObjectPrivilegeInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getObject​(int index)
      repeated string object = 2;
      com.google.protobuf.ByteString getObjectBytes​(int index)
      repeated string object = 2;
      int getObjectCount()
      repeated string object = 2;
      List<String> getObjectList()
      repeated string object = 2;
      String getType()
      optional string type = 1;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
      boolean hasType()
      optional string type = 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 Detail

      • hasType

        boolean hasType()
        optional string type = 1;
      • getType

        String getType()
        optional string type = 1;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 1;
      • getObjectList

        List<String> getObjectList()
        repeated string object = 2;
      • getObjectCount

        int getObjectCount()
        repeated string object = 2;
      • getObject

        String getObject​(int index)
        repeated string object = 2;
      • getObjectBytes

        com.google.protobuf.ByteString getObjectBytes​(int index)
        repeated string object = 2;