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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
GqlTypes.AuthCredentials.MethodCase getMethodCase()
-