| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
JwtLocation |
JwtLocation.Builder.build() |
JwtLocation |
JwtLocation.Builder.buildPartial() |
static JwtLocation |
JwtLocation.getDefaultInstance() |
JwtLocation |
JwtLocation.getDefaultInstanceForType() |
JwtLocation |
JwtLocation.Builder.getDefaultInstanceForType() |
JwtLocation |
AuthProvider.getJwtLocations(int index)
Defines the locations to extract the JWT.
|
JwtLocation |
AuthProvider.Builder.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(InputStream input) |
static JwtLocation |
JwtLocation.parseDelimitedFrom(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(ByteBuffer data) |
static JwtLocation |
JwtLocation.parseFrom(ByteBuffer 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(InputStream input) |
static JwtLocation |
JwtLocation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<JwtLocation> |
AuthProvider.getJwtLocationsList()
Defines the locations to extract the JWT.
|
List<JwtLocation> |
AuthProvider.Builder.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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthProvider.Builder |
AuthProvider.Builder.addAllJwtLocations(Iterable<? extends JwtLocation> values)
Defines the locations to extract the JWT.
|
Copyright © 2020 Google LLC. All rights reserved.