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 LookupKeyRequest
LookupKeyRequest.Builder. build()
LookupKeyRequest
LookupKeyRequest.Builder. buildPartial()
static LookupKeyRequest
LookupKeyRequest. getDefaultInstance()
LookupKeyRequest
LookupKeyRequest.Builder. getDefaultInstanceForType()
LookupKeyRequest
LookupKeyRequest. getDefaultInstanceForType()
static LookupKeyRequest
LookupKeyRequest. parseDelimitedFrom(InputStream input)
static LookupKeyRequest
LookupKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyRequest
LookupKeyRequest. parseFrom(byte[] data)
static LookupKeyRequest
LookupKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyRequest
LookupKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static LookupKeyRequest
LookupKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyRequest
LookupKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LookupKeyRequest
LookupKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyRequest
LookupKeyRequest. parseFrom(InputStream input)
static LookupKeyRequest
LookupKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyRequest
LookupKeyRequest. parseFrom(ByteBuffer data)
static LookupKeyRequest
LookupKeyRequest. 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 LookupKeyResponse
ApiKeysClient. lookupKey(LookupKeyRequest request)
Find the parent project and resource name of the API key that matches the key string in the request.LookupKeyResponse
ApiKeysGrpc.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.void
ApiKeysGrpc.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 void
ApiKeysGrpc.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.Builder
LookupKeyRequest.Builder. mergeFrom(LookupKeyRequest other)
static LookupKeyRequest.Builder
LookupKeyRequest. 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.
-