Uses of Class
com.google.api.apikeys.v2.LookupKeyResponse
-
Packages that use LookupKeyResponse Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of LookupKeyResponse in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return LookupKeyResponse Modifier and Type Method Description LookupKeyResponseLookupKeyResponse.Builder. build()LookupKeyResponseLookupKeyResponse.Builder. buildPartial()static LookupKeyResponseLookupKeyResponse. getDefaultInstance()LookupKeyResponseLookupKeyResponse.Builder. getDefaultInstanceForType()LookupKeyResponseLookupKeyResponse. getDefaultInstanceForType()LookupKeyResponseApiKeysClient. lookupKey(LookupKeyRequest request)Find the parent project and resource name of the API key that matches the key string in the request.LookupKeyResponseApiKeysGrpc.ApiKeysBlockingStub. lookupKey(LookupKeyRequest request)Find the parent project and resource name of the API key that matches the key string in the request.static LookupKeyResponseLookupKeyResponse. parseDelimitedFrom(InputStream input)static LookupKeyResponseLookupKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyResponseLookupKeyResponse. parseFrom(byte[] data)static LookupKeyResponseLookupKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyResponseLookupKeyResponse. parseFrom(com.google.protobuf.ByteString data)static LookupKeyResponseLookupKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyResponseLookupKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static LookupKeyResponseLookupKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyResponseLookupKeyResponse. parseFrom(InputStream input)static LookupKeyResponseLookupKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyResponseLookupKeyResponse. parseFrom(ByteBuffer data)static LookupKeyResponseLookupKeyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type LookupKeyResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupKeyRequest,LookupKeyResponse>ApiKeysGrpc. getLookupKeyMethod()com.google.protobuf.Parser<LookupKeyResponse>LookupKeyResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<LookupKeyResponse>ApiKeysGrpc.ApiKeysFutureStub. lookupKey(LookupKeyRequest request)Find the parent project and resource name of the API key that matches the key string in the request.com.google.api.gax.rpc.UnaryCallable<LookupKeyRequest,LookupKeyResponse>ApiKeysClient. lookupKeyCallable()Find the parent project and resource name of the API key that matches the key string in the request.com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupKeyRequest,LookupKeyResponse>ApiKeysSettings.Builder. lookupKeySettings()Returns the builder for the settings used for calls to lookupKey.com.google.api.gax.rpc.UnaryCallSettings<LookupKeyRequest,LookupKeyResponse>ApiKeysSettings. lookupKeySettings()Returns the object with the settings used for calls to lookupKey.static com.google.protobuf.Parser<LookupKeyResponse>LookupKeyResponse. parser()Methods in com.google.api.apikeys.v2 with parameters of type LookupKeyResponse Modifier and Type Method Description LookupKeyResponse.BuilderLookupKeyResponse.Builder. mergeFrom(LookupKeyResponse other)static LookupKeyResponse.BuilderLookupKeyResponse. newBuilder(LookupKeyResponse prototype)Method parameters in com.google.api.apikeys.v2 with type arguments of type LookupKeyResponse Modifier and Type Method Description voidApiKeysGrpc.ApiKeysStub. lookupKey(LookupKeyRequest request, io.grpc.stub.StreamObserver<LookupKeyResponse> responseObserver)Find the parent project and resource name of the API key that matches the key string in the request.default voidApiKeysGrpc.AsyncService. lookupKey(LookupKeyRequest request, io.grpc.stub.StreamObserver<LookupKeyResponse> responseObserver)Find the parent project and resource name of the API key that matches the key string in the request. -
Uses of LookupKeyResponse in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type LookupKeyResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LookupKeyRequest,LookupKeyResponse>ApiKeysStub. lookupKeyCallable()com.google.api.gax.rpc.UnaryCallable<LookupKeyRequest,LookupKeyResponse>GrpcApiKeysStub. lookupKeyCallable()com.google.api.gax.rpc.UnaryCallable<LookupKeyRequest,LookupKeyResponse>HttpJsonApiKeysStub. lookupKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupKeyRequest,LookupKeyResponse>ApiKeysStubSettings.Builder. lookupKeySettings()Returns the builder for the settings used for calls to lookupKey.com.google.api.gax.rpc.UnaryCallSettings<LookupKeyRequest,LookupKeyResponse>ApiKeysStubSettings. lookupKeySettings()Returns the object with the settings used for calls to lookupKey.
-