Interface ImportUserEventsRequestOrBuilder (2.34.0)

public interface ImportUserEventsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorsConfig()

public abstract ImportErrorsConfig getErrorsConfig()

The desired ___location of errors incurred during the Import. Cannot be set for inline user event imports.

.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 3;

Returns
Type Description
ImportErrorsConfig

The errorsConfig.

getErrorsConfigOrBuilder()

public abstract ImportErrorsConfigOrBuilder getErrorsConfigOrBuilder()

The desired ___location of errors incurred during the Import. Cannot be set for inline user event imports.

.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 3;

Returns
Type Description
ImportErrorsConfigOrBuilder

getInputConfig()

public abstract UserEventInputConfig getInputConfig()

Required. The desired input ___location of the data.

.google.cloud.retail.v2beta.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserEventInputConfig

The inputConfig.

getInputConfigOrBuilder()

public abstract UserEventInputConfigOrBuilder getInputConfigOrBuilder()

Required. The desired input ___location of the data.

.google.cloud.retail.v2beta.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserEventInputConfigOrBuilder

getParent()

public abstract String getParent()

Required. projects/1234/locations/global/catalogs/default_catalog

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. projects/1234/locations/global/catalogs/default_catalog

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasErrorsConfig()

public abstract boolean hasErrorsConfig()

The desired ___location of errors incurred during the Import. Cannot be set for inline user event imports.

.google.cloud.retail.v2beta.ImportErrorsConfig errors_config = 3;

Returns
Type Description
boolean

Whether the errorsConfig field is set.

hasInputConfig()

public abstract boolean hasInputConfig()

Required. The desired input ___location of the data.

.google.cloud.retail.v2beta.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the inputConfig field is set.