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 LookupKeyResponse
LookupKeyResponse.Builder. build()
LookupKeyResponse
LookupKeyResponse.Builder. buildPartial()
static LookupKeyResponse
LookupKeyResponse. getDefaultInstance()
LookupKeyResponse
LookupKeyResponse.Builder. getDefaultInstanceForType()
LookupKeyResponse
LookupKeyResponse. getDefaultInstanceForType()
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.static LookupKeyResponse
LookupKeyResponse. parseDelimitedFrom(InputStream input)
static LookupKeyResponse
LookupKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyResponse
LookupKeyResponse. parseFrom(byte[] data)
static LookupKeyResponse
LookupKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyResponse
LookupKeyResponse. parseFrom(com.google.protobuf.ByteString data)
static LookupKeyResponse
LookupKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyResponse
LookupKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LookupKeyResponse
LookupKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyResponse
LookupKeyResponse. parseFrom(InputStream input)
static LookupKeyResponse
LookupKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupKeyResponse
LookupKeyResponse. parseFrom(ByteBuffer data)
static LookupKeyResponse
LookupKeyResponse. 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.Builder
LookupKeyResponse.Builder. mergeFrom(LookupKeyResponse other)
static LookupKeyResponse.Builder
LookupKeyResponse. newBuilder(LookupKeyResponse prototype)
Method parameters in com.google.api.apikeys.v2 with type arguments of type LookupKeyResponse Modifier and Type Method Description 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. -
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.
-