Uses of Class
com.google.api.apikeys.v2.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of CreateKeyRequest in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return CreateKeyRequest Modifier and Type Method Description CreateKeyRequestCreateKeyRequest.Builder. build()CreateKeyRequestCreateKeyRequest.Builder. buildPartial()static CreateKeyRequestCreateKeyRequest. getDefaultInstance()CreateKeyRequestCreateKeyRequest.Builder. getDefaultInstanceForType()CreateKeyRequestCreateKeyRequest. getDefaultInstanceForType()static CreateKeyRequestCreateKeyRequest. parseDelimitedFrom(InputStream input)static CreateKeyRequestCreateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateKeyRequestCreateKeyRequest. parseFrom(byte[] data)static CreateKeyRequestCreateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateKeyRequestCreateKeyRequest. parseFrom(com.google.protobuf.ByteString data)static CreateKeyRequestCreateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateKeyRequestCreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateKeyRequestCreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateKeyRequestCreateKeyRequest. parseFrom(InputStream input)static CreateKeyRequestCreateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateKeyRequestCreateKeyRequest. parseFrom(ByteBuffer data)static CreateKeyRequestCreateKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.apikeys.v2 that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysClient. createKeyCallable()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.rpc.UnaryCallSettings.Builder<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysSettings.Builder. createKeySettings()Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysSettings. createKeySettings()Returns the object with the settings used for calls to createKey.static io.grpc.MethodDescriptor<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysGrpc. getCreateKeyMethod()com.google.protobuf.Parser<CreateKeyRequest>CreateKeyRequest. getParserForType()static com.google.protobuf.Parser<CreateKeyRequest>CreateKeyRequest. parser()Methods in com.google.api.apikeys.v2 with parameters of type CreateKeyRequest Modifier and Type Method Description com.google.longrunning.OperationApiKeysGrpc.ApiKeysBlockingStub. createKey(CreateKeyRequest request)Creates a new API key.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ApiKeysGrpc.ApiKeysFutureStub. createKey(CreateKeyRequest request)Creates a new API key.voidApiKeysGrpc.ApiKeysStub. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new API key.default voidApiKeysGrpc.AsyncService. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(CreateKeyRequest request)Creates a new API key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. mergeFrom(CreateKeyRequest other)static CreateKeyRequest.BuilderCreateKeyRequest. newBuilder(CreateKeyRequest prototype) -
Uses of CreateKeyRequest in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysStub. createKeyCallable()com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>GrpcApiKeysStub. createKeyCallable()com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>HttpJsonApiKeysStub. createKeyCallable()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.UnaryCallSettings.Builder<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysStubSettings.Builder. createKeySettings()Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,com.google.longrunning.Operation>ApiKeysStubSettings. createKeySettings()Returns the object with the settings used for calls to createKey.
-