Uses of Class
com.google.api.JwtLocation
Packages that use JwtLocation
-
Uses of JwtLocation in com.google.api
Methods in com.google.api that return JwtLocationModifier and TypeMethodDescriptionJwtLocation.Builder.build()JwtLocation.Builder.buildPartial()static JwtLocationJwtLocation.getDefaultInstance()JwtLocation.Builder.getDefaultInstanceForType()JwtLocation.getDefaultInstanceForType()AuthProvider.Builder.getJwtLocations(int index) Defines the locations to extract the JWT.AuthProvider.getJwtLocations(int index) Defines the locations to extract the JWT.AuthProviderOrBuilder.getJwtLocations(int index) Defines the locations to extract the JWT.static JwtLocationJwtLocation.parseDelimitedFrom(InputStream input) static JwtLocationJwtLocation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtLocationJwtLocation.parseFrom(byte[] data) static JwtLocationJwtLocation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtLocationJwtLocation.parseFrom(com.google.protobuf.ByteString data) static JwtLocationJwtLocation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtLocationJwtLocation.parseFrom(com.google.protobuf.CodedInputStream input) static JwtLocationJwtLocation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtLocationJwtLocation.parseFrom(InputStream input) static JwtLocationJwtLocation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwtLocationJwtLocation.parseFrom(ByteBuffer data) static JwtLocationJwtLocation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type JwtLocationModifier and TypeMethodDescriptionAuthProvider.Builder.getJwtLocationsList()Defines the locations to extract the JWT.AuthProvider.getJwtLocationsList()Defines the locations to extract the JWT.AuthProviderOrBuilder.getJwtLocationsList()Defines the locations to extract the JWT.com.google.protobuf.Parser<JwtLocation>JwtLocation.getParserForType()static com.google.protobuf.Parser<JwtLocation>JwtLocation.parser()Methods in com.google.api with parameters of type JwtLocationModifier and TypeMethodDescriptionAuthProvider.Builder.addJwtLocations(int index, JwtLocation value) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations(JwtLocation value) Defines the locations to extract the JWT.JwtLocation.Builder.mergeFrom(JwtLocation other) static JwtLocation.BuilderJwtLocation.newBuilder(JwtLocation prototype) AuthProvider.Builder.setJwtLocations(int index, JwtLocation value) Defines the locations to extract the JWT.Method parameters in com.google.api with type arguments of type JwtLocationModifier and TypeMethodDescriptionAuthProvider.Builder.addAllJwtLocations(Iterable<? extends JwtLocation> values) Defines the locations to extract the JWT.