Uses of Class
gql.GqlTypes.AuthCredentials
Packages that use GqlTypes.AuthCredentials
-
Uses of GqlTypes.AuthCredentials in gql
Methods in gql that return GqlTypes.AuthCredentialsModifier and TypeMethodDescriptionGqlTypes.AuthCredentials.Builder.build()GqlTypes.AuthCredentials.Builder.buildPartial()GqlServiceOuterClass.HandshakeRequest.Builder.getCredentials().gql.AuthCredentials credentials = 2;GqlServiceOuterClass.HandshakeRequest.getCredentials().gql.AuthCredentials credentials = 2;GqlServiceOuterClass.HandshakeRequestOrBuilder.getCredentials().gql.AuthCredentials credentials = 2;static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.getDefaultInstance()GqlTypes.AuthCredentials.Builder.getDefaultInstanceForType()GqlTypes.AuthCredentials.getDefaultInstanceForType()static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseDelimitedFrom(InputStream input) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(byte[] data) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(com.google.protobuf.ByteString data) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(com.google.protobuf.CodedInputStream input) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(InputStream input) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(ByteBuffer data) static GqlTypes.AuthCredentialsGqlTypes.AuthCredentials.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlTypes.AuthCredentialsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GqlTypes.AuthCredentials>GqlTypes.AuthCredentials.getParserForType()static com.google.protobuf.Parser<GqlTypes.AuthCredentials>GqlTypes.AuthCredentials.parser()Methods in gql with parameters of type GqlTypes.AuthCredentialsModifier and TypeMethodDescriptionGqlServiceOuterClass.HandshakeRequest.Builder.mergeCredentials(GqlTypes.AuthCredentials value) .gql.AuthCredentials credentials = 2;GqlTypes.AuthCredentials.Builder.mergeFrom(GqlTypes.AuthCredentials other) GqlTypes.AuthCredentials.newBuilder(GqlTypes.AuthCredentials prototype) GqlServiceOuterClass.HandshakeRequest.Builder.setCredentials(GqlTypes.AuthCredentials value) .gql.AuthCredentials credentials = 2;