Package gql

Interface GqlTypes.AuthCredentialsOrBuilder

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

public static interface GqlTypes.AuthCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .gql.BasicAuth basic = 2;
    .gql.BasicAuth basic = 2;
    string bearer_token = 1;
    com.google.protobuf.ByteString
    string bearer_token = 1;
     
    boolean
    .gql.BasicAuth basic = 2;
    boolean
    string bearer_token = 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

    • hasBearerToken

      boolean hasBearerToken()
      string bearer_token = 1;
      Returns:
      Whether the bearerToken field is set.
    • getBearerToken

      String getBearerToken()
      string bearer_token = 1;
      Returns:
      The bearerToken.
    • getBearerTokenBytes

      com.google.protobuf.ByteString getBearerTokenBytes()
      string bearer_token = 1;
      Returns:
      The bytes for bearerToken.
    • hasBasic

      boolean hasBasic()
      .gql.BasicAuth basic = 2;
      Returns:
      Whether the basic field is set.
    • getBasic

      GqlTypes.BasicAuth getBasic()
      .gql.BasicAuth basic = 2;
      Returns:
      The basic.
    • getBasicOrBuilder

      GqlTypes.BasicAuthOrBuilder getBasicOrBuilder()
      .gql.BasicAuth basic = 2;
    • getMethodCase