Uses of Class
com.google.api.JwtLocation.Builder
Packages that use JwtLocation.Builder
-
Uses of JwtLocation.Builder in com.google.api
Methods in com.google.api that return JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.addJwtLocationsBuilder()
Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocationsBuilder
(int index) Defines the locations to extract the JWT.JwtLocation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) JwtLocation.Builder.clear()
JwtLocation.Builder.clearCookie()
Specifies cookie name to extract JWT token.JwtLocation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) JwtLocation.Builder.clearHeader()
Specifies HTTP header name to extract JWT token.JwtLocation.Builder.clearIn()
JwtLocation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) JwtLocation.Builder.clearQuery()
Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.clearValuePrefix()
The value prefix.JwtLocation.Builder.clone()
AuthProvider.Builder.getJwtLocationsBuilder
(int index) Defines the locations to extract the JWT.JwtLocation.Builder.mergeFrom
(JwtLocation other) JwtLocation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JwtLocation.Builder.mergeFrom
(com.google.protobuf.Message other) final JwtLocation.Builder
JwtLocation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static JwtLocation.Builder
JwtLocation.newBuilder()
static JwtLocation.Builder
JwtLocation.newBuilder
(JwtLocation prototype) JwtLocation.newBuilderForType()
protected JwtLocation.Builder
JwtLocation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Specifies cookie name to extract JWT token.JwtLocation.Builder.setCookieBytes
(com.google.protobuf.ByteString value) Specifies cookie name to extract JWT token.Specifies HTTP header name to extract JWT token.JwtLocation.Builder.setHeaderBytes
(com.google.protobuf.ByteString value) Specifies HTTP header name to extract JWT token.Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.setQueryBytes
(com.google.protobuf.ByteString value) Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final JwtLocation.Builder
JwtLocation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) JwtLocation.Builder.setValuePrefix
(String value) The value prefix.JwtLocation.Builder.setValuePrefixBytes
(com.google.protobuf.ByteString value) The value prefix.JwtLocation.toBuilder()
Methods in com.google.api that return types with arguments of type JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.getJwtLocationsBuilderList()
Defines the locations to extract the JWT.Methods in com.google.api with parameters of type JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.addJwtLocations
(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations
(JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.setJwtLocations
(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.