Uses of Class
gql.GqlTypes.BasicAuth
Packages that use GqlTypes.BasicAuth
-
Uses of GqlTypes.BasicAuth in gql
Methods in gql that return GqlTypes.BasicAuthModifier and TypeMethodDescriptionGqlTypes.BasicAuth.Builder.build()GqlTypes.BasicAuth.Builder.buildPartial()GqlTypes.AuthCredentials.Builder.getBasic().gql.BasicAuth basic = 2;GqlTypes.AuthCredentials.getBasic().gql.BasicAuth basic = 2;GqlTypes.AuthCredentialsOrBuilder.getBasic().gql.BasicAuth basic = 2;static GqlTypes.BasicAuthGqlTypes.BasicAuth.getDefaultInstance()GqlTypes.BasicAuth.Builder.getDefaultInstanceForType()GqlTypes.BasicAuth.getDefaultInstanceForType()static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseDelimitedFrom(InputStream input) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(byte[] data) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(com.google.protobuf.ByteString data) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(com.google.protobuf.CodedInputStream input) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(InputStream input) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(ByteBuffer data) static GqlTypes.BasicAuthGqlTypes.BasicAuth.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlTypes.BasicAuthModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GqlTypes.BasicAuth>GqlTypes.BasicAuth.getParserForType()static com.google.protobuf.Parser<GqlTypes.BasicAuth>GqlTypes.BasicAuth.parser()Methods in gql with parameters of type GqlTypes.BasicAuthModifier and TypeMethodDescriptionGqlTypes.AuthCredentials.Builder.mergeBasic(GqlTypes.BasicAuth value) .gql.BasicAuth basic = 2;GqlTypes.BasicAuth.Builder.mergeFrom(GqlTypes.BasicAuth other) static GqlTypes.BasicAuth.BuilderGqlTypes.BasicAuth.newBuilder(GqlTypes.BasicAuth prototype) GqlTypes.AuthCredentials.Builder.setBasic(GqlTypes.BasicAuth value) .gql.BasicAuth basic = 2;