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

    Modifier and Type
    Method
    Description
    getObject(int index)
    Deprecated. 
    com.google.protobuf.ByteString
    getObjectBytes(int index)
    Deprecated. 
    int
    Deprecated. 
    Deprecated. 
    getObjects(int index)
    Objects of this type
    com.google.protobuf.ByteString
    getObjectsBytes(int index)
    Objects of this type
    int
    Objects of this type
    Objects of this type
    Privilege type
    com.google.protobuf.ByteString
    Privilege type
    boolean
    Privilege type

    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

    • hasType

      boolean hasType()
       Privilege type
       
      optional string type = 1;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
       Privilege type
       
      optional string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Privilege type
       
      optional string type = 1;
      Returns:
      The bytes for type.
    • getObjectList

      @Deprecated List<String> getObjectList()
      Deprecated.
      repeated string object = 2 [deprecated = true];
      Returns:
      A list containing the object.
    • getObjectCount

      @Deprecated int getObjectCount()
      Deprecated.
      repeated string object = 2 [deprecated = true];
      Returns:
      The count of object.
    • getObject

      @Deprecated String getObject(int index)
      Deprecated.
      repeated string object = 2 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The object at the given index.
    • getObjectBytes

      @Deprecated com.google.protobuf.ByteString getObjectBytes(int index)
      Deprecated.
      repeated string object = 2 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the object at the given index.
    • getObjectsList

      List<String> getObjectsList()
       Objects of this type
       
      repeated string objects = 3;
      Returns:
      A list containing the objects.
    • getObjectsCount

      int getObjectsCount()
       Objects of this type
       
      repeated string objects = 3;
      Returns:
      The count of objects.
    • getObjects

      String getObjects(int index)
       Objects of this type
       
      repeated string objects = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The objects at the given index.
    • getObjectsBytes

      com.google.protobuf.ByteString getObjectsBytes(int index)
       Objects of this type
       
      repeated string objects = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the objects at the given index.