Package com.google.cloud.retail.v2alpha
Interface RejoinUserEventsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RejoinUserEventsRequest
,RejoinUserEventsRequest.Builder
public interface RejoinUserEventsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.RejoinUserEventsRequest.UserEventRejoinScope
getUserEventRejoinScope()
The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog.int
getUserEventRejoinScopeValue()
The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent catalog resource name, such as `projects/1234/locations/global/catalogs/default_catalog`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent catalog resource name, such as `projects/1234/locations/global/catalogs/default_catalog`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for parent.
-
getUserEventRejoinScopeValue
int getUserEventRejoinScopeValue()
The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog. Defaults to `USER_EVENT_REJOIN_SCOPE_UNSPECIFIED` if this field is not set, or set to an invalid integer value.
.google.cloud.retail.v2alpha.RejoinUserEventsRequest.UserEventRejoinScope user_event_rejoin_scope = 2;
- Returns:
- The enum numeric value on the wire for userEventRejoinScope.
-
getUserEventRejoinScope
RejoinUserEventsRequest.UserEventRejoinScope getUserEventRejoinScope()
The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog. Defaults to `USER_EVENT_REJOIN_SCOPE_UNSPECIFIED` if this field is not set, or set to an invalid integer value.
.google.cloud.retail.v2alpha.RejoinUserEventsRequest.UserEventRejoinScope user_event_rejoin_scope = 2;
- Returns:
- The userEventRejoinScope.
-
-