Uses of Class
com.google.cloud.discoveryengine.v1.ImportUserEventsResponse
-
Packages that use ImportUserEventsResponse Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of ImportUserEventsResponse in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 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.discoveryengine.v1 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,ImportUserEventsMetadata>
UserEventServiceClient. importUserEventsAsync(ImportUserEventsRequest request)
Bulk import of User events.com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
UserEventServiceClient. importUserEventsOperationCallable()
Bulk import of User events.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
UserEventServiceSettings.Builder. importUserEventsOperationSettings()
Returns the builder for the settings used for calls to importUserEvents.com.google.api.gax.rpc.OperationCallSettings<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
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.discoveryengine.v1 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.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type ImportUserEventsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
GrpcUserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
HttpJsonUserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
UserEventServiceStub. importUserEventsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
UserEventServiceStubSettings.Builder. importUserEventsOperationSettings()
Returns the builder for the settings used for calls to importUserEvents.com.google.api.gax.rpc.OperationCallSettings<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>
UserEventServiceStubSettings. importUserEventsOperationSettings()
Returns the object with the settings used for calls to importUserEvents.
-