Uses of Class
com.google.cloud.recommendationengine.v1beta1.ImportUserEventsResponse
-
Packages that use ImportUserEventsResponse Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of ImportUserEventsResponse in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ImportUserEventsResponse Modifier and Type Method Description ImportUserEventsResponse
ImportUserEventsResponse.Builder. build()
ImportUserEventsResponse
ImportUserEventsResponse.Builder. buildPartial()
static ImportUserEventsResponse
ImportUserEventsResponse. getDefaultInstance()
ImportUserEventsResponse
ImportUserEventsResponse.Builder. getDefaultInstanceForType()
ImportUserEventsResponse
ImportUserEventsResponse. getDefaultInstanceForType()
static ImportUserEventsResponse
ImportUserEventsResponse. parseDelimitedFrom(InputStream input)
static ImportUserEventsResponse
ImportUserEventsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(byte[] data)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(InputStream input)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(ByteBuffer data)
static ImportUserEventsResponse
ImportUserEventsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ImportUserEventsResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportUserEventsResponse>
ImportUserEventsResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata>
UserEventServiceClient. importUserEventsAsync(EventStoreName parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)
Bulk import of User events.com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata>
UserEventServiceClient. importUserEventsAsync(ImportUserEventsRequest request)
Bulk import of User events.com.google.api.gax.longrunning.OperationFuture<ImportUserEventsResponse,ImportMetadata>
UserEventServiceClient. importUserEventsAsync(String parent, String requestId, InputConfig inputConfig, ImportErrorsConfig errorsConfig)
Bulk import of User events.com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceClient. importUserEventsOperationCallable()
Bulk import of User events.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceSettings.Builder. importUserEventsOperationSettings()
Returns the builder for the settings used for calls to importUserEvents.com.google.api.gax.rpc.OperationCallSettings<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceSettings. importUserEventsOperationSettings()
Returns the object with the settings used for calls to importUserEvents.static com.google.protobuf.Parser<ImportUserEventsResponse>
ImportUserEventsResponse. parser()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ImportUserEventsResponse Modifier and Type Method Description ImportUserEventsResponse.Builder
ImportUserEventsResponse.Builder. mergeFrom(ImportUserEventsResponse other)
static ImportUserEventsResponse.Builder
ImportUserEventsResponse. newBuilder(ImportUserEventsResponse prototype)
-
Uses of ImportUserEventsResponse in com.google.cloud.recommendationengine.v1beta1.stub
Methods in com.google.cloud.recommendationengine.v1beta1.stub that return types with arguments of type ImportUserEventsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
GrpcUserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
HttpJsonUserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceStubSettings.Builder. importUserEventsOperationSettings()
Returns the builder for the settings used for calls to importUserEvents.com.google.api.gax.rpc.OperationCallSettings<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata>
UserEventServiceStubSettings. importUserEventsOperationSettings()
Returns the object with the settings used for calls to importUserEvents.
-