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 ListUserEventsRequest
ListUserEventsRequest.Builder. build()
ListUserEventsRequest
ListUserEventsRequest.Builder. buildPartial()
static ListUserEventsRequest
ListUserEventsRequest. getDefaultInstance()
ListUserEventsRequest
ListUserEventsRequest.Builder. getDefaultInstanceForType()
ListUserEventsRequest
ListUserEventsRequest. getDefaultInstanceForType()
static ListUserEventsRequest
ListUserEventsRequest. parseDelimitedFrom(InputStream input)
static ListUserEventsRequest
ListUserEventsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(byte[] data)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(InputStream input)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUserEventsRequest
ListUserEventsRequest. parseFrom(ByteBuffer data)
static ListUserEventsRequest
ListUserEventsRequest. 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.ListUserEventsPagedResponse
UserEventServiceClient. listUserEvents(ListUserEventsRequest request)
Gets a list of user events within a time range, with potential filtering.default void
UserEventServiceGrpc.AsyncService. listUserEvents(ListUserEventsRequest request, io.grpc.stub.StreamObserver<ListUserEventsResponse> responseObserver)
Gets a list of user events within a time range, with potential filtering.ListUserEventsResponse
UserEventServiceGrpc.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.void
UserEventServiceGrpc.UserEventServiceStub. listUserEvents(ListUserEventsRequest request, io.grpc.stub.StreamObserver<ListUserEventsResponse> responseObserver)
Gets a list of user events within a time range, with potential filtering.ListUserEventsRequest.Builder
ListUserEventsRequest.Builder. mergeFrom(ListUserEventsRequest other)
static ListUserEventsRequest.Builder
ListUserEventsRequest. 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.ListUserEventsPage
UserEventServiceClient.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.
-