Package proto.rpc.v1

Interface Auth.AuthenticateRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Auth.AuthenticateRequest, Auth.AuthenticateRequest.Builder
Enclosing class:
Auth

public static interface Auth.AuthenticateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .proto.rpc.v1.Credentials credentials = 2 [json_name = "credentials"];
    string entity = 1 [json_name = "entity"];
    com.google.protobuf.ByteString
    string entity = 1 [json_name = "entity"];
    boolean
    .proto.rpc.v1.Credentials credentials = 2 [json_name = "credentials"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getEntity

      String getEntity()
      string entity = 1 [json_name = "entity"];
      Returns:
      The entity.
    • getEntityBytes

      com.google.protobuf.ByteString getEntityBytes()
      string entity = 1 [json_name = "entity"];
      Returns:
      The bytes for entity.
    • hasCredentials

      boolean hasCredentials()
      .proto.rpc.v1.Credentials credentials = 2 [json_name = "credentials"];
      Returns:
      Whether the credentials field is set.
    • getCredentials

      Auth.Credentials getCredentials()
      .proto.rpc.v1.Credentials credentials = 2 [json_name = "credentials"];
      Returns:
      The credentials.