Uses of Class
com.google.api.apikeys.v2.LookupKeyRequest
-
Packages that use LookupKeyRequest Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of LookupKeyRequest in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return LookupKeyRequest Modifier and Type Method Description LookupKeyRequestLookupKeyRequest.Builder. build()LookupKeyRequestLookupKeyRequest.Builder. buildPartial()static LookupKeyRequestLookupKeyRequest. getDefaultInstance()LookupKeyRequestLookupKeyRequest.Builder. getDefaultInstanceForType()LookupKeyRequestLookupKeyRequest. getDefaultInstanceForType()static LookupKeyRequestLookupKeyRequest. parseDelimitedFrom(InputStream input)static LookupKeyRequestLookupKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyRequestLookupKeyRequest. parseFrom(byte[] data)static LookupKeyRequestLookupKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyRequestLookupKeyRequest. parseFrom(com.google.protobuf.ByteString data)static LookupKeyRequestLookupKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyRequestLookupKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LookupKeyRequestLookupKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyRequestLookupKeyRequest. parseFrom(InputStream input)static LookupKeyRequestLookupKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupKeyRequestLookupKeyRequest. parseFrom(ByteBuffer data)static LookupKeyRequestLookupKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type LookupKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupKeyRequest,LookupKeyResponse>ApiKeysGrpc. getLookupKeyMethod()com.google.protobuf.Parser<LookupKeyRequest>LookupKeyRequest. getParserForType()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<LookupKeyRequest>LookupKeyRequest. parser()Methods in com.google.api.apikeys.v2 with parameters of type LookupKeyRequest Modifier and Type Method Description 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.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.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.LookupKeyRequest.BuilderLookupKeyRequest.Builder. mergeFrom(LookupKeyRequest other)static LookupKeyRequest.BuilderLookupKeyRequest. newBuilder(LookupKeyRequest prototype) -
Uses of LookupKeyRequest in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type LookupKeyRequest 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.
-