Interface OkOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    Deprecated.
    int
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    getAttrsOrDefault(String key, String defaultValue)
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    additional attributes filled by auth provider plugin which will be copied to ClientInfo
    string tenantId = 1;
    com.google.protobuf.ByteString
    string tenantId = 1;
    string userId = 2;
    com.google.protobuf.ByteString
    string userId = 2;

    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

    • getTenantId

      string tenantId = 1;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
      string tenantId = 1;
      Returns:
      The bytes for tenantId.
    • getUserId

      string userId = 2;
      Returns:
      The userId.
    • getUserIdBytes

      com.google.protobuf.ByteString getUserIdBytes()
      string userId = 2;
      Returns:
      The bytes for userId.
    • getAttrsCount

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • containsAttrs

      boolean containsAttrs(String key)
       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;
    • getAttrsOrThrow

       additional attributes filled by auth provider plugin which will be copied to ClientInfo
       
      map<string, string> attrs = 3;