Uses of Class
com.google.cloud.discoveryengine.v1beta.CustomAttribute
-
Packages that use CustomAttribute Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of CustomAttribute in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return CustomAttribute Modifier and Type Method Description CustomAttribute
CustomAttribute.Builder. build()
CustomAttribute
CustomAttribute.Builder. buildPartial()
CustomAttribute
UserEvent.Builder. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute
UserEvent. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute
UserEventOrBuilder. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute
UserEvent.Builder. getAttributesOrThrow(String key)
Extra user event features to include in the recommendation model.CustomAttribute
UserEvent. getAttributesOrThrow(String key)
Extra user event features to include in the recommendation model.CustomAttribute
UserEventOrBuilder. getAttributesOrThrow(String key)
Extra user event features to include in the recommendation model.static CustomAttribute
CustomAttribute. getDefaultInstance()
CustomAttribute
CustomAttribute.Builder. getDefaultInstanceForType()
CustomAttribute
CustomAttribute. getDefaultInstanceForType()
static CustomAttribute
CustomAttribute. parseDelimitedFrom(InputStream input)
static CustomAttribute
CustomAttribute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data)
static CustomAttribute
CustomAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomAttribute
CustomAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(InputStream input)
static CustomAttribute
CustomAttribute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomAttribute
CustomAttribute. parseFrom(ByteBuffer data)
static CustomAttribute
CustomAttribute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type CustomAttribute Modifier and Type Method Description Map<String,CustomAttribute>
UserEvent.Builder. getAttributes()
Deprecated.Map<String,CustomAttribute>
UserEvent. getAttributes()
Deprecated.Map<String,CustomAttribute>
UserEventOrBuilder. getAttributes()
Deprecated.Map<String,CustomAttribute>
UserEvent.Builder. getAttributesMap()
Extra user event features to include in the recommendation model.Map<String,CustomAttribute>
UserEvent. getAttributesMap()
Extra user event features to include in the recommendation model.Map<String,CustomAttribute>
UserEventOrBuilder. getAttributesMap()
Extra user event features to include in the recommendation model.Map<String,CustomAttribute>
UserEvent.Builder. getMutableAttributes()
Deprecated.com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. getParserForType()
static com.google.protobuf.Parser<CustomAttribute>
CustomAttribute. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type CustomAttribute Modifier and Type Method Description CustomAttribute
UserEvent.Builder. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute
UserEvent. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute
UserEventOrBuilder. getAttributesOrDefault(String key, CustomAttribute defaultValue)
Extra user event features to include in the recommendation model.CustomAttribute.Builder
CustomAttribute.Builder. mergeFrom(CustomAttribute other)
static CustomAttribute.Builder
CustomAttribute. newBuilder(CustomAttribute prototype)
UserEvent.Builder
UserEvent.Builder. putAttributes(String key, CustomAttribute value)
Extra user event features to include in the recommendation model.Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type CustomAttribute Modifier and Type Method Description UserEvent.Builder
UserEvent.Builder. putAllAttributes(Map<String,CustomAttribute> values)
Extra user event features to include in the recommendation model.
-