Uses of Annotation Type
com.google.api.client.util.Key
Packages that use Key
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Classes used for testing of JSON library implementations.
-
Uses of Key in com.google.api.client.http
Fields in com.google.api.client.http with annotations of type KeyModifier and TypeFieldDescriptionHttpHeaders.accept
"Accept"
header.HttpHeaders.acceptEncoding
"Accept-Encoding"
header.HttpHeaders.age
"Age"
header.HttpHeaders.authenticate
"WWW-Authenticate"
header.HttpHeaders.authorization
"Authorization"
header.HttpHeaders.cacheControl
"Cache-Control"
header.HttpHeaders.contentEncoding
"Content-Encoding"
header.HttpHeaders.contentLength
"Content-Length"
header.HttpHeaders.contentMD5
"Content-MD5"
header.HttpHeaders.contentRange
"Content-Range"
header.HttpHeaders.contentType
"Content-Type"
header.HttpHeaders.cookie
"Cookie"
header.HttpHeaders.date
"Date"
header.HttpHeaders.etag
"ETag"
header.HttpHeaders.expires
"Expires"
header.HttpHeaders.ifMatch
"If-Match"
header.HttpHeaders.ifModifiedSince
"If-Modified-Since"
header.HttpHeaders.ifNoneMatch
"If-None-Match"
header.HttpHeaders.ifRange
"If-Range"
header.HttpHeaders.ifUnmodifiedSince
"If-Unmodified-Since"
header.HttpHeaders.lastModified
"Last-Modified"
header.HttpHeaders.location
"Location"
header.HttpHeaders.mimeVersion
"MIME-Version"
header.HttpHeaders.range
"Range"
header.HttpHeaders.retryAfter
"Retry-After"
header.HttpHeaders.userAgent
"User-Agent"
header. -
Uses of Key in com.google.api.client.json.rpc2
Fields in com.google.api.client.json.rpc2 with annotations of type KeyModifier and TypeFieldDescriptionprivate Object
JsonRpcRequest.id
Identifier established by the client that must be a string or a number ornull
for a notification and therefore not expect to receive a response.private final String
JsonRpcRequest.jsonrpc
Version of the JSON-RPC protocol which is"2.0"
.private String
JsonRpcRequest.method
Name of the method to be invoked.private Object
JsonRpcRequest.params
Structured value that holds the parameter values to be used during the invocation of the method ornull
for none. -
Uses of Key in com.google.api.client.json.webtoken
Fields in com.google.api.client.json.webtoken with annotations of type KeyModifier and TypeFieldDescriptionprivate String
JsonWebSignature.Header.algorithm
Algorithm header parameter that identifies the cryptographic algorithm used to secure the JWS ornull
for none.private Object
JsonWebToken.Payload.audience
Audience claim that identifies the audience that the JWT is intended for (should either be aString
or aList<String>
) ornull
for none.private String
JsonWebToken.Header.contentType
Content type header parameter used to declare structural information about the JWT ornull
for none.JsonWebSignature.Header.critical
Array listing the header parameter names that define extensions that are used in the JWS header that MUST be understood and processed ornull
for none.private Long
JsonWebToken.Payload.expirationTimeSeconds
Expiration time claim that identifies the expiration time (in seconds) on or after which the token MUST NOT be accepted for processing ornull
for none.private Long
JsonWebToken.Payload.issuedAtTimeSeconds
Issued at claim that identifies the time (in seconds) at which the JWT was issued ornull
for none.private String
JsonWebToken.Payload.issuer
Issuer claim that identifies the principal that issued the JWT ornull
for none.private String
JsonWebSignature.Header.jwk
JSON Web Key header parameter that is a public key that corresponds to the key used to digitally sign the JWS ornull
for none.private String
JsonWebSignature.Header.jwkUrl
JSON Web Key URL header parameter that is an absolute URL that refers to a resource for a set of JSON-encoded public keys, one of which corresponds to the key that was used to digitally sign the JWS ornull
for none.private String
JsonWebToken.Payload.jwtId
JWT ID claim that provides a unique identifier for the JWT ornull
for none.private String
JsonWebSignature.Header.keyId
Key ID header parameter that is a hint indicating which specific key owned by the signer should be used to validate the digital signature ornull
for none.private Long
JsonWebToken.Payload.notBeforeTimeSeconds
Not before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing ornull
for none.private String
JsonWebToken.Payload.subject
Subject claim identifying the principal that is the subject of the JWT ornull
for none.private String
JsonWebToken.Header.type
Type header parameter used to declare the type of this object ornull
for none.private String
JsonWebToken.Payload.type
Type claim that is used to declare a type for the contents of this JWT Claims Set ornull
for none.JsonWebSignature.Header.x509Certificates
X.509 certificate chain header parameter contains the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS ornull
for none.private String
JsonWebSignature.Header.x509Thumbprint
X.509 certificate thumbprint header parameter that provides a base64url encoded SHA-1 thumbprint (a.k.a.private String
JsonWebSignature.Header.x509Url
X.509 URL header parameter that is an absolute URL that refers to a resource for the X.509 public key certificate or certificate chain corresponding to the key used to digitally sign the JWS ornull
for none. -
Uses of Key in com.google.api.client.test.json
Fields in com.google.api.client.test.json with annotations of type KeyModifier and TypeFieldDescription(package private) String
AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.a
(package private) String
AbstractJsonFactoryTest.Simple.a
(package private) BigDecimal
AbstractJsonFactoryTest.NumberTypes.anotherBigDecimalValue
(package private) BigDecimal
AbstractJsonFactoryTest.NumberTypesAsString.anotherBigDecimalValue
AbstractJsonFactoryTest.AnyType.arr
(package private) int[]
AbstractJsonFactoryTest.ArrayType.arr
AbstractJsonFactoryTest.CollectionOfCollectionType.arr
String[]
AbstractJsonFactoryTest.StringNullValue.arr
T[][]
AbstractJsonFactoryTest.TypeVariableType.arr
(package private) int[][]
AbstractJsonFactoryTest.ArrayType.arr2
String[][]
AbstractJsonFactoryTest.StringNullValue.arr2
(package private) String
AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.b
AbstractJsonFactoryTest.Human.bestFriend
(package private) BigDecimal
AbstractJsonFactoryTest.NumberTypes.bigDecimalValue
(package private) BigDecimal
AbstractJsonFactoryTest.NumberTypesAsString.bigDecimalValue
(package private) BigInteger
AbstractJsonFactoryTest.NumberTypes.bigIntegerValue
(package private) BigInteger
AbstractJsonFactoryTest.NumberTypesAsString.bigIntegerValue
AbstractJsonFactoryTest.AnyType.bool
(package private) boolean
AbstractJsonFactoryTest.BooleanTypes.bool
(package private) Boolean
AbstractJsonFactoryTest.BooleanTypes.boolObj
(package private) Byte
AbstractJsonFactoryTest.NumberTypes.byteObjValue
(package private) Byte
AbstractJsonFactoryTest.NumberTypesAsString.byteObjValue
(package private) byte
AbstractJsonFactoryTest.NumberTypes.byteValue
(package private) byte
AbstractJsonFactoryTest.NumberTypesAsString.byteValue
(package private) String
AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.c
AbstractJsonFactoryTest.DogWithFamily.children
AbstractJsonFactoryTest.Centipede.color
(package private) String
AbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.d
(package private) Double
AbstractJsonFactoryTest.NumberTypes.doubleObjValue
(package private) Double
AbstractJsonFactoryTest.NumberTypesAsString.doubleObjValue
(package private) double
AbstractJsonFactoryTest.NumberTypes.doubleValue
(package private) double
AbstractJsonFactoryTest.NumberTypesAsString.doubleValue
AbstractJsonFactoryTest.Feed.entries
(package private) ZT
AbstractJsonFactoryTest.Z.f
(package private) Float
AbstractJsonFactoryTest.NumberTypes.floatObjValue
(package private) Float
AbstractJsonFactoryTest.NumberTypesAsString.floatObjValue
(package private) float
AbstractJsonFactoryTest.NumberTypes.floatValue
(package private) float
AbstractJsonFactoryTest.NumberTypesAsString.floatValue
int
AbstractJsonFactoryTest.TestClass.foo
(package private) String
AbstractJsonFactoryTest.PolymorphicSelfReferencing.info
Integer[]
AbstractJsonFactoryTest.ArrayType.integerArr
(package private) Integer
AbstractJsonFactoryTest.NumberTypes.intObjValue
(package private) Integer
AbstractJsonFactoryTest.NumberTypesAsString.intObjValue
(package private) int
AbstractJsonFactoryTest.NumberTypes.intValue
(package private) int
AbstractJsonFactoryTest.NumberTypesAsString.intValue
AbstractJsonFactoryTest.TypeVariableType.list
AbstractJsonFactoryTest.NumberTypes.longListValue
AbstractJsonFactoryTest.NumberTypesAsString.longListValue
AbstractJsonFactoryTest.NumberTypes.longMapValue
AbstractJsonFactoryTest.NumberTypesAsString.longMapValue
(package private) Long
AbstractJsonFactoryTest.NumberTypes.longObjValue
(package private) Long
AbstractJsonFactoryTest.NumberTypesAsString.longObjValue
(package private) long
AbstractJsonFactoryTest.NumberTypes.longValue
(package private) long
AbstractJsonFactoryTest.NumberTypesAsString.longValue
Collection<? super Integer>[]
AbstractJsonFactoryTest.WildCardTypes.lower
AbstractJsonFactoryTest.A.map
AbstractJsonFactoryTest.WildCardTypes.map
Collection
<? super TreeMap<String, ? extends Integer>> AbstractJsonFactoryTest.WildCardTypes.mapInWild
AbstractJsonFactoryTest.WildCardTypes.mapUpper
AbstractJsonFactoryTest.Animal.name
AbstractJsonFactoryTest.AnimalGenericJson.name
String[]
AbstractJsonFactoryTest.DogWithFamily.nicknames
AbstractJsonFactoryTest.AnyType.nul
AbstractJsonFactoryTest.EnumValue.nullValue
AbstractJsonFactoryTest.TypeVariableType.nullValue
AbstractJsonFactoryTest.AnyType.num
(package private) Long
AbstractJsonFactoryTest.ExtendsGenericJson.numAsString
int
AbstractJsonFactoryTest.Animal.numberOfLegs
int
AbstractJsonFactoryTest.AnimalGenericJson.numberOfLegs
AbstractJsonFactoryTest.AnyType.obj
AbstractJsonFactoryTest.EnumValue.otherValue
(package private) Map
<String, AbstractJsonFactoryTest.Animal> AbstractJsonFactoryTest.HumanWithPets.pets
(package private) String
AbstractJsonFactoryTest.V.s
(package private) Short
AbstractJsonFactoryTest.NumberTypes.shortObjValue
(package private) Short
AbstractJsonFactoryTest.NumberTypesAsString.shortObjValue
(package private) short
AbstractJsonFactoryTest.NumberTypes.shortValue
(package private) short
AbstractJsonFactoryTest.NumberTypesAsString.shortValue
Collection<?>[]
AbstractJsonFactoryTest.WildCardTypes.simple
AbstractJsonFactoryTest.AnyType.str
AbstractJsonFactoryTest.Entry.title
int
AbstractJsonFactoryTest.Dog.tricksKnown
int
AbstractJsonFactoryTest.DogGenericJson.tricksKnown
AbstractJsonFactoryTest.Animal.type
AbstractJsonFactoryTest.AnimalGenericJson.type
(package private) String
AbstractJsonFactoryTest.PolymorphicSelfReferencing.type
(package private) String
AbstractJsonFactoryTest.PolymorphicWithDuplicateTypeKeys.type
(package private) Object
AbstractJsonFactoryTest.PolymorphicWithIllegalValueType.type
(package private) Integer
AbstractJsonFactoryTest.PolymorphicWithNumericType.type
(package private) int
AbstractJsonFactoryTest.PolymorphicWithNumericValueType.type
Collection<? extends Integer>[]
AbstractJsonFactoryTest.WildCardTypes.upper
(package private) Void
AbstractJsonFactoryTest.V.v
AbstractJsonFactoryTest.EnumValue.value
AbstractJsonFactoryTest.MapOfMapType.value
AbstractJsonFactoryTest.StringNullValue.value
AbstractJsonFactoryTest.TypeVariableType.value
(package private) AbstractJsonFactoryTest.Y
<XT> AbstractJsonFactoryTest.X.y
(package private) AbstractJsonFactoryTest.Z
<YT> AbstractJsonFactoryTest.Y.z