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 DeleteKeyRequest
DeleteKeyRequest.Builder. build()
DeleteKeyRequest
DeleteKeyRequest.Builder. buildPartial()
static DeleteKeyRequest
DeleteKeyRequest. getDefaultInstance()
DeleteKeyRequest
DeleteKeyRequest.Builder. getDefaultInstanceForType()
DeleteKeyRequest
DeleteKeyRequest. getDefaultInstanceForType()
static DeleteKeyRequest
DeleteKeyRequest. parseDelimitedFrom(InputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(byte[] data)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(InputStream input)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteKeyRequest
DeleteKeyRequest. parseFrom(ByteBuffer data)
static DeleteKeyRequest
DeleteKeyRequest. 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.Operation
ApiKeysGrpc.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.void
ApiKeysGrpc.ApiKeysStub. deleteKey(DeleteKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes an API key.default void
ApiKeysGrpc.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.Builder
DeleteKeyRequest.Builder. mergeFrom(DeleteKeyRequest other)
static DeleteKeyRequest.Builder
DeleteKeyRequest. 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.
-