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 JwtLocation
JwtLocation.Builder. build()
JwtLocation
JwtLocation.Builder. buildPartial()
static JwtLocation
JwtLocation. getDefaultInstance()
JwtLocation
JwtLocation.Builder. getDefaultInstanceForType()
JwtLocation
JwtLocation. getDefaultInstanceForType()
JwtLocation
AuthProvider.Builder. getJwtLocations(int index)
Defines the locations to extract the JWT.JwtLocation
AuthProvider. getJwtLocations(int index)
Defines the locations to extract the JWT.JwtLocation
AuthProviderOrBuilder. getJwtLocations(int index)
Defines the locations to extract the JWT.static JwtLocation
JwtLocation. parseDelimitedFrom(java.io.InputStream input)
static JwtLocation
JwtLocation. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JwtLocation
JwtLocation. parseFrom(byte[] data)
static JwtLocation
JwtLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JwtLocation
JwtLocation. parseFrom(com.google.protobuf.ByteString data)
static JwtLocation
JwtLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JwtLocation
JwtLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static JwtLocation
JwtLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JwtLocation
JwtLocation. parseFrom(java.io.InputStream input)
static JwtLocation
JwtLocation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JwtLocation
JwtLocation. parseFrom(java.nio.ByteBuffer data)
static JwtLocation
JwtLocation. parseFrom(java.nio.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 java.util.List<JwtLocation>
AuthProvider.Builder. getJwtLocationsList()
Defines the locations to extract the JWT.java.util.List<JwtLocation>
AuthProvider. getJwtLocationsList()
Defines the locations to extract the JWT.java.util.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.Builder
AuthProvider.Builder. addJwtLocations(int index, JwtLocation value)
Defines the locations to extract the JWT.AuthProvider.Builder
AuthProvider.Builder. addJwtLocations(JwtLocation value)
Defines the locations to extract the JWT.JwtLocation.Builder
JwtLocation.Builder. mergeFrom(JwtLocation other)
static JwtLocation.Builder
JwtLocation. newBuilder(JwtLocation prototype)
AuthProvider.Builder
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 JwtLocation Modifier and Type Method Description AuthProvider.Builder
AuthProvider.Builder. addAllJwtLocations(java.lang.Iterable<? extends JwtLocation> values)
Defines the locations to extract the JWT.
-