Uses of Class
com.google.api.JwtLocation
-
Packages that use JwtLocation Package Description com.google.api -
-
Uses of JwtLocation in com.google.api
Methods in com.google.api that return JwtLocation Modifier and Type Method Description JwtLocationJwtLocation.Builder. build()JwtLocationJwtLocation.Builder. buildPartial()static JwtLocationJwtLocation. getDefaultInstance()JwtLocationJwtLocation.Builder. getDefaultInstanceForType()JwtLocationJwtLocation. getDefaultInstanceForType()JwtLocationAuthProvider.Builder. getJwtLocations(int index)Defines the locations to extract the JWT.JwtLocationAuthProvider. getJwtLocations(int index)Defines the locations to extract the JWT.JwtLocationAuthProviderOrBuilder. 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 JwtLocation Modifier and Type Method Description List<JwtLocation>AuthProvider.Builder. getJwtLocationsList()Defines the locations to extract the JWT.List<JwtLocation>AuthProvider. getJwtLocationsList()Defines the locations to extract the JWT.List<JwtLocation>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 JwtLocation Modifier and Type Method Description AuthProvider.BuilderAuthProvider.Builder. addJwtLocations(int index, JwtLocation value)Defines the locations to extract the JWT.AuthProvider.BuilderAuthProvider.Builder. addJwtLocations(JwtLocation value)Defines the locations to extract the JWT.JwtLocation.BuilderJwtLocation.Builder. mergeFrom(JwtLocation other)static JwtLocation.BuilderJwtLocation. newBuilder(JwtLocation prototype)AuthProvider.BuilderAuthProvider.Builder. setJwtLocations(int index, JwtLocation value)Defines the locations to extract the JWT.Method parameters in com.google.api with type arguments of type JwtLocation Modifier and Type Method Description AuthProvider.BuilderAuthProvider.Builder. addAllJwtLocations(Iterable<? extends JwtLocation> values)Defines the locations to extract the JWT.
-