Uses of Class
com.google.cloud.recommendationengine.v1beta1.UserInfo
-
Packages that use UserInfo Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of UserInfo in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return UserInfo Modifier and Type Method Description UserInfo
UserInfo.Builder. build()
UserInfo
UserInfo.Builder. buildPartial()
static UserInfo
UserInfo. getDefaultInstance()
UserInfo
UserInfo.Builder. getDefaultInstanceForType()
UserInfo
UserInfo. getDefaultInstanceForType()
UserInfo
UserEvent.Builder. getUserInfo()
Required.UserInfo
UserEvent. getUserInfo()
Required.UserInfo
UserEventOrBuilder. getUserInfo()
Required.static UserInfo
UserInfo. parseDelimitedFrom(InputStream input)
static UserInfo
UserInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(byte[] data)
static UserInfo
UserInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.ByteString data)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(InputStream input)
static UserInfo
UserInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(ByteBuffer data)
static UserInfo
UserInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type UserInfo Modifier and Type Method Description com.google.protobuf.Parser<UserInfo>
UserInfo. getParserForType()
static com.google.protobuf.Parser<UserInfo>
UserInfo. parser()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type UserInfo Modifier and Type Method Description UserInfo.Builder
UserInfo.Builder. mergeFrom(UserInfo other)
UserEvent.Builder
UserEvent.Builder. mergeUserInfo(UserInfo value)
Required.static UserInfo.Builder
UserInfo. newBuilder(UserInfo prototype)
UserEvent.Builder
UserEvent.Builder. setUserInfo(UserInfo value)
Required.
-