public interface ImportUserEventsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v2alpha.ImportErrorsConfig errors_config = 3;
| 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.v2alpha.ImportErrorsConfig errors_config = 3;
| Type | Description |
| ImportErrorsConfigOrBuilder |
getInputConfig()
public abstract UserEventInputConfig getInputConfig()Required. The desired input location of the data.
.google.cloud.retail.v2alpha.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| UserEventInputConfig | The inputConfig. |
getInputConfigOrBuilder()
public abstract UserEventInputConfigOrBuilder getInputConfigOrBuilder()Required. The desired input location of the data.
.google.cloud.retail.v2alpha.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| 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) = { ... }
| 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) = { ... }
| 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.v2alpha.ImportErrorsConfig errors_config = 3;
| 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.v2alpha.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the inputConfig field is set. |