Uses of Class
com.google.api.apikeys.v2.Key
-
Packages that use Key Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of Key in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return Key Modifier and Type Method Description KeyKey.Builder. build()KeyKey.Builder. buildPartial()static KeyKey. getDefaultInstance()KeyKey.Builder. getDefaultInstanceForType()KeyKey. getDefaultInstanceForType()KeyApiKeysClient. getKey(GetKeyRequest request)Gets the metadata for an API key.KeyApiKeysClient. getKey(KeyName name)Gets the metadata for an API key.KeyApiKeysClient. getKey(String name)Gets the metadata for an API key.KeyApiKeysGrpc.ApiKeysBlockingStub. getKey(GetKeyRequest request)Gets the metadata for an API key.KeyCreateKeyRequest.Builder. getKey()Required.KeyCreateKeyRequest. getKey()Required.KeyCreateKeyRequestOrBuilder. getKey()Required.KeyUpdateKeyRequest.Builder. getKey()Required.KeyUpdateKeyRequest. getKey()Required.KeyUpdateKeyRequestOrBuilder. getKey()Required.KeyListKeysResponse.Builder. getKeys(int index)A list of API keys.KeyListKeysResponse. getKeys(int index)A list of API keys.KeyListKeysResponseOrBuilder. getKeys(int index)A list of API keys.static KeyKey. parseDelimitedFrom(InputStream input)static KeyKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(byte[] data)static KeyKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.ByteString data)static KeyKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input)static KeyKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(InputStream input)static KeyKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyKey. parseFrom(ByteBuffer data)static KeyKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type Key Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(CreateKeyRequest request)Creates a new API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(LocationName parent, Key key, String keyId)Creates a new API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(String parent, Key key, String keyId)Creates a new API key.com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysClient. createKeyOperationCallable()Creates a new API key.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings.Builder. createKeyOperationSettings()Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.OperationCallSettings<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings. createKeyOperationSettings()Returns the object with the settings used for calls to createKey.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyAsync(DeleteKeyRequest request)Deletes an API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyAsync(KeyName name)Deletes an API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyAsync(String name)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.static io.grpc.MethodDescriptor<GetKeyRequest,Key>ApiKeysGrpc. getGetKeyMethod()com.google.common.util.concurrent.ListenableFuture<Key>ApiKeysGrpc.ApiKeysFutureStub. getKey(GetKeyRequest request)Gets the metadata for an API key.com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>ApiKeysClient. getKeyCallable()Gets the metadata for an API key.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>ApiKeysSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>ApiKeysSettings. getKeySettings()Returns the object with the settings used for calls to getKey.List<Key>ListKeysResponse.Builder. getKeysList()A list of API keys.List<Key>ListKeysResponse. getKeysList()A list of API keys.List<Key>ListKeysResponseOrBuilder. getKeysList()A list of API keys.com.google.protobuf.Parser<Key>Key. getParserForType()static com.google.protobuf.Parser<Key>Key. parser()com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. undeleteKeyAsync(UndeleteKeyRequest request)Undeletes an API key which was deleted within 30 days.com.google.api.gax.rpc.OperationCallable<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysClient. undeleteKeyOperationCallable()Undeletes an API key which was deleted within 30 days.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings.Builder. undeleteKeyOperationSettings()Returns the builder for the settings used for calls to undeleteKey.com.google.api.gax.rpc.OperationCallSettings<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysSettings. undeleteKeyOperationSettings()Returns the object with the settings used for calls to undeleteKey.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. updateKeyAsync(Key key, com.google.protobuf.FieldMask updateMask)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.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.Methods in com.google.api.apikeys.v2 with parameters of type Key Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. addKeys(int index, Key value)A list of API keys.ListKeysResponse.BuilderListKeysResponse.Builder. addKeys(Key value)A list of API keys.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(LocationName parent, Key key, String keyId)Creates a new API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(String parent, Key key, String keyId)Creates a new API key.Key.BuilderKey.Builder. mergeFrom(Key other)CreateKeyRequest.BuilderCreateKeyRequest.Builder. mergeKey(Key value)Required.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. mergeKey(Key value)Required.static Key.BuilderKey. newBuilder(Key prototype)CreateKeyRequest.BuilderCreateKeyRequest.Builder. setKey(Key value)Required.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. setKey(Key value)Required.ListKeysResponse.BuilderListKeysResponse.Builder. setKeys(int index, Key value)A list of API keys.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. updateKeyAsync(Key key, com.google.protobuf.FieldMask updateMask)Patches the modifiable fields of an API key.Method parameters in com.google.api.apikeys.v2 with type arguments of type Key Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. addAllKeys(Iterable<? extends Key> values)A list of API keys.static com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPagedResponse>ApiKeysClient.ListKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)protected ApiKeysClient.ListKeysPageApiKeysClient.ListKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPage>ApiKeysClient.ListKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)voidApiKeysGrpc.ApiKeysStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Gets the metadata for an API key.default voidApiKeysGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Gets the metadata for an API key. -
Uses of Key in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type Key Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStub. createKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>GrpcApiKeysStub. createKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>HttpJsonApiKeysStub. createKeyOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings.Builder. createKeyOperationSettings()Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.OperationCallSettings<CreateKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings. createKeyOperationSettings()Returns the object with the settings used for calls to createKey.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.UnaryCallable<GetKeyRequest,Key>ApiKeysStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>GrpcApiKeysStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>HttpJsonApiKeysStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>ApiKeysStubSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>ApiKeysStubSettings. getKeySettings()Returns the object with the settings used for calls to getKey.com.google.api.gax.rpc.OperationCallable<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStub. undeleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<UndeleteKeyRequest,Key,com.google.protobuf.Empty>GrpcApiKeysStub. undeleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallable<UndeleteKeyRequest,Key,com.google.protobuf.Empty>HttpJsonApiKeysStub. undeleteKeyOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings.Builder. undeleteKeyOperationSettings()Returns the builder for the settings used for calls to undeleteKey.com.google.api.gax.rpc.OperationCallSettings<UndeleteKeyRequest,Key,com.google.protobuf.Empty>ApiKeysStubSettings. undeleteKeyOperationSettings()Returns the object with the settings used for calls to undeleteKey.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.
-