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