Uses of Class
com.google.cloud.talent.v4beta1.ClientEvent
-
Packages that use ClientEvent Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of ClientEvent in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return ClientEvent Modifier and Type Method Description ClientEventClientEvent.Builder. build()ClientEventClientEvent.Builder. buildPartial()ClientEventEventServiceClient. createClientEvent(CreateClientEventRequest request)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceClient. createClientEvent(ProjectName parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceClient. createClientEvent(TenantName parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceClient. createClientEvent(String parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceGrpc.EventServiceBlockingStub. createClientEvent(CreateClientEventRequest request)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventCreateClientEventRequest.Builder. getClientEvent()Required.ClientEventCreateClientEventRequest. getClientEvent()Required.ClientEventCreateClientEventRequestOrBuilder. getClientEvent()Required.static ClientEventClientEvent. getDefaultInstance()ClientEventClientEvent.Builder. getDefaultInstanceForType()ClientEventClientEvent. getDefaultInstanceForType()static ClientEventClientEvent. parseDelimitedFrom(InputStream input)static ClientEventClientEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientEventClientEvent. parseFrom(byte[] data)static ClientEventClientEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientEventClientEvent. parseFrom(com.google.protobuf.ByteString data)static ClientEventClientEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientEventClientEvent. parseFrom(com.google.protobuf.CodedInputStream input)static ClientEventClientEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientEventClientEvent. parseFrom(InputStream input)static ClientEventClientEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientEventClientEvent. parseFrom(ByteBuffer data)static ClientEventClientEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type ClientEvent Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ClientEvent>EventServiceGrpc.EventServiceFutureStub. createClientEvent(CreateClientEventRequest request)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent>EventServiceClient. createClientEventCallable()Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClientEventRequest,ClientEvent>EventServiceSettings.Builder. createClientEventSettings()Returns the builder for the settings used for calls to createClientEvent.com.google.api.gax.rpc.UnaryCallSettings<CreateClientEventRequest,ClientEvent>EventServiceSettings. createClientEventSettings()Returns the object with the settings used for calls to createClientEvent.static io.grpc.MethodDescriptor<CreateClientEventRequest,ClientEvent>EventServiceGrpc. getCreateClientEventMethod()com.google.protobuf.Parser<ClientEvent>ClientEvent. getParserForType()static com.google.protobuf.Parser<ClientEvent>ClientEvent. parser()Methods in com.google.cloud.talent.v4beta1 with parameters of type ClientEvent Modifier and Type Method Description ClientEventEventServiceClient. createClientEvent(ProjectName parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceClient. createClientEvent(TenantName parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.ClientEventEventServiceClient. createClientEvent(String parent, ClientEvent clientEvent)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.CreateClientEventRequest.BuilderCreateClientEventRequest.Builder. mergeClientEvent(ClientEvent value)Required.ClientEvent.BuilderClientEvent.Builder. mergeFrom(ClientEvent other)static ClientEvent.BuilderClientEvent. newBuilder(ClientEvent prototype)CreateClientEventRequest.BuilderCreateClientEventRequest.Builder. setClientEvent(ClientEvent value)Required.Method parameters in com.google.cloud.talent.v4beta1 with type arguments of type ClientEvent Modifier and Type Method Description default voidEventServiceGrpc.AsyncService. createClientEvent(CreateClientEventRequest request, io.grpc.stub.StreamObserver<ClientEvent> responseObserver)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.voidEventServiceGrpc.EventServiceStub. createClientEvent(CreateClientEventRequest request, io.grpc.stub.StreamObserver<ClientEvent> responseObserver)Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. -
Uses of ClientEvent in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type ClientEvent Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent>EventServiceStub. createClientEventCallable()com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent>GrpcEventServiceStub. createClientEventCallable()com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent>HttpJsonEventServiceStub. createClientEventCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClientEventRequest,ClientEvent>EventServiceStubSettings.Builder. createClientEventSettings()Returns the builder for the settings used for calls to createClientEvent.com.google.api.gax.rpc.UnaryCallSettings<CreateClientEventRequest,ClientEvent>EventServiceStubSettings. createClientEventSettings()Returns the object with the settings used for calls to createClientEvent.
-