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