@@ -47,7 +47,7 @@ public interface TaskWorkerOrBuilder extends
*
* repeated string user_ids = 2 [deprecated = true];
* @deprecated clarifai.api.TaskWorker.user_ids is deprecated.
- * See proto/clarifai/api/resources.proto;l=2941
+ * See proto/clarifai/api/resources.proto;l=2942
* @return The count of userIds.
*/
@java.lang.Deprecated int getUserIdsCount();
@@ -59,7 +59,7 @@ public interface TaskWorkerOrBuilder extends
*
* repeated string user_ids = 2 [deprecated = true];
* @deprecated clarifai.api.TaskWorker.user_ids is deprecated.
- * See proto/clarifai/api/resources.proto;l=2941
+ * See proto/clarifai/api/resources.proto;l=2942
* @param index The index of the element to return.
* @return The userIds at the given index.
*/
@@ -72,7 +72,7 @@ public interface TaskWorkerOrBuilder extends
*
* repeated string user_ids = 2 [deprecated = true];
* @deprecated clarifai.api.TaskWorker.user_ids is deprecated.
- * See proto/clarifai/api/resources.proto;l=2941
+ * See proto/clarifai/api/resources.proto;l=2942
* @param index The index of the value to return.
* @return The bytes of the userIds at the given index.
*/
diff --git a/src/main/java/com/clarifai/grpc/api/User.java b/src/main/java/com/clarifai/grpc/api/User.java
index 90d567c..92ff3be 100644
--- a/src/main/java/com/clarifai/grpc/api/User.java
+++ b/src/main/java/com/clarifai/grpc/api/User.java
@@ -27,6 +27,7 @@ private User() {
companyName_ = "";
jobTitle_ = "";
jobRole_ = "";
+ intention_ = "";
billType_ = "";
emailAddresses_ = java.util.Collections.emptyList();
}
@@ -243,6 +244,12 @@ private User(
break;
}
+ case 194: {
+ java.lang.String s = input.readStringRequireUtf8();
+
+ intention_ = s;
+ break;
+ }
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -550,12 +557,58 @@ public java.lang.String getJobRole() {
}
}
+ public static final int INTENTION_FIELD_NUMBER = 24;
+ private volatile java.lang.Object intention_;
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The intention.
+ */
+ @java.lang.Override
+ public java.lang.String getIntention() {
+ java.lang.Object ref = intention_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ intention_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The bytes for intention.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getIntentionBytes() {
+ java.lang.Object ref = intention_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ intention_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int BILL_TYPE_FIELD_NUMBER = 7;
private volatile java.lang.Object billType_;
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The billType.
*/
@java.lang.Override
@@ -574,7 +627,7 @@ public java.lang.String getJobRole() {
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The bytes for billType.
*/
@java.lang.Override
@@ -647,7 +700,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return Whether the dateGdprConsent field is set.
*/
@java.lang.Override
@@ -657,7 +710,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return The dateGdprConsent.
*/
@java.lang.Override
@@ -677,7 +730,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return Whether the dateTosConsent field is set.
*/
@java.lang.Override
@@ -687,7 +740,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return The dateTosConsent.
*/
@java.lang.Override
@@ -707,7 +760,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return Whether the dateMarketingConsent field is set.
*/
@java.lang.Override
@@ -717,7 +770,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return The dateMarketingConsent.
*/
@java.lang.Override
@@ -737,7 +790,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return Whether the datePiiConsent field is set.
*/
@java.lang.Override
@@ -747,7 +800,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return The datePiiConsent.
*/
@java.lang.Override
@@ -772,7 +825,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return Whether the metadata field is set.
*/
@java.lang.Override
@@ -787,7 +840,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return The metadata.
*/
@java.lang.Override
@@ -852,7 +905,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* bool two_factor_auth_enabled = 15 [deprecated = true];
* @deprecated clarifai.api.User.two_factor_auth_enabled is deprecated.
- * See proto/clarifai/api/resources.proto;l=2465
+ * See proto/clarifai/api/resources.proto;l=2466
* @return The twoFactorAuthEnabled.
*/
@java.lang.Override
@@ -865,7 +918,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* uint32 teams_count = 16 [deprecated = true];
* @deprecated clarifai.api.User.teams_count is deprecated.
- * See proto/clarifai/api/resources.proto;l=2466
+ * See proto/clarifai/api/resources.proto;l=2467
* @return The teamsCount.
*/
@java.lang.Override
@@ -1070,6 +1123,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (datePiiConsent_ != null) {
output.writeMessage(23, getDatePiiConsent());
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(intention_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 24, intention_);
+ }
unknownFields.writeTo(output);
}
@@ -1155,6 +1211,9 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(23, getDatePiiConsent());
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(intention_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, intention_);
+ }
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -1184,6 +1243,8 @@ public boolean equals(final java.lang.Object obj) {
.equals(other.getJobTitle())) return false;
if (!getJobRole()
.equals(other.getJobRole())) return false;
+ if (!getIntention()
+ .equals(other.getIntention())) return false;
if (!getBillType()
.equals(other.getBillType())) return false;
if (hasCreatedAt() != other.hasCreatedAt()) return false;
@@ -1261,6 +1322,8 @@ public int hashCode() {
hash = (53 * hash) + getJobTitle().hashCode();
hash = (37 * hash) + JOB_ROLE_FIELD_NUMBER;
hash = (53 * hash) + getJobRole().hashCode();
+ hash = (37 * hash) + INTENTION_FIELD_NUMBER;
+ hash = (53 * hash) + getIntention().hashCode();
hash = (37 * hash) + BILL_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getBillType().hashCode();
if (hasCreatedAt()) {
@@ -1461,6 +1524,8 @@ public Builder clear() {
jobRole_ = "";
+ intention_ = "";
+
billType_ = "";
if (createdAtBuilder_ == null) {
@@ -1559,6 +1624,7 @@ public com.clarifai.grpc.api.User buildPartial() {
result.companyName_ = companyName_;
result.jobTitle_ = jobTitle_;
result.jobRole_ = jobRole_;
+ result.intention_ = intention_;
result.billType_ = billType_;
if (createdAtBuilder_ == null) {
result.createdAt_ = createdAt_;
@@ -1689,6 +1755,10 @@ public Builder mergeFrom(com.clarifai.grpc.api.User other) {
jobRole_ = other.jobRole_;
onChanged();
}
+ if (!other.getIntention().isEmpty()) {
+ intention_ = other.intention_;
+ onChanged();
+ }
if (!other.getBillType().isEmpty()) {
billType_ = other.billType_;
onChanged();
@@ -2327,11 +2397,107 @@ public Builder setJobRoleBytes(
return this;
}
+ private java.lang.Object intention_ = "";
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The intention.
+ */
+ public java.lang.String getIntention() {
+ java.lang.Object ref = intention_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs =
+ (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ intention_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The bytes for intention.
+ */
+ public com.google.protobuf.ByteString
+ getIntentionBytes() {
+ java.lang.Object ref = intention_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8(
+ (java.lang.String) ref);
+ intention_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @param value The intention to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIntention(
+ java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+
+ intention_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return This builder for chaining.
+ */
+ public Builder clearIntention() {
+
+ intention_ = getDefaultInstance().getIntention();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @param value The bytes for intention to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIntentionBytes(
+ com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+
+ intention_ = value;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object billType_ = "";
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The billType.
*/
@java.lang.Deprecated public java.lang.String getBillType() {
@@ -2349,7 +2515,7 @@ public Builder setJobRoleBytes(
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The bytes for billType.
*/
@java.lang.Deprecated public com.google.protobuf.ByteString
@@ -2368,7 +2534,7 @@ public Builder setJobRoleBytes(
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @param value The billType to set.
* @return This builder for chaining.
*/
@@ -2385,7 +2551,7 @@ public Builder setJobRoleBytes(
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearBillType() {
@@ -2397,7 +2563,7 @@ public Builder setJobRoleBytes(
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @param value The bytes for billType to set.
* @return This builder for chaining.
*/
@@ -2610,7 +2776,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return Whether the dateGdprConsent field is set.
*/
@java.lang.Deprecated public boolean hasDateGdprConsent() {
@@ -2619,7 +2785,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return The dateGdprConsent.
*/
@java.lang.Deprecated public com.google.protobuf.Timestamp getDateGdprConsent() {
@@ -2733,7 +2899,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return Whether the dateTosConsent field is set.
*/
@java.lang.Deprecated public boolean hasDateTosConsent() {
@@ -2742,7 +2908,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return The dateTosConsent.
*/
@java.lang.Deprecated public com.google.protobuf.Timestamp getDateTosConsent() {
@@ -2856,7 +3022,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return Whether the dateMarketingConsent field is set.
*/
@java.lang.Deprecated public boolean hasDateMarketingConsent() {
@@ -2865,7 +3031,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return The dateMarketingConsent.
*/
@java.lang.Deprecated public com.google.protobuf.Timestamp getDateMarketingConsent() {
@@ -2979,7 +3145,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return Whether the datePiiConsent field is set.
*/
@java.lang.Deprecated public boolean hasDatePiiConsent() {
@@ -2988,7 +3154,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return The datePiiConsent.
*/
@java.lang.Deprecated public com.google.protobuf.Timestamp getDatePiiConsent() {
@@ -3107,7 +3273,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return Whether the metadata field is set.
*/
@java.lang.Deprecated public boolean hasMetadata() {
@@ -3121,7 +3287,7 @@ public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return The metadata.
*/
@java.lang.Deprecated public com.google.protobuf.Struct getMetadata() {
@@ -3508,7 +3674,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* bool two_factor_auth_enabled = 15 [deprecated = true];
* @deprecated clarifai.api.User.two_factor_auth_enabled is deprecated.
- * See proto/clarifai/api/resources.proto;l=2465
+ * See proto/clarifai/api/resources.proto;l=2466
* @return The twoFactorAuthEnabled.
*/
@java.lang.Override
@@ -3518,7 +3684,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* bool two_factor_auth_enabled = 15 [deprecated = true];
* @deprecated clarifai.api.User.two_factor_auth_enabled is deprecated.
- * See proto/clarifai/api/resources.proto;l=2465
+ * See proto/clarifai/api/resources.proto;l=2466
* @param value The twoFactorAuthEnabled to set.
* @return This builder for chaining.
*/
@@ -3531,7 +3697,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* bool two_factor_auth_enabled = 15 [deprecated = true];
* @deprecated clarifai.api.User.two_factor_auth_enabled is deprecated.
- * See proto/clarifai/api/resources.proto;l=2465
+ * See proto/clarifai/api/resources.proto;l=2466
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearTwoFactorAuthEnabled() {
@@ -3545,7 +3711,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* uint32 teams_count = 16 [deprecated = true];
* @deprecated clarifai.api.User.teams_count is deprecated.
- * See proto/clarifai/api/resources.proto;l=2466
+ * See proto/clarifai/api/resources.proto;l=2467
* @return The teamsCount.
*/
@java.lang.Override
@@ -3555,7 +3721,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* uint32 teams_count = 16 [deprecated = true];
* @deprecated clarifai.api.User.teams_count is deprecated.
- * See proto/clarifai/api/resources.proto;l=2466
+ * See proto/clarifai/api/resources.proto;l=2467
* @param value The teamsCount to set.
* @return This builder for chaining.
*/
@@ -3568,7 +3734,7 @@ private void ensureEmailAddressesIsMutable() {
/**
* uint32 teams_count = 16 [deprecated = true];
* @deprecated clarifai.api.User.teams_count is deprecated.
- * See proto/clarifai/api/resources.proto;l=2466
+ * See proto/clarifai/api/resources.proto;l=2467
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearTeamsCount() {
diff --git a/src/main/java/com/clarifai/grpc/api/UserOrBuilder.java b/src/main/java/com/clarifai/grpc/api/UserOrBuilder.java
index 4893fa1..93b65b0 100644
--- a/src/main/java/com/clarifai/grpc/api/UserOrBuilder.java
+++ b/src/main/java/com/clarifai/grpc/api/UserOrBuilder.java
@@ -95,17 +95,37 @@ public interface UserOrBuilder extends
com.google.protobuf.ByteString
getJobRoleBytes();
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The intention.
+ */
+ java.lang.String getIntention();
+ /**
+ *
+ * This specifies user intent when registering on clarifai
+ *
+ *
+ * string intention = 24;
+ * @return The bytes for intention.
+ */
+ com.google.protobuf.ByteString
+ getIntentionBytes();
+
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The billType.
*/
@java.lang.Deprecated java.lang.String getBillType();
/**
* string bill_type = 7 [deprecated = true];
* @deprecated clarifai.api.User.bill_type is deprecated.
- * See proto/clarifai/api/resources.proto;l=2447
+ * See proto/clarifai/api/resources.proto;l=2448
* @return The bytes for billType.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
@@ -153,14 +173,14 @@ public interface UserOrBuilder extends
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return Whether the dateGdprConsent field is set.
*/
@java.lang.Deprecated boolean hasDateGdprConsent();
/**
* .google.protobuf.Timestamp date_gdpr_consent = 8 [deprecated = true];
* @deprecated clarifai.api.User.date_gdpr_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2455
+ * See proto/clarifai/api/resources.proto;l=2456
* @return The dateGdprConsent.
*/
@java.lang.Deprecated com.google.protobuf.Timestamp getDateGdprConsent();
@@ -172,14 +192,14 @@ public interface UserOrBuilder extends
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return Whether the dateTosConsent field is set.
*/
@java.lang.Deprecated boolean hasDateTosConsent();
/**
* .google.protobuf.Timestamp date_tos_consent = 9 [deprecated = true];
* @deprecated clarifai.api.User.date_tos_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2456
+ * See proto/clarifai/api/resources.proto;l=2457
* @return The dateTosConsent.
*/
@java.lang.Deprecated com.google.protobuf.Timestamp getDateTosConsent();
@@ -191,14 +211,14 @@ public interface UserOrBuilder extends
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return Whether the dateMarketingConsent field is set.
*/
@java.lang.Deprecated boolean hasDateMarketingConsent();
/**
* .google.protobuf.Timestamp date_marketing_consent = 10 [deprecated = true];
* @deprecated clarifai.api.User.date_marketing_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2457
+ * See proto/clarifai/api/resources.proto;l=2458
* @return The dateMarketingConsent.
*/
@java.lang.Deprecated com.google.protobuf.Timestamp getDateMarketingConsent();
@@ -210,14 +230,14 @@ public interface UserOrBuilder extends
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return Whether the datePiiConsent field is set.
*/
@java.lang.Deprecated boolean hasDatePiiConsent();
/**
* .google.protobuf.Timestamp date_pii_consent = 23 [deprecated = true];
* @deprecated clarifai.api.User.date_pii_consent is deprecated.
- * See proto/clarifai/api/resources.proto;l=2458
+ * See proto/clarifai/api/resources.proto;l=2459
* @return The datePiiConsent.
*/
@java.lang.Deprecated com.google.protobuf.Timestamp getDatePiiConsent();
@@ -234,7 +254,7 @@ public interface UserOrBuilder extends
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return Whether the metadata field is set.
*/
@java.lang.Deprecated boolean hasMetadata();
@@ -246,7 +266,7 @@ public interface UserOrBuilder extends
*
* .google.protobuf.Struct metadata = 11 [deprecated = true];
* @deprecated clarifai.api.User.metadata is deprecated.
- * See proto/clarifai/api/resources.proto;l=2462
+ * See proto/clarifai/api/resources.proto;l=2463
* @return The metadata.
*/
@java.lang.Deprecated com.google.protobuf.Struct getMetadata();
@@ -287,7 +307,7 @@ public interface UserOrBuilder extends
/**
* bool two_factor_auth_enabled = 15 [deprecated = true];
* @deprecated clarifai.api.User.two_factor_auth_enabled is deprecated.
- * See proto/clarifai/api/resources.proto;l=2465
+ * See proto/clarifai/api/resources.proto;l=2466
* @return The twoFactorAuthEnabled.
*/
@java.lang.Deprecated boolean getTwoFactorAuthEnabled();
@@ -295,7 +315,7 @@ public interface UserOrBuilder extends
/**
* uint32 teams_count = 16 [deprecated = true];
* @deprecated clarifai.api.User.teams_count is deprecated.
- * See proto/clarifai/api/resources.proto;l=2466
+ * See proto/clarifai/api/resources.proto;l=2467
* @return The teamsCount.
*/
@java.lang.Deprecated int getTeamsCount();