public interface ImportUserEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportErrorsConfig |
getErrorsConfig()
The desired location of errors incurred during the Import.
|
ImportErrorsConfigOrBuilder |
getErrorsConfigOrBuilder()
The desired location of errors incurred during the Import.
|
UserEventInputConfig |
getInputConfig()
Required.
|
UserEventInputConfigOrBuilder |
getInputConfigOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasErrorsConfig()
The desired location of errors incurred during the Import.
|
boolean |
hasInputConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. `projects/1234/locations/global/catalogs/default_catalog`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. `projects/1234/locations/global/catalogs/default_catalog`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasInputConfig()
Required. The desired input location of the data.
.google.cloud.retail.v2.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
UserEventInputConfig getInputConfig()
Required. The desired input location of the data.
.google.cloud.retail.v2.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
UserEventInputConfigOrBuilder getInputConfigOrBuilder()
Required. The desired input location of the data.
.google.cloud.retail.v2.UserEventInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasErrorsConfig()
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.retail.v2.ImportErrorsConfig errors_config = 3;ImportErrorsConfig getErrorsConfig()
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.retail.v2.ImportErrorsConfig errors_config = 3;ImportErrorsConfigOrBuilder getErrorsConfigOrBuilder()
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
.google.cloud.retail.v2.ImportErrorsConfig errors_config = 3;Copyright © 2023 Google LLC. All rights reserved.