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.HttpHeaders.warning"Warning"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 ObjectJsonRpcRequest.idIdentifier established by the client that must be a string or a number ornullfor a notification and therefore not expect to receive a response.private final StringJsonRpcRequest.jsonrpcVersion of the JSON-RPC protocol which is"2.0".private StringJsonRpcRequest.methodName of the method to be invoked.private ObjectJsonRpcRequest.paramsStructured value that holds the parameter values to be used during the invocation of the method ornullfor 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 StringJsonWebSignature.Header.algorithmAlgorithm header parameter that identifies the cryptographic algorithm used to secure the JWS ornullfor none.private ObjectJsonWebToken.Payload.audienceAudience claim that identifies the audience that the JWT is intended for (should either be aStringor aList<String>) ornullfor none.private StringJsonWebToken.Header.contentTypeContent type header parameter used to declare structural information about the JWT ornullfor none.JsonWebSignature.Header.criticalArray listing the header parameter names that define extensions that are used in the JWS header that MUST be understood and processed ornullfor none.private LongJsonWebToken.Payload.expirationTimeSecondsExpiration time claim that identifies the expiration time (in seconds) on or after which the token MUST NOT be accepted for processing ornullfor none.private LongJsonWebToken.Payload.issuedAtTimeSecondsIssued at claim that identifies the time (in seconds) at which the JWT was issued ornullfor none.private StringJsonWebToken.Payload.issuerIssuer claim that identifies the principal that issued the JWT ornullfor none.private StringJsonWebSignature.Header.jwkJSON Web Key header parameter that is a public key that corresponds to the key used to digitally sign the JWS ornullfor none.private StringJsonWebSignature.Header.jwkUrlJSON 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 ornullfor none.private StringJsonWebToken.Payload.jwtIdJWT ID claim that provides a unique identifier for the JWT ornullfor none.private StringJsonWebSignature.Header.keyIdKey ID header parameter that is a hint indicating which specific key owned by the signer should be used to validate the digital signature ornullfor none.private LongJsonWebToken.Payload.notBeforeTimeSecondsNot before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing ornullfor none.private StringJsonWebToken.Payload.subjectSubject claim identifying the principal that is the subject of the JWT ornullfor none.private StringJsonWebToken.Header.typeType header parameter used to declare the type of this object ornullfor none.private StringJsonWebToken.Payload.typeType claim that is used to declare a type for the contents of this JWT Claims Set ornullfor none.JsonWebSignature.Header.x509CertificatesX.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 ornullfor none.private StringJsonWebSignature.Header.x509ThumbprintX.509 certificate thumbprint header parameter that provides a base64url encoded SHA-1 thumbprint (a.k.a.private StringJsonWebSignature.Header.x509UrlX.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 ornullfor 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) StringAbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.a(package private) StringAbstractJsonFactoryTest.Simple.a(package private) BigDecimalAbstractJsonFactoryTest.NumberTypes.anotherBigDecimalValue(package private) BigDecimalAbstractJsonFactoryTest.NumberTypesAsString.anotherBigDecimalValueAbstractJsonFactoryTest.AnyType.arr(package private) int[]AbstractJsonFactoryTest.ArrayType.arrAbstractJsonFactoryTest.CollectionOfCollectionType.arrString[]AbstractJsonFactoryTest.StringNullValue.arrT[][]AbstractJsonFactoryTest.TypeVariableType.arr(package private) int[][]AbstractJsonFactoryTest.ArrayType.arr2String[][]AbstractJsonFactoryTest.StringNullValue.arr2(package private) StringAbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.bAbstractJsonFactoryTest.Human.bestFriend(package private) BigDecimalAbstractJsonFactoryTest.NumberTypes.bigDecimalValue(package private) BigDecimalAbstractJsonFactoryTest.NumberTypesAsString.bigDecimalValue(package private) BigIntegerAbstractJsonFactoryTest.NumberTypes.bigIntegerValue(package private) BigIntegerAbstractJsonFactoryTest.NumberTypesAsString.bigIntegerValueAbstractJsonFactoryTest.AnyType.bool(package private) booleanAbstractJsonFactoryTest.BooleanTypes.bool(package private) BooleanAbstractJsonFactoryTest.BooleanTypes.boolObj(package private) ByteAbstractJsonFactoryTest.NumberTypes.byteObjValue(package private) ByteAbstractJsonFactoryTest.NumberTypesAsString.byteObjValue(package private) byteAbstractJsonFactoryTest.NumberTypes.byteValue(package private) byteAbstractJsonFactoryTest.NumberTypesAsString.byteValue(package private) StringAbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.cAbstractJsonFactoryTest.DogWithFamily.childrenAbstractJsonFactoryTest.Centipede.color(package private) StringAbstractJsonFactoryTest.PolymorphicWithMultipleAnnotations.d(package private) DoubleAbstractJsonFactoryTest.NumberTypes.doubleObjValue(package private) DoubleAbstractJsonFactoryTest.NumberTypesAsString.doubleObjValue(package private) doubleAbstractJsonFactoryTest.NumberTypes.doubleValue(package private) doubleAbstractJsonFactoryTest.NumberTypesAsString.doubleValueAbstractJsonFactoryTest.Feed.entries(package private) ZTAbstractJsonFactoryTest.Z.f(package private) FloatAbstractJsonFactoryTest.NumberTypes.floatObjValue(package private) FloatAbstractJsonFactoryTest.NumberTypesAsString.floatObjValue(package private) floatAbstractJsonFactoryTest.NumberTypes.floatValue(package private) floatAbstractJsonFactoryTest.NumberTypesAsString.floatValueintAbstractJsonFactoryTest.TestClass.foo(package private) StringAbstractJsonFactoryTest.PolymorphicSelfReferencing.infoInteger[]AbstractJsonFactoryTest.ArrayType.integerArr(package private) IntegerAbstractJsonFactoryTest.NumberTypes.intObjValue(package private) IntegerAbstractJsonFactoryTest.NumberTypesAsString.intObjValue(package private) intAbstractJsonFactoryTest.NumberTypes.intValue(package private) intAbstractJsonFactoryTest.NumberTypesAsString.intValueAbstractJsonFactoryTest.TypeVariableType.listAbstractJsonFactoryTest.NumberTypes.longListValueAbstractJsonFactoryTest.NumberTypesAsString.longListValueAbstractJsonFactoryTest.NumberTypes.longMapValueAbstractJsonFactoryTest.NumberTypesAsString.longMapValue(package private) LongAbstractJsonFactoryTest.NumberTypes.longObjValue(package private) LongAbstractJsonFactoryTest.NumberTypesAsString.longObjValue(package private) longAbstractJsonFactoryTest.NumberTypes.longValue(package private) longAbstractJsonFactoryTest.NumberTypesAsString.longValueCollection<? super Integer>[]AbstractJsonFactoryTest.WildCardTypes.lowerAbstractJsonFactoryTest.A.mapAbstractJsonFactoryTest.WildCardTypes.mapCollection<? super TreeMap<String, ? extends Integer>> AbstractJsonFactoryTest.WildCardTypes.mapInWildAbstractJsonFactoryTest.WildCardTypes.mapUpperAbstractJsonFactoryTest.Animal.nameAbstractJsonFactoryTest.AnimalGenericJson.nameString[]AbstractJsonFactoryTest.DogWithFamily.nicknamesAbstractJsonFactoryTest.AnyType.nulAbstractJsonFactoryTest.EnumValue.nullValueAbstractJsonFactoryTest.TypeVariableType.nullValueAbstractJsonFactoryTest.AnyType.num(package private) LongAbstractJsonFactoryTest.ExtendsGenericJson.numAsStringintAbstractJsonFactoryTest.Animal.numberOfLegsintAbstractJsonFactoryTest.AnimalGenericJson.numberOfLegsAbstractJsonFactoryTest.AnyType.objAbstractJsonFactoryTest.EnumValue.otherValue(package private) Map<String, AbstractJsonFactoryTest.Animal> AbstractJsonFactoryTest.HumanWithPets.pets(package private) StringAbstractJsonFactoryTest.V.s(package private) ShortAbstractJsonFactoryTest.NumberTypes.shortObjValue(package private) ShortAbstractJsonFactoryTest.NumberTypesAsString.shortObjValue(package private) shortAbstractJsonFactoryTest.NumberTypes.shortValue(package private) shortAbstractJsonFactoryTest.NumberTypesAsString.shortValueCollection<?>[]AbstractJsonFactoryTest.WildCardTypes.simpleAbstractJsonFactoryTest.AnyType.strAbstractJsonFactoryTest.Entry.titleintAbstractJsonFactoryTest.Dog.tricksKnownintAbstractJsonFactoryTest.DogGenericJson.tricksKnownAbstractJsonFactoryTest.Animal.typeAbstractJsonFactoryTest.AnimalGenericJson.type(package private) StringAbstractJsonFactoryTest.PolymorphicSelfReferencing.type(package private) StringAbstractJsonFactoryTest.PolymorphicWithDuplicateTypeKeys.type(package private) ObjectAbstractJsonFactoryTest.PolymorphicWithIllegalValueType.type(package private) IntegerAbstractJsonFactoryTest.PolymorphicWithNumericType.type(package private) intAbstractJsonFactoryTest.PolymorphicWithNumericValueType.typeCollection<? extends Integer>[]AbstractJsonFactoryTest.WildCardTypes.upper(package private) VoidAbstractJsonFactoryTest.V.vAbstractJsonFactoryTest.EnumValue.valueAbstractJsonFactoryTest.MapOfMapType.valueAbstractJsonFactoryTest.StringNullValue.valueAbstractJsonFactoryTest.TypeVariableType.value(package private) AbstractJsonFactoryTest.Y<XT> AbstractJsonFactoryTest.X.y(package private) AbstractJsonFactoryTest.Z<YT> AbstractJsonFactoryTest.Y.z