Uses of Class
com.google.api.apikeys.v2.DeleteKeyRequest
-
Packages that use DeleteKeyRequest Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of DeleteKeyRequest in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return DeleteKeyRequest Modifier and Type Method Description DeleteKeyRequestDeleteKeyRequest.Builder. build()DeleteKeyRequestDeleteKeyRequest.Builder. buildPartial()static DeleteKeyRequestDeleteKeyRequest. getDefaultInstance()DeleteKeyRequestDeleteKeyRequest.Builder. getDefaultInstanceForType()DeleteKeyRequestDeleteKeyRequest. getDefaultInstanceForType()static DeleteKeyRequestDeleteKeyRequest. parseDelimitedFrom(InputStream input)static DeleteKeyRequestDeleteKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteKeyRequestDeleteKeyRequest. parseFrom(byte[] data)static DeleteKeyRequestDeleteKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteKeyRequestDeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteKeyRequestDeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteKeyRequestDeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteKeyRequestDeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteKeyRequestDeleteKeyRequest. parseFrom(InputStream input)static DeleteKeyRequestDeleteKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteKeyRequestDeleteKeyRequest. parseFrom(ByteBuffer data)static DeleteKeyRequestDeleteKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type DeleteKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysClient. deleteKeyCallable()Deletes an API key.com.google.api.gax.rpc.OperationCallable<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyOperationCallable()Deletes an API key.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings.Builder. deleteKeyOperationSettings()Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.OperationCallSettings<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings. deleteKeyOperationSettings()Returns the object with the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysSettings.Builder. deleteKeySettings()Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysSettings. deleteKeySettings()Returns the object with the settings used for calls to deleteKey.static io.grpc.MethodDescriptor<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysGrpc. getDeleteKeyMethod()com.google.protobuf.Parser<DeleteKeyRequest>DeleteKeyRequest. getParserForType()static com.google.protobuf.Parser<DeleteKeyRequest>DeleteKeyRequest. parser()Methods in com.google.api.apikeys.v2 with parameters of type DeleteKeyRequest Modifier and Type Method Description com.google.longrunning.OperationApiKeysGrpc.ApiKeysBlockingStub. deleteKey(DeleteKeyRequest request)Deletes an API key.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ApiKeysGrpc.ApiKeysFutureStub. deleteKey(DeleteKeyRequest request)Deletes an API key.voidApiKeysGrpc.ApiKeysStub. deleteKey(DeleteKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an API key.default voidApiKeysGrpc.AsyncService. deleteKey(DeleteKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyAsync(DeleteKeyRequest request)Deletes an API key.DeleteKeyRequest.BuilderDeleteKeyRequest.Builder. mergeFrom(DeleteKeyRequest other)static DeleteKeyRequest.BuilderDeleteKeyRequest. newBuilder(DeleteKeyRequest prototype) -
Uses of DeleteKeyRequest in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type DeleteKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysStub. deleteKeyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.longrunning.Operation>GrpcApiKeysStub. deleteKeyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteKeyRequest,com.google.longrunning.Operation>HttpJsonApiKeysStub. deleteKeyCallable()com.google.api.gax.rpc.OperationCallable<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStub. deleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteKeyRequest,Key,com.google.protobuf.Empty>GrpcApiKeysStub. deleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteKeyRequest,Key,com.google.protobuf.Empty>HttpJsonApiKeysStub. deleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings.Builder. deleteKeyOperationSettings()Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.OperationCallSettings<DeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings. deleteKeyOperationSettings()Returns the object with the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysStubSettings.Builder. deleteKeySettings()Returns the builder for the settings used for calls to deleteKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteKeyRequest,com.google.longrunning.Operation>ApiKeysStubSettings. deleteKeySettings()Returns the object with the settings used for calls to deleteKey.
-