Uses of Class
com.google.cloud.recommendationengine.v1beta1.ListUserEventsRequest
-
Packages that use ListUserEventsRequest Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of ListUserEventsRequest in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ListUserEventsRequest Modifier and Type Method Description ListUserEventsRequestListUserEventsRequest.Builder. build()ListUserEventsRequestListUserEventsRequest.Builder. buildPartial()static ListUserEventsRequestListUserEventsRequest. getDefaultInstance()ListUserEventsRequestListUserEventsRequest.Builder. getDefaultInstanceForType()ListUserEventsRequestListUserEventsRequest. getDefaultInstanceForType()static ListUserEventsRequestListUserEventsRequest. parseDelimitedFrom(InputStream input)static ListUserEventsRequestListUserEventsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUserEventsRequestListUserEventsRequest. parseFrom(byte[] data)static ListUserEventsRequestListUserEventsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUserEventsRequestListUserEventsRequest. parseFrom(com.google.protobuf.ByteString data)static ListUserEventsRequestListUserEventsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUserEventsRequestListUserEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListUserEventsRequestListUserEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUserEventsRequestListUserEventsRequest. parseFrom(InputStream input)static ListUserEventsRequestListUserEventsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUserEventsRequestListUserEventsRequest. parseFrom(ByteBuffer data)static ListUserEventsRequestListUserEventsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ListUserEventsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListUserEventsRequest,ListUserEventsResponse>UserEventServiceGrpc. getListUserEventsMethod()com.google.protobuf.Parser<ListUserEventsRequest>ListUserEventsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,ListUserEventsResponse>UserEventServiceClient. listUserEventsCallable()Gets a list of user events within a time range, with potential filtering.com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceClient. listUserEventsPagedCallable()Gets a list of user events within a time range, with potential filtering.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceSettings.Builder. listUserEventsSettings()Returns the builder for the settings used for calls to listUserEvents.com.google.api.gax.rpc.PagedCallSettings<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceSettings. listUserEventsSettings()Returns the object with the settings used for calls to listUserEvents.static com.google.protobuf.Parser<ListUserEventsRequest>ListUserEventsRequest. parser()Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ListUserEventsRequest Modifier and Type Method Description UserEventServiceClient.ListUserEventsPagedResponseUserEventServiceClient. listUserEvents(ListUserEventsRequest request)Gets a list of user events within a time range, with potential filtering.default voidUserEventServiceGrpc.AsyncService. listUserEvents(ListUserEventsRequest request, io.grpc.stub.StreamObserver<ListUserEventsResponse> responseObserver)Gets a list of user events within a time range, with potential filtering.ListUserEventsResponseUserEventServiceGrpc.UserEventServiceBlockingStub. listUserEvents(ListUserEventsRequest request)Gets a list of user events within a time range, with potential filtering.com.google.common.util.concurrent.ListenableFuture<ListUserEventsResponse>UserEventServiceGrpc.UserEventServiceFutureStub. listUserEvents(ListUserEventsRequest request)Gets a list of user events within a time range, with potential filtering.voidUserEventServiceGrpc.UserEventServiceStub. listUserEvents(ListUserEventsRequest request, io.grpc.stub.StreamObserver<ListUserEventsResponse> responseObserver)Gets a list of user events within a time range, with potential filtering.ListUserEventsRequest.BuilderListUserEventsRequest.Builder. mergeFrom(ListUserEventsRequest other)static ListUserEventsRequest.BuilderListUserEventsRequest. newBuilder(ListUserEventsRequest prototype)Method parameters in com.google.cloud.recommendationengine.v1beta1 with type arguments of type ListUserEventsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceClient.ListUserEventsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, com.google.api.core.ApiFuture<ListUserEventsResponse> futureResponse)protected UserEventServiceClient.ListUserEventsPageUserEventServiceClient.ListUserEventsPage. createPage(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, ListUserEventsResponse response)com.google.api.core.ApiFuture<UserEventServiceClient.ListUserEventsPage>UserEventServiceClient.ListUserEventsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, com.google.api.core.ApiFuture<ListUserEventsResponse> futureResponse) -
Uses of ListUserEventsRequest in com.google.cloud.recommendationengine.v1beta1.stub
Methods in com.google.cloud.recommendationengine.v1beta1.stub that return types with arguments of type ListUserEventsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,ListUserEventsResponse>GrpcUserEventServiceStub. listUserEventsCallable()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,ListUserEventsResponse>HttpJsonUserEventServiceStub. listUserEventsCallable()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,ListUserEventsResponse>UserEventServiceStub. listUserEventsCallable()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse>GrpcUserEventServiceStub. listUserEventsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse>HttpJsonUserEventServiceStub. listUserEventsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceStub. listUserEventsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceStubSettings.Builder. listUserEventsSettings()Returns the builder for the settings used for calls to listUserEvents.com.google.api.gax.rpc.PagedCallSettings<ListUserEventsRequest,ListUserEventsResponse,UserEventServiceClient.ListUserEventsPagedResponse>UserEventServiceStubSettings. listUserEventsSettings()Returns the object with the settings used for calls to listUserEvents.
-