getAudiencesList() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2478,11 +2479,11 @@ public int getAudiencesCount() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2504,11 +2505,11 @@ public java.lang.String getAudiences(int index) {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2539,11 +2540,11 @@ private void ensureAudiencesIsMutable() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2567,11 +2568,11 @@ private void setAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2594,11 +2595,11 @@ private void addAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2621,11 +2622,11 @@ private void addAllAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2644,11 +2645,11 @@ private void clearAudiences() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -2755,13 +2756,13 @@ private void setPresenterBytes(
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -2780,13 +2781,13 @@ public boolean hasClaims() {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -2805,13 +2806,13 @@ public com.google.protobuf.Struct getClaims() {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -2831,13 +2832,13 @@ private void setClaims(com.google.protobuf.Struct value) {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -2864,13 +2865,13 @@ private void mergeClaims(com.google.protobuf.Struct value) {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3265,11 +3266,11 @@ public Builder setPrincipalBytes(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3292,11 +3293,11 @@ public Builder setPrincipalBytes(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3317,11 +3318,11 @@ public int getAudiencesCount() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3343,11 +3344,11 @@ public java.lang.String getAudiences(int index) {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3370,11 +3371,11 @@ public java.lang.String getAudiences(int index) {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3399,11 +3400,11 @@ public Builder setAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3427,11 +3428,11 @@ public Builder addAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3455,11 +3456,11 @@ public Builder addAllAudiences(
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3481,11 +3482,11 @@ public Builder clearAudiences() {
* the following pieces of information:
*
* * The services intended to receive the credential. For example,
- * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
* * A set of service-based scopes. For example,
- * ["https://www.googleapis.com/auth/cloud-platform"].
+ * ["https://www.googleapis.com/auth/cloud-platform"].
* * The client id of an app, such as the Firebase project id for JWTs
- * from Firebase Auth.
+ * from Firebase Auth.
*
* Consult the documentation for the credential issuer to determine the
* information provided.
@@ -3593,13 +3594,13 @@ public Builder setPresenterBytes(
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3618,13 +3619,13 @@ public boolean hasClaims() {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3643,13 +3644,13 @@ public com.google.protobuf.Struct getClaims() {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3669,13 +3670,13 @@ public Builder setClaims(com.google.protobuf.Struct value) {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3696,13 +3697,13 @@ public Builder setClaims(
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -3722,13 +3723,13 @@ public Builder mergeClaims(com.google.protobuf.Struct value) {
* is a subset of the standard required and optional claims that would
* typically be presented for a Google-based JWT:
*
- * {'iss': 'accounts.google.com',
- * 'sub': '113289723416554971153',
- * 'aud': ['123456789012', 'pubsub.googleapis.com'],
- * 'azp': '123456789012.apps.googleusercontent.com',
- * 'email': 'jsmith@example.com',
- * 'iat': 1353601026,
- * 'exp': 1353604926}
+ * {'iss': 'accounts.google.com',
+ * 'sub': '113289723416554971153',
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
+ * 'azp': '123456789012.apps.googleusercontent.com',
+ * 'email': 'jsmith@example.com',
+ * 'iat': 1353601026,
+ * 'exp': 1353604926}
*
* SAML assertions are similarly specified, but with an identity provider
* dependent structure.
@@ -7426,11 +7427,11 @@ public interface ResourceOrBuilder extends
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -7446,11 +7447,11 @@ public interface ResourceOrBuilder extends
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -7907,11 +7908,11 @@ private void setServiceBytes(
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -7930,11 +7931,11 @@ public java.lang.String getName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -7954,11 +7955,11 @@ public java.lang.String getName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -7979,11 +7980,11 @@ private void setName(
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -8001,11 +8002,11 @@ private void clearName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -9102,11 +9103,11 @@ public Builder setServiceBytes(
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -9125,11 +9126,11 @@ public java.lang.String getName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -9149,11 +9150,11 @@ public java.lang.String getName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -9175,11 +9176,11 @@ public Builder setName(
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
@@ -9199,11 +9200,11 @@ public Builder clearName() {
* The differences between a resource name and a URI are:
*
* * Resource name is a logical identifier, independent of network
- * protocol and API version. For example,
- * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
+ * protocol and API version. For example,
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
* * URI often includes protocol and version information, so it can
- * be used directly by applications. For example,
- * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
+ * be used directly by applications. For example,
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
*
* See https://cloud.google.com/apis/design/resource_names for details.
*
diff --git a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextOrBuilder.java
index 91df6201d..1cffb00ea 100644
--- a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/rpc/context/attribute_context.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.rpc.context;
public interface AttributeContextOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextProto.java b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextProto.java
index 9e50260f4..1014327df 100644
--- a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextProto.java
+++ b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContextProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/rpc/context/attribute_context.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.rpc.context;
public final class AttributeContextProto {
diff --git a/core/sdk/src/main/gen/com/google/type/CalendarPeriod.java b/core/sdk/src/main/gen/com/google/type/CalendarPeriod.java
index 883fd5a5b..ba0fc61f9 100644
--- a/core/sdk/src/main/gen/com/google/type/CalendarPeriod.java
+++ b/core/sdk/src/main/gen/com/google/type/CalendarPeriod.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/calendar_period.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/CalendarPeriodProto.java b/core/sdk/src/main/gen/com/google/type/CalendarPeriodProto.java
index 49b7bd066..7838beba1 100644
--- a/core/sdk/src/main/gen/com/google/type/CalendarPeriodProto.java
+++ b/core/sdk/src/main/gen/com/google/type/CalendarPeriodProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/calendar_period.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class CalendarPeriodProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Color.java b/core/sdk/src/main/gen/com/google/type/Color.java
index c34321fca..a7882dafb 100644
--- a/core/sdk/src/main/gen/com/google/type/Color.java
+++ b/core/sdk/src/main/gen/com/google/type/Color.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/color.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -26,110 +27,110 @@
*
* Example (Java):
*
- * import com.google.type.Color;
+ * import com.google.type.Color;
*
- * // ...
- * public static java.awt.Color fromProto(Color protocolor) {
- * float alpha = protocolor.hasAlpha()
- * ? protocolor.getAlpha().getValue()
- * : 1.0;
+ * // ...
+ * public static java.awt.Color fromProto(Color protocolor) {
+ * float alpha = protocolor.hasAlpha()
+ * ? protocolor.getAlpha().getValue()
+ * : 1.0;
*
- * return new java.awt.Color(
- * protocolor.getRed(),
- * protocolor.getGreen(),
- * protocolor.getBlue(),
- * alpha);
- * }
+ * return new java.awt.Color(
+ * protocolor.getRed(),
+ * protocolor.getGreen(),
+ * protocolor.getBlue(),
+ * alpha);
+ * }
*
- * public static Color toProto(java.awt.Color color) {
- * float red = (float) color.getRed();
- * float green = (float) color.getGreen();
- * float blue = (float) color.getBlue();
- * float denominator = 255.0;
- * Color.Builder resultBuilder =
- * Color
- * .newBuilder()
- * .setRed(red / denominator)
- * .setGreen(green / denominator)
- * .setBlue(blue / denominator);
- * int alpha = color.getAlpha();
- * if (alpha != 255) {
- * result.setAlpha(
- * FloatValue
- * .newBuilder()
- * .setValue(((float) alpha) / denominator)
- * .build());
- * }
- * return resultBuilder.build();
- * }
- * // ...
+ * public static Color toProto(java.awt.Color color) {
+ * float red = (float) color.getRed();
+ * float green = (float) color.getGreen();
+ * float blue = (float) color.getBlue();
+ * float denominator = 255.0;
+ * Color.Builder resultBuilder =
+ * Color
+ * .newBuilder()
+ * .setRed(red / denominator)
+ * .setGreen(green / denominator)
+ * .setBlue(blue / denominator);
+ * int alpha = color.getAlpha();
+ * if (alpha != 255) {
+ * result.setAlpha(
+ * FloatValue
+ * .newBuilder()
+ * .setValue(((float) alpha) / denominator)
+ * .build());
+ * }
+ * return resultBuilder.build();
+ * }
+ * // ...
*
* Example (iOS / Obj-C):
*
- * // ...
- * static UIColor* fromProto(Color* protocolor) {
- * float red = [protocolor red];
- * float green = [protocolor green];
- * float blue = [protocolor blue];
- * FloatValue* alpha_wrapper = [protocolor alpha];
- * float alpha = 1.0;
- * if (alpha_wrapper != nil) {
- * alpha = [alpha_wrapper value];
- * }
- * return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
- * }
+ * // ...
+ * static UIColor* fromProto(Color* protocolor) {
+ * float red = [protocolor red];
+ * float green = [protocolor green];
+ * float blue = [protocolor blue];
+ * FloatValue* alpha_wrapper = [protocolor alpha];
+ * float alpha = 1.0;
+ * if (alpha_wrapper != nil) {
+ * alpha = [alpha_wrapper value];
+ * }
+ * return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
+ * }
*
- * static Color* toProto(UIColor* color) {
- * CGFloat red, green, blue, alpha;
- * if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
- * return nil;
- * }
- * Color* result = [[Color alloc] init];
- * [result setRed:red];
- * [result setGreen:green];
- * [result setBlue:blue];
- * if (alpha <= 0.9999) {
- * [result setAlpha:floatWrapperWithValue(alpha)];
- * }
- * [result autorelease];
- * return result;
- * }
- * // ...
+ * static Color* toProto(UIColor* color) {
+ * CGFloat red, green, blue, alpha;
+ * if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
+ * return nil;
+ * }
+ * Color* result = [[Color alloc] init];
+ * [result setRed:red];
+ * [result setGreen:green];
+ * [result setBlue:blue];
+ * if (alpha <= 0.9999) {
+ * [result setAlpha:floatWrapperWithValue(alpha)];
+ * }
+ * [result autorelease];
+ * return result;
+ * }
+ * // ...
*
- * Example (JavaScript):
+ * Example (JavaScript):
*
- * // ...
+ * // ...
*
- * var protoToCssColor = function(rgb_color) {
- * var redFrac = rgb_color.red || 0.0;
- * var greenFrac = rgb_color.green || 0.0;
- * var blueFrac = rgb_color.blue || 0.0;
- * var red = Math.floor(redFrac * 255);
- * var green = Math.floor(greenFrac * 255);
- * var blue = Math.floor(blueFrac * 255);
+ * var protoToCssColor = function(rgb_color) {
+ * var redFrac = rgb_color.red || 0.0;
+ * var greenFrac = rgb_color.green || 0.0;
+ * var blueFrac = rgb_color.blue || 0.0;
+ * var red = Math.floor(redFrac * 255);
+ * var green = Math.floor(greenFrac * 255);
+ * var blue = Math.floor(blueFrac * 255);
*
- * if (!('alpha' in rgb_color)) {
- * return rgbToCssColor(red, green, blue);
- * }
+ * if (!('alpha' in rgb_color)) {
+ * return rgbToCssColor(red, green, blue);
+ * }
*
- * var alphaFrac = rgb_color.alpha.value || 0.0;
- * var rgbParams = [red, green, blue].join(',');
- * return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
- * };
+ * var alphaFrac = rgb_color.alpha.value || 0.0;
+ * var rgbParams = [red, green, blue].join(',');
+ * return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
+ * };
*
- * var rgbToCssColor = function(red, green, blue) {
- * var rgbNumber = new Number((red << 16) | (green << 8) | blue);
- * var hexString = rgbNumber.toString(16);
- * var missingZeros = 6 - hexString.length;
- * var resultBuilder = ['#'];
- * for (var i = 0; i < missingZeros; i++) {
- * resultBuilder.push('0');
- * }
- * resultBuilder.push(hexString);
- * return resultBuilder.join('');
- * };
+ * var rgbToCssColor = function(red, green, blue) {
+ * var rgbNumber = new Number((red << 16) | (green << 8) | blue);
+ * var hexString = rgbNumber.toString(16);
+ * var missingZeros = 6 - hexString.length;
+ * var resultBuilder = ['#'];
+ * for (var i = 0; i < missingZeros; i++) {
+ * resultBuilder.push('0');
+ * }
+ * resultBuilder.push(hexString);
+ * return resultBuilder.join('');
+ * };
*
- * // ...
+ * // ...
*
*
* Protobuf type {@code google.type.Color}
@@ -263,7 +264,7 @@ private void clearBlue() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -284,7 +285,7 @@ public boolean hasAlpha() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -305,7 +306,7 @@ public com.google.protobuf.FloatValue getAlpha() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -327,7 +328,7 @@ private void setAlpha(com.google.protobuf.FloatValue value) {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -356,7 +357,7 @@ private void mergeAlpha(com.google.protobuf.FloatValue value) {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -477,110 +478,110 @@ public static Builder newBuilder(com.google.type.Color prototype) {
*
* Example (Java):
*
- * import com.google.type.Color;
- *
- * // ...
- * public static java.awt.Color fromProto(Color protocolor) {
- * float alpha = protocolor.hasAlpha()
- * ? protocolor.getAlpha().getValue()
- * : 1.0;
- *
- * return new java.awt.Color(
- * protocolor.getRed(),
- * protocolor.getGreen(),
- * protocolor.getBlue(),
- * alpha);
- * }
- *
- * public static Color toProto(java.awt.Color color) {
- * float red = (float) color.getRed();
- * float green = (float) color.getGreen();
- * float blue = (float) color.getBlue();
- * float denominator = 255.0;
- * Color.Builder resultBuilder =
- * Color
- * .newBuilder()
- * .setRed(red / denominator)
- * .setGreen(green / denominator)
- * .setBlue(blue / denominator);
- * int alpha = color.getAlpha();
- * if (alpha != 255) {
- * result.setAlpha(
- * FloatValue
- * .newBuilder()
- * .setValue(((float) alpha) / denominator)
- * .build());
- * }
- * return resultBuilder.build();
- * }
- * // ...
+ * import com.google.type.Color;
+ *
+ * // ...
+ * public static java.awt.Color fromProto(Color protocolor) {
+ * float alpha = protocolor.hasAlpha()
+ * ? protocolor.getAlpha().getValue()
+ * : 1.0;
+ *
+ * return new java.awt.Color(
+ * protocolor.getRed(),
+ * protocolor.getGreen(),
+ * protocolor.getBlue(),
+ * alpha);
+ * }
+ *
+ * public static Color toProto(java.awt.Color color) {
+ * float red = (float) color.getRed();
+ * float green = (float) color.getGreen();
+ * float blue = (float) color.getBlue();
+ * float denominator = 255.0;
+ * Color.Builder resultBuilder =
+ * Color
+ * .newBuilder()
+ * .setRed(red / denominator)
+ * .setGreen(green / denominator)
+ * .setBlue(blue / denominator);
+ * int alpha = color.getAlpha();
+ * if (alpha != 255) {
+ * result.setAlpha(
+ * FloatValue
+ * .newBuilder()
+ * .setValue(((float) alpha) / denominator)
+ * .build());
+ * }
+ * return resultBuilder.build();
+ * }
+ * // ...
*
* Example (iOS / Obj-C):
*
- * // ...
- * static UIColor* fromProto(Color* protocolor) {
- * float red = [protocolor red];
- * float green = [protocolor green];
- * float blue = [protocolor blue];
- * FloatValue* alpha_wrapper = [protocolor alpha];
- * float alpha = 1.0;
- * if (alpha_wrapper != nil) {
- * alpha = [alpha_wrapper value];
- * }
- * return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
- * }
- *
- * static Color* toProto(UIColor* color) {
- * CGFloat red, green, blue, alpha;
- * if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
- * return nil;
- * }
- * Color* result = [[Color alloc] init];
- * [result setRed:red];
- * [result setGreen:green];
- * [result setBlue:blue];
- * if (alpha <= 0.9999) {
- * [result setAlpha:floatWrapperWithValue(alpha)];
- * }
- * [result autorelease];
- * return result;
- * }
- * // ...
- *
- * Example (JavaScript):
- *
- * // ...
- *
- * var protoToCssColor = function(rgb_color) {
- * var redFrac = rgb_color.red || 0.0;
- * var greenFrac = rgb_color.green || 0.0;
- * var blueFrac = rgb_color.blue || 0.0;
- * var red = Math.floor(redFrac * 255);
- * var green = Math.floor(greenFrac * 255);
- * var blue = Math.floor(blueFrac * 255);
- *
- * if (!('alpha' in rgb_color)) {
- * return rgbToCssColor(red, green, blue);
- * }
- *
- * var alphaFrac = rgb_color.alpha.value || 0.0;
- * var rgbParams = [red, green, blue].join(',');
- * return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
- * };
- *
- * var rgbToCssColor = function(red, green, blue) {
- * var rgbNumber = new Number((red << 16) | (green << 8) | blue);
- * var hexString = rgbNumber.toString(16);
- * var missingZeros = 6 - hexString.length;
- * var resultBuilder = ['#'];
- * for (var i = 0; i < missingZeros; i++) {
- * resultBuilder.push('0');
- * }
- * resultBuilder.push(hexString);
- * return resultBuilder.join('');
- * };
- *
- * // ...
+ * // ...
+ * static UIColor* fromProto(Color* protocolor) {
+ * float red = [protocolor red];
+ * float green = [protocolor green];
+ * float blue = [protocolor blue];
+ * FloatValue* alpha_wrapper = [protocolor alpha];
+ * float alpha = 1.0;
+ * if (alpha_wrapper != nil) {
+ * alpha = [alpha_wrapper value];
+ * }
+ * return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
+ * }
+ *
+ * static Color* toProto(UIColor* color) {
+ * CGFloat red, green, blue, alpha;
+ * if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
+ * return nil;
+ * }
+ * Color* result = [[Color alloc] init];
+ * [result setRed:red];
+ * [result setGreen:green];
+ * [result setBlue:blue];
+ * if (alpha <= 0.9999) {
+ * [result setAlpha:floatWrapperWithValue(alpha)];
+ * }
+ * [result autorelease];
+ * return result;
+ * }
+ * // ...
+ *
+ * Example (JavaScript):
+ *
+ * // ...
+ *
+ * var protoToCssColor = function(rgb_color) {
+ * var redFrac = rgb_color.red || 0.0;
+ * var greenFrac = rgb_color.green || 0.0;
+ * var blueFrac = rgb_color.blue || 0.0;
+ * var red = Math.floor(redFrac * 255);
+ * var green = Math.floor(greenFrac * 255);
+ * var blue = Math.floor(blueFrac * 255);
+ *
+ * if (!('alpha' in rgb_color)) {
+ * return rgbToCssColor(red, green, blue);
+ * }
+ *
+ * var alphaFrac = rgb_color.alpha.value || 0.0;
+ * var rgbParams = [red, green, blue].join(',');
+ * return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
+ * };
+ *
+ * var rgbToCssColor = function(red, green, blue) {
+ * var rgbNumber = new Number((red << 16) | (green << 8) | blue);
+ * var hexString = rgbNumber.toString(16);
+ * var missingZeros = 6 - hexString.length;
+ * var resultBuilder = ['#'];
+ * for (var i = 0; i < missingZeros; i++) {
+ * resultBuilder.push('0');
+ * }
+ * resultBuilder.push(hexString);
+ * return resultBuilder.join('');
+ * };
+ *
+ * // ...
*
*
* Protobuf type {@code google.type.Color}
@@ -721,7 +722,7 @@ public Builder clearBlue() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -742,7 +743,7 @@ public boolean hasAlpha() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -763,7 +764,7 @@ public com.google.protobuf.FloatValue getAlpha() {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -785,7 +786,7 @@ public Builder setAlpha(com.google.protobuf.FloatValue value) {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -808,7 +809,7 @@ public Builder setAlpha(
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -830,7 +831,7 @@ public Builder mergeAlpha(com.google.protobuf.FloatValue value) {
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
diff --git a/core/sdk/src/main/gen/com/google/type/ColorOrBuilder.java b/core/sdk/src/main/gen/com/google/type/ColorOrBuilder.java
index 493494c58..30e68369e 100644
--- a/core/sdk/src/main/gen/com/google/type/ColorOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/ColorOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/color.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface ColorOrBuilder extends
@@ -43,7 +44,7 @@ public interface ColorOrBuilder extends
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
@@ -62,7 +63,7 @@ public interface ColorOrBuilder extends
* The fraction of this color that should be applied to the pixel. That is,
* the final pixel color is defined by the equation:
*
- * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
*
* This means that a value of 1.0 corresponds to a solid color, whereas
* a value of 0.0 corresponds to a completely transparent color. This
diff --git a/core/sdk/src/main/gen/com/google/type/ColorProto.java b/core/sdk/src/main/gen/com/google/type/ColorProto.java
index 5222be293..973067c50 100644
--- a/core/sdk/src/main/gen/com/google/type/ColorProto.java
+++ b/core/sdk/src/main/gen/com/google/type/ColorProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/color.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class ColorProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Date.java b/core/sdk/src/main/gen/com/google/type/Date.java
index 82313948e..9a2e35181 100644
--- a/core/sdk/src/main/gen/com/google/type/Date.java
+++ b/core/sdk/src/main/gen/com/google/type/Date.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/date.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/DateOrBuilder.java b/core/sdk/src/main/gen/com/google/type/DateOrBuilder.java
index 8fcf71a98..a30569ddf 100644
--- a/core/sdk/src/main/gen/com/google/type/DateOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/DateOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/date.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface DateOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/DateProto.java b/core/sdk/src/main/gen/com/google/type/DateProto.java
index 9bf9cd129..1f9410229 100644
--- a/core/sdk/src/main/gen/com/google/type/DateProto.java
+++ b/core/sdk/src/main/gen/com/google/type/DateProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/date.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class DateProto {
diff --git a/core/sdk/src/main/gen/com/google/type/DateTime.java b/core/sdk/src/main/gen/com/google/type/DateTime.java
index 8b2f20acd..bdb5d9703 100644
--- a/core/sdk/src/main/gen/com/google/type/DateTime.java
+++ b/core/sdk/src/main/gen/com/google/type/DateTime.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/datetime.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -10,12 +11,12 @@
*
* This type can represent a civil time in one of a few possible ways:
*
- * * When utc_offset is set and time_zone is unset: a civil time on a calendar
- * day with a particular offset from UTC.
- * * When time_zone is set and utc_offset is unset: a civil time on a calendar
- * day in a particular time zone.
- * * When neither time_zone nor utc_offset is set: a civil time on a calendar
- * day in local time.
+ * * When utc_offset is set and time_zone is unset: a civil time on a calendar
+ * day with a particular offset from UTC.
+ * * When time_zone is set and utc_offset is unset: a civil time on a calendar
+ * day in a particular time zone.
+ * * When neither time_zone nor utc_offset is set: a civil time on a calendar
+ * day in local time.
*
* The date is relative to the Proleptic Gregorian Calendar.
*
@@ -607,12 +608,12 @@ public static Builder newBuilder(com.google.type.DateTime prototype) {
*
* This type can represent a civil time in one of a few possible ways:
*
- * * When utc_offset is set and time_zone is unset: a civil time on a calendar
- * day with a particular offset from UTC.
- * * When time_zone is set and utc_offset is unset: a civil time on a calendar
- * day in a particular time zone.
- * * When neither time_zone nor utc_offset is set: a civil time on a calendar
- * day in local time.
+ * * When utc_offset is set and time_zone is unset: a civil time on a calendar
+ * day with a particular offset from UTC.
+ * * When time_zone is set and utc_offset is unset: a civil time on a calendar
+ * day in a particular time zone.
+ * * When neither time_zone nor utc_offset is set: a civil time on a calendar
+ * day in local time.
*
* The date is relative to the Proleptic Gregorian Calendar.
*
diff --git a/core/sdk/src/main/gen/com/google/type/DateTimeOrBuilder.java b/core/sdk/src/main/gen/com/google/type/DateTimeOrBuilder.java
index 9a10000f5..cd8b30976 100644
--- a/core/sdk/src/main/gen/com/google/type/DateTimeOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/DateTimeOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/datetime.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface DateTimeOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/DateTimeProto.java b/core/sdk/src/main/gen/com/google/type/DateTimeProto.java
index 826b4c6d5..4d6411cc6 100644
--- a/core/sdk/src/main/gen/com/google/type/DateTimeProto.java
+++ b/core/sdk/src/main/gen/com/google/type/DateTimeProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/datetime.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class DateTimeProto {
diff --git a/core/sdk/src/main/gen/com/google/type/DayOfWeek.java b/core/sdk/src/main/gen/com/google/type/DayOfWeek.java
index adca0cd26..4ca3eea86 100644
--- a/core/sdk/src/main/gen/com/google/type/DayOfWeek.java
+++ b/core/sdk/src/main/gen/com/google/type/DayOfWeek.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/dayofweek.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/DayOfWeekProto.java b/core/sdk/src/main/gen/com/google/type/DayOfWeekProto.java
index 727354593..2c6c50841 100644
--- a/core/sdk/src/main/gen/com/google/type/DayOfWeekProto.java
+++ b/core/sdk/src/main/gen/com/google/type/DayOfWeekProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/dayofweek.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class DayOfWeekProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Decimal.java b/core/sdk/src/main/gen/com/google/type/Decimal.java
index d72f1a85f..ec941da7b 100644
--- a/core/sdk/src/main/gen/com/google/type/Decimal.java
+++ b/core/sdk/src/main/gen/com/google/type/Decimal.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/decimal.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -46,10 +47,10 @@ private Decimal() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -64,17 +65,17 @@ private Decimal() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -117,10 +118,10 @@ public java.lang.String getValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -135,17 +136,17 @@ public java.lang.String getValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -189,10 +190,10 @@ public java.lang.String getValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -207,17 +208,17 @@ public java.lang.String getValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -262,10 +263,10 @@ private void setValue(
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -280,17 +281,17 @@ private void setValue(
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -332,10 +333,10 @@ private void clearValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -350,17 +351,17 @@ private void clearValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -513,10 +514,10 @@ private Builder() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -531,17 +532,17 @@ private Builder() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -584,10 +585,10 @@ public java.lang.String getValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -602,17 +603,17 @@ public java.lang.String getValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -656,10 +657,10 @@ public java.lang.String getValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -674,17 +675,17 @@ public java.lang.String getValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -730,10 +731,10 @@ public Builder setValue(
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -748,17 +749,17 @@ public Builder setValue(
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -802,10 +803,10 @@ public Builder clearValue() {
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -820,17 +821,17 @@ public Builder clearValue() {
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
diff --git a/core/sdk/src/main/gen/com/google/type/DecimalOrBuilder.java b/core/sdk/src/main/gen/com/google/type/DecimalOrBuilder.java
index 2414e82d8..02d824bee 100644
--- a/core/sdk/src/main/gen/com/google/type/DecimalOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/DecimalOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/decimal.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface DecimalOrBuilder extends
@@ -27,10 +28,10 @@ public interface DecimalOrBuilder extends
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -45,17 +46,17 @@ public interface DecimalOrBuilder extends
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
@@ -95,10 +96,10 @@ public interface DecimalOrBuilder extends
*
* Services **should** normalize decimal values before storing them by:
*
- * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
- * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
- * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
- * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
+ * - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
+ * - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
+ * - Coercing the exponent character to lower-case (`2.5E8` -> `2.5e8`).
+ * - Removing an explicitly-provided zero exponent (`2.5e0` -> `2.5`).
*
* Services **may** perform additional normalization based on its own needs
* and the internal decimal implementation selected, such as shifting the
@@ -113,17 +114,17 @@ public interface DecimalOrBuilder extends
*
* The ENBF grammar is:
*
- * DecimalString =
- * [Sign] Significand [Exponent];
+ * DecimalString =
+ * [Sign] Significand [Exponent];
*
- * Sign = '+' | '-';
+ * Sign = '+' | '-';
*
- * Significand =
- * Digits ['.'] [Digits] | [Digits] '.' Digits;
+ * Significand =
+ * Digits ['.'] [Digits] | [Digits] '.' Digits;
*
- * Exponent = ('e' | 'E') [Sign] Digits;
+ * Exponent = ('e' | 'E') [Sign] Digits;
*
- * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
+ * Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
*
* Services **should** clearly document the range of supported values, the
* maximum supported precision (total number of digits), and, if applicable,
diff --git a/core/sdk/src/main/gen/com/google/type/DecimalProto.java b/core/sdk/src/main/gen/com/google/type/DecimalProto.java
index cb64ff0d2..9762d462c 100644
--- a/core/sdk/src/main/gen/com/google/type/DecimalProto.java
+++ b/core/sdk/src/main/gen/com/google/type/DecimalProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/decimal.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class DecimalProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Expr.java b/core/sdk/src/main/gen/com/google/type/Expr.java
index 37eb75a95..5e3c6b870 100644
--- a/core/sdk/src/main/gen/com/google/type/Expr.java
+++ b/core/sdk/src/main/gen/com/google/type/Expr.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/expr.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -12,27 +13,27 @@
*
* Example (Comparison):
*
- * title: "Summary size limit"
- * description: "Determines if a summary is less than 100 chars"
- * expression: "document.summary.size() < 100"
+ * title: "Summary size limit"
+ * description: "Determines if a summary is less than 100 chars"
+ * expression: "document.summary.size() < 100"
*
* Example (Equality):
*
- * title: "Requestor is owner"
- * description: "Determines if requestor is the document owner"
- * expression: "document.owner == request.auth.claims.email"
+ * title: "Requestor is owner"
+ * description: "Determines if requestor is the document owner"
+ * expression: "document.owner == request.auth.claims.email"
*
* Example (Logic):
*
- * title: "Public documents"
- * description: "Determine whether the document should be publicly visible"
- * expression: "document.type != 'private' && document.type != 'internal'"
+ * title: "Public documents"
+ * description: "Determine whether the document should be publicly visible"
+ * expression: "document.type != 'private' && document.type != 'internal'"
*
* Example (Data Manipulation):
*
- * title: "Notification string"
- * description: "Create a notification string with a timestamp."
- * expression: "'New message received at ' + string(document.create_time)"
+ * title: "Notification string"
+ * description: "Create a notification string with a timestamp."
+ * expression: "'New message received at ' + string(document.create_time)"
*
* The exact variables and functions that may be referenced within an expression
* are determined by the service that evaluates it. See the service
@@ -436,27 +437,27 @@ public static Builder newBuilder(com.google.type.Expr prototype) {
*
* Example (Comparison):
*
- * title: "Summary size limit"
- * description: "Determines if a summary is less than 100 chars"
- * expression: "document.summary.size() < 100"
+ * title: "Summary size limit"
+ * description: "Determines if a summary is less than 100 chars"
+ * expression: "document.summary.size() < 100"
*
* Example (Equality):
*
- * title: "Requestor is owner"
- * description: "Determines if requestor is the document owner"
- * expression: "document.owner == request.auth.claims.email"
+ * title: "Requestor is owner"
+ * description: "Determines if requestor is the document owner"
+ * expression: "document.owner == request.auth.claims.email"
*
* Example (Logic):
*
- * title: "Public documents"
- * description: "Determine whether the document should be publicly visible"
- * expression: "document.type != 'private' && document.type != 'internal'"
+ * title: "Public documents"
+ * description: "Determine whether the document should be publicly visible"
+ * expression: "document.type != 'private' && document.type != 'internal'"
*
* Example (Data Manipulation):
*
- * title: "Notification string"
- * description: "Create a notification string with a timestamp."
- * expression: "'New message received at ' + string(document.create_time)"
+ * title: "Notification string"
+ * description: "Create a notification string with a timestamp."
+ * expression: "'New message received at ' + string(document.create_time)"
*
* The exact variables and functions that may be referenced within an expression
* are determined by the service that evaluates it. See the service
diff --git a/core/sdk/src/main/gen/com/google/type/ExprOrBuilder.java b/core/sdk/src/main/gen/com/google/type/ExprOrBuilder.java
index b912c1b5d..723f1388b 100644
--- a/core/sdk/src/main/gen/com/google/type/ExprOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/ExprOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/expr.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface ExprOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/ExprProto.java b/core/sdk/src/main/gen/com/google/type/ExprProto.java
index 2284bf4c8..9b7ae87f3 100644
--- a/core/sdk/src/main/gen/com/google/type/ExprProto.java
+++ b/core/sdk/src/main/gen/com/google/type/ExprProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/expr.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class ExprProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Fraction.java b/core/sdk/src/main/gen/com/google/type/Fraction.java
index 632383c53..5145d9243 100644
--- a/core/sdk/src/main/gen/com/google/type/Fraction.java
+++ b/core/sdk/src/main/gen/com/google/type/Fraction.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/fraction.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/FractionOrBuilder.java b/core/sdk/src/main/gen/com/google/type/FractionOrBuilder.java
index bad41dd3f..62e705e2b 100644
--- a/core/sdk/src/main/gen/com/google/type/FractionOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/FractionOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/fraction.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface FractionOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/FractionProto.java b/core/sdk/src/main/gen/com/google/type/FractionProto.java
index 2188dfccb..b2c662d22 100644
--- a/core/sdk/src/main/gen/com/google/type/FractionProto.java
+++ b/core/sdk/src/main/gen/com/google/type/FractionProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/fraction.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class FractionProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Interval.java b/core/sdk/src/main/gen/com/google/type/Interval.java
index 0b615781d..0c450e539 100644
--- a/core/sdk/src/main/gen/com/google/type/Interval.java
+++ b/core/sdk/src/main/gen/com/google/type/Interval.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/interval.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/IntervalOrBuilder.java b/core/sdk/src/main/gen/com/google/type/IntervalOrBuilder.java
index 656db8b01..988401ec1 100644
--- a/core/sdk/src/main/gen/com/google/type/IntervalOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/IntervalOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/interval.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface IntervalOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/IntervalProto.java b/core/sdk/src/main/gen/com/google/type/IntervalProto.java
index 7205e05d8..476e7e026 100644
--- a/core/sdk/src/main/gen/com/google/type/IntervalProto.java
+++ b/core/sdk/src/main/gen/com/google/type/IntervalProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/interval.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class IntervalProto {
diff --git a/core/sdk/src/main/gen/com/google/type/LatLng.java b/core/sdk/src/main/gen/com/google/type/LatLng.java
index 4627fc4f3..0b5ba38f9 100644
--- a/core/sdk/src/main/gen/com/google/type/LatLng.java
+++ b/core/sdk/src/main/gen/com/google/type/LatLng.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/latlng.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/LatLngOrBuilder.java b/core/sdk/src/main/gen/com/google/type/LatLngOrBuilder.java
index 34046b9ee..5878c9f51 100644
--- a/core/sdk/src/main/gen/com/google/type/LatLngOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/LatLngOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/latlng.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface LatLngOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/LatLngProto.java b/core/sdk/src/main/gen/com/google/type/LatLngProto.java
index 414fc0932..03acf1f2b 100644
--- a/core/sdk/src/main/gen/com/google/type/LatLngProto.java
+++ b/core/sdk/src/main/gen/com/google/type/LatLngProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/latlng.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class LatLngProto {
diff --git a/core/sdk/src/main/gen/com/google/type/LocalizedText.java b/core/sdk/src/main/gen/com/google/type/LocalizedText.java
index b655a52b5..322fa7349 100644
--- a/core/sdk/src/main/gen/com/google/type/LocalizedText.java
+++ b/core/sdk/src/main/gen/com/google/type/LocalizedText.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/localized_text.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/LocalizedTextOrBuilder.java b/core/sdk/src/main/gen/com/google/type/LocalizedTextOrBuilder.java
index 2b8a3b56a..990057ab3 100644
--- a/core/sdk/src/main/gen/com/google/type/LocalizedTextOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/LocalizedTextOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/localized_text.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface LocalizedTextOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/LocalizedTextProto.java b/core/sdk/src/main/gen/com/google/type/LocalizedTextProto.java
index 1e38b28e4..2dcc81e7e 100644
--- a/core/sdk/src/main/gen/com/google/type/LocalizedTextProto.java
+++ b/core/sdk/src/main/gen/com/google/type/LocalizedTextProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/localized_text.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class LocalizedTextProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Money.java b/core/sdk/src/main/gen/com/google/type/Money.java
index d33b0f6e3..cd2fa5df5 100644
--- a/core/sdk/src/main/gen/com/google/type/Money.java
+++ b/core/sdk/src/main/gen/com/google/type/Money.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/money.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/MoneyOrBuilder.java b/core/sdk/src/main/gen/com/google/type/MoneyOrBuilder.java
index 000373f92..72a741cfe 100644
--- a/core/sdk/src/main/gen/com/google/type/MoneyOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/MoneyOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/money.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface MoneyOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/MoneyProto.java b/core/sdk/src/main/gen/com/google/type/MoneyProto.java
index 197d04eb6..786ec9895 100644
--- a/core/sdk/src/main/gen/com/google/type/MoneyProto.java
+++ b/core/sdk/src/main/gen/com/google/type/MoneyProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/money.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class MoneyProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Month.java b/core/sdk/src/main/gen/com/google/type/Month.java
index 5505551bc..e73ce9c88 100644
--- a/core/sdk/src/main/gen/com/google/type/Month.java
+++ b/core/sdk/src/main/gen/com/google/type/Month.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/month.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/MonthProto.java b/core/sdk/src/main/gen/com/google/type/MonthProto.java
index a1e7841bb..2b33f7f31 100644
--- a/core/sdk/src/main/gen/com/google/type/MonthProto.java
+++ b/core/sdk/src/main/gen/com/google/type/MonthProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/month.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class MonthProto {
diff --git a/core/sdk/src/main/gen/com/google/type/PhoneNumber.java b/core/sdk/src/main/gen/com/google/type/PhoneNumber.java
index 80c714ffb..60a964309 100644
--- a/core/sdk/src/main/gen/com/google/type/PhoneNumber.java
+++ b/core/sdk/src/main/gen/com/google/type/PhoneNumber.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/phone_number.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -10,28 +11,28 @@
*
* This representation:
*
- * - should not be used for locale-specific formatting of a phone number, such
- * as "+1 (650) 253-0000 ext. 123"
+ * - should not be used for locale-specific formatting of a phone number, such
+ * as "+1 (650) 253-0000 ext. 123"
*
- * - is not designed for efficient storage
- * - may not be suitable for dialing - specialized libraries (see references)
- * should be used to parse the number for that purpose
+ * - is not designed for efficient storage
+ * - may not be suitable for dialing - specialized libraries (see references)
+ * should be used to parse the number for that purpose
*
* To do something meaningful with this number, such as format it for various
* use-cases, convert it to an `i18n.phonenumbers.PhoneNumber` object first.
*
* For instance, in Java this would be:
*
- * com.google.type.PhoneNumber wireProto =
- * com.google.type.PhoneNumber.newBuilder().build();
- * com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
- * PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
- * if (!wireProto.getExtension().isEmpty()) {
- * phoneNumber.setExtension(wireProto.getExtension());
- * }
+ * com.google.type.PhoneNumber wireProto =
+ * com.google.type.PhoneNumber.newBuilder().build();
+ * com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
+ * PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
+ * if (!wireProto.getExtension().isEmpty()) {
+ * phoneNumber.setExtension(wireProto.getExtension());
+ * }
*
- * Reference(s):
- * - https://github.com/google/libphonenumber
+ * Reference(s):
+ * - https://github.com/google/libphonenumber
*
*
* Protobuf type {@code google.type.PhoneNumber}
@@ -54,7 +55,7 @@ public interface ShortCodeOrBuilder extends
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -67,7 +68,7 @@ public interface ShortCodeOrBuilder extends
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -130,7 +131,7 @@ private ShortCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -146,7 +147,7 @@ public java.lang.String getRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -163,7 +164,7 @@ public java.lang.String getRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -181,7 +182,7 @@ private void setRegionCode(
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -196,7 +197,7 @@ private void clearRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -396,7 +397,7 @@ private Builder() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -412,7 +413,7 @@ public java.lang.String getRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -429,7 +430,7 @@ public java.lang.String getRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -448,7 +449,7 @@ public Builder setRegionCode(
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -465,7 +466,7 @@ public Builder clearRegionCode() {
* short code can be made, such as "US" and "BB".
*
* Reference(s):
- * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
+ * - http://www.unicode.org/reports/tr35/#unicode_region_subtag
*
*
* string region_code = 1 [json_name = "regionCode"];
@@ -679,17 +680,17 @@ private void clearKind() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -705,17 +706,17 @@ public boolean hasE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -735,17 +736,17 @@ public java.lang.String getE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -766,17 +767,17 @@ public java.lang.String getE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -794,17 +795,17 @@ private void setE164Number(
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -821,17 +822,17 @@ private void clearE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -850,7 +851,7 @@ private void setE164NumberBytes(
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -864,7 +865,7 @@ public boolean hasShortCode() {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -881,7 +882,7 @@ public com.google.type.PhoneNumber.ShortCode getShortCode() {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -896,7 +897,7 @@ private void setShortCode(com.google.type.PhoneNumber.ShortCode value) {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -917,7 +918,7 @@ private void mergeShortCode(com.google.type.PhoneNumber.ShortCode value) {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1125,28 +1126,28 @@ public static Builder newBuilder(com.google.type.PhoneNumber prototype) {
*
* This representation:
*
- * - should not be used for locale-specific formatting of a phone number, such
- * as "+1 (650) 253-0000 ext. 123"
+ * - should not be used for locale-specific formatting of a phone number, such
+ * as "+1 (650) 253-0000 ext. 123"
*
- * - is not designed for efficient storage
- * - may not be suitable for dialing - specialized libraries (see references)
- * should be used to parse the number for that purpose
+ * - is not designed for efficient storage
+ * - may not be suitable for dialing - specialized libraries (see references)
+ * should be used to parse the number for that purpose
*
* To do something meaningful with this number, such as format it for various
* use-cases, convert it to an `i18n.phonenumbers.PhoneNumber` object first.
*
* For instance, in Java this would be:
*
- * com.google.type.PhoneNumber wireProto =
- * com.google.type.PhoneNumber.newBuilder().build();
- * com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
- * PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
- * if (!wireProto.getExtension().isEmpty()) {
- * phoneNumber.setExtension(wireProto.getExtension());
- * }
+ * com.google.type.PhoneNumber wireProto =
+ * com.google.type.PhoneNumber.newBuilder().build();
+ * com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
+ * PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
+ * if (!wireProto.getExtension().isEmpty()) {
+ * phoneNumber.setExtension(wireProto.getExtension());
+ * }
*
- * Reference(s):
- * - https://github.com/google/libphonenumber
+ * Reference(s):
+ * - https://github.com/google/libphonenumber
*
*
* Protobuf type {@code google.type.PhoneNumber}
@@ -1180,17 +1181,17 @@ public Builder clearKind() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1206,17 +1207,17 @@ public boolean hasE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1232,17 +1233,17 @@ public java.lang.String getE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1259,17 +1260,17 @@ public java.lang.String getE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1288,17 +1289,17 @@ public Builder setE164Number(
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1315,17 +1316,17 @@ public Builder clearE164Number() {
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -1344,7 +1345,7 @@ public Builder setE164NumberBytes(
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1358,7 +1359,7 @@ public boolean hasShortCode() {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1372,7 +1373,7 @@ public com.google.type.PhoneNumber.ShortCode getShortCode() {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1387,7 +1388,7 @@ public Builder setShortCode(com.google.type.PhoneNumber.ShortCode value) {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1403,7 +1404,7 @@ public Builder setShortCode(
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -1418,7 +1419,7 @@ public Builder mergeShortCode(com.google.type.PhoneNumber.ShortCode value) {
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
diff --git a/core/sdk/src/main/gen/com/google/type/PhoneNumberOrBuilder.java b/core/sdk/src/main/gen/com/google/type/PhoneNumberOrBuilder.java
index 1cce3d1ab..937fece65 100644
--- a/core/sdk/src/main/gen/com/google/type/PhoneNumberOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/PhoneNumberOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/phone_number.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface PhoneNumberOrBuilder extends
@@ -14,17 +15,17 @@ public interface PhoneNumberOrBuilder extends
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -37,17 +38,17 @@ public interface PhoneNumberOrBuilder extends
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -60,17 +61,17 @@ public interface PhoneNumberOrBuilder extends
* phone number that uses a relaxed ITU E.164 format consisting of the
* country calling code (1 to 3 digits) and the subscriber number, with no
* additional spaces or formatting, e.g.:
- * - correct: "+15552220123"
- * - incorrect: "+1 (555) 222-01234 x123".
+ * - correct: "+15552220123"
+ * - incorrect: "+1 (555) 222-01234 x123".
*
* The ITU E.164 format limits the latter to 12 digits, but in practice not
* all countries respect that, so we relax that restriction here.
* National-only numbers are not allowed.
*
* References:
- * - https://www.itu.int/rec/T-REC-E.164-201011-I
- * - https://en.wikipedia.org/wiki/E.164.
- * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
+ * - https://www.itu.int/rec/T-REC-E.164-201011-I
+ * - https://en.wikipedia.org/wiki/E.164.
+ * - https://en.wikipedia.org/wiki/List_of_country_calling_codes
*
*
* string e164_number = 1 [json_name = "e164Number"];
@@ -84,7 +85,7 @@ public interface PhoneNumberOrBuilder extends
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
@@ -96,7 +97,7 @@ public interface PhoneNumberOrBuilder extends
* A short code.
*
* Reference(s):
- * - https://en.wikipedia.org/wiki/Short_code
+ * - https://en.wikipedia.org/wiki/Short_code
*
*
* .google.type.PhoneNumber.ShortCode short_code = 2 [json_name = "shortCode"];
diff --git a/core/sdk/src/main/gen/com/google/type/PhoneNumberProto.java b/core/sdk/src/main/gen/com/google/type/PhoneNumberProto.java
index 699e273bf..46ef05f8a 100644
--- a/core/sdk/src/main/gen/com/google/type/PhoneNumberProto.java
+++ b/core/sdk/src/main/gen/com/google/type/PhoneNumberProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/phone_number.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class PhoneNumberProto {
diff --git a/core/sdk/src/main/gen/com/google/type/PostalAddress.java b/core/sdk/src/main/gen/com/google/type/PostalAddress.java
index a5fae5372..714f97fb0 100644
--- a/core/sdk/src/main/gen/com/google/type/PostalAddress.java
+++ b/core/sdk/src/main/gen/com/google/type/PostalAddress.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/postal_address.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -16,10 +17,10 @@
* existing data, depending on the type of process.
*
* Advice on address input / editing:
- * - Use an i18n-ready address widget such as
- * https://github.com/google/libaddressinput)
+ * - Use an i18n-ready address widget such as
+ * https://github.com/google/libaddressinput)
* - Users should not be presented with UI elements for input or editing of
- * fields outside countries where that field is used.
+ * fields outside countries where that field is used.
*
* For more guidance on how to use this schema, please see:
* https://support.google.com/business/answer/6397478
@@ -1347,10 +1348,10 @@ public static Builder newBuilder(com.google.type.PostalAddress prototype) {
* existing data, depending on the type of process.
*
* Advice on address input / editing:
- * - Use an i18n-ready address widget such as
- * https://github.com/google/libaddressinput)
+ * - Use an i18n-ready address widget such as
+ * https://github.com/google/libaddressinput)
* - Users should not be presented with UI elements for input or editing of
- * fields outside countries where that field is used.
+ * fields outside countries where that field is used.
*
* For more guidance on how to use this schema, please see:
* https://support.google.com/business/answer/6397478
diff --git a/core/sdk/src/main/gen/com/google/type/PostalAddressOrBuilder.java b/core/sdk/src/main/gen/com/google/type/PostalAddressOrBuilder.java
index 65a3d342b..f30cfebef 100644
--- a/core/sdk/src/main/gen/com/google/type/PostalAddressOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/PostalAddressOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/postal_address.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface PostalAddressOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/PostalAddressProto.java b/core/sdk/src/main/gen/com/google/type/PostalAddressProto.java
index 7ec563b76..fdd982118 100644
--- a/core/sdk/src/main/gen/com/google/type/PostalAddressProto.java
+++ b/core/sdk/src/main/gen/com/google/type/PostalAddressProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/postal_address.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class PostalAddressProto {
diff --git a/core/sdk/src/main/gen/com/google/type/Quaternion.java b/core/sdk/src/main/gen/com/google/type/Quaternion.java
index e88f388e1..bc782ec08 100644
--- a/core/sdk/src/main/gen/com/google/type/Quaternion.java
+++ b/core/sdk/src/main/gen/com/google/type/Quaternion.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/quaternion.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
@@ -18,7 +19,7 @@
*
* Quaternions are generally represented in this form:
*
- * w + xi + yj + zk
+ * w + xi + yj + zk
*
* where x, y, z, and w are real numbers, and i, j, and k are three imaginary
* numbers.
@@ -34,21 +35,21 @@
* buffer below *must* follow the Hamilton convention, which defines `ij = k`
* (i.e. a right-handed algebra), and therefore:
*
- * i^2 = j^2 = k^2 = ijk = −1
- * ij = −ji = k
- * jk = −kj = i
- * ki = −ik = j
+ * i^2 = j^2 = k^2 = ijk = −1
+ * ij = −ji = k
+ * jk = −kj = i
+ * ki = −ik = j
*
* Please DO NOT use this to represent quaternions that follow the JPL
* convention, or any of the other quaternion flavors out there.
*
* Definitions:
*
- * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
- * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
- * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
- * - Rotation quaternion: a unit quaternion used to represent rotation.
- * - Orientation quaternion: a unit quaternion used to represent orientation.
+ * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
+ * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
+ * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
+ * - Rotation quaternion: a unit quaternion used to represent rotation.
+ * - Orientation quaternion: a unit quaternion used to represent orientation.
*
* A quaternion can be normalized by dividing it by its norm. The resulting
* quaternion maintains the same direction, but has a norm of 1, i.e. it moves
@@ -321,7 +322,7 @@ public static Builder newBuilder(com.google.type.Quaternion prototype) {
*
* Quaternions are generally represented in this form:
*
- * w + xi + yj + zk
+ * w + xi + yj + zk
*
* where x, y, z, and w are real numbers, and i, j, and k are three imaginary
* numbers.
@@ -337,21 +338,21 @@ public static Builder newBuilder(com.google.type.Quaternion prototype) {
* buffer below *must* follow the Hamilton convention, which defines `ij = k`
* (i.e. a right-handed algebra), and therefore:
*
- * i^2 = j^2 = k^2 = ijk = −1
- * ij = −ji = k
- * jk = −kj = i
- * ki = −ik = j
+ * i^2 = j^2 = k^2 = ijk = −1
+ * ij = −ji = k
+ * jk = −kj = i
+ * ki = −ik = j
*
* Please DO NOT use this to represent quaternions that follow the JPL
* convention, or any of the other quaternion flavors out there.
*
* Definitions:
*
- * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
- * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
- * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
- * - Rotation quaternion: a unit quaternion used to represent rotation.
- * - Orientation quaternion: a unit quaternion used to represent orientation.
+ * - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
+ * - Unit (or normalized) quaternion: a quaternion whose norm is 1.
+ * - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
+ * - Rotation quaternion: a unit quaternion used to represent rotation.
+ * - Orientation quaternion: a unit quaternion used to represent orientation.
*
* A quaternion can be normalized by dividing it by its norm. The resulting
* quaternion maintains the same direction, but has a norm of 1, i.e. it moves
diff --git a/core/sdk/src/main/gen/com/google/type/QuaternionOrBuilder.java b/core/sdk/src/main/gen/com/google/type/QuaternionOrBuilder.java
index 6a6e2d59e..5c992bbb2 100644
--- a/core/sdk/src/main/gen/com/google/type/QuaternionOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/QuaternionOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/quaternion.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface QuaternionOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/QuaternionProto.java b/core/sdk/src/main/gen/com/google/type/QuaternionProto.java
index 3e1196cae..d9930d843 100644
--- a/core/sdk/src/main/gen/com/google/type/QuaternionProto.java
+++ b/core/sdk/src/main/gen/com/google/type/QuaternionProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/quaternion.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class QuaternionProto {
diff --git a/core/sdk/src/main/gen/com/google/type/TimeOfDay.java b/core/sdk/src/main/gen/com/google/type/TimeOfDay.java
index 0b47beb49..19f661a0e 100644
--- a/core/sdk/src/main/gen/com/google/type/TimeOfDay.java
+++ b/core/sdk/src/main/gen/com/google/type/TimeOfDay.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/timeofday.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/TimeOfDayOrBuilder.java b/core/sdk/src/main/gen/com/google/type/TimeOfDayOrBuilder.java
index 981bcdc5a..927e9a8da 100644
--- a/core/sdk/src/main/gen/com/google/type/TimeOfDayOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/TimeOfDayOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/timeofday.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface TimeOfDayOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/google/type/TimeOfDayProto.java b/core/sdk/src/main/gen/com/google/type/TimeOfDayProto.java
index f92a5d990..99881543e 100644
--- a/core/sdk/src/main/gen/com/google/type/TimeOfDayProto.java
+++ b/core/sdk/src/main/gen/com/google/type/TimeOfDayProto.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/timeofday.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public final class TimeOfDayProto {
diff --git a/core/sdk/src/main/gen/com/google/type/TimeZone.java b/core/sdk/src/main/gen/com/google/type/TimeZone.java
index 6a6a8628c..e7c80e0d4 100644
--- a/core/sdk/src/main/gen/com/google/type/TimeZone.java
+++ b/core/sdk/src/main/gen/com/google/type/TimeZone.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/datetime.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
/**
diff --git a/core/sdk/src/main/gen/com/google/type/TimeZoneOrBuilder.java b/core/sdk/src/main/gen/com/google/type/TimeZoneOrBuilder.java
index 05b793d66..b966b9953 100644
--- a/core/sdk/src/main/gen/com/google/type/TimeZoneOrBuilder.java
+++ b/core/sdk/src/main/gen/com/google/type/TimeZoneOrBuilder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: google/type/datetime.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.google.type;
public interface TimeZoneOrBuilder extends
diff --git a/core/sdk/src/main/gen/com/viam/common/v1/Common.java b/core/sdk/src/main/gen/com/viam/common/v1/Common.java
index 41b00f347..e3df1e781 100644
--- a/core/sdk/src/main/gen/com/viam/common/v1/Common.java
+++ b/core/sdk/src/main/gen/com/viam/common/v1/Common.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: common/v1/common.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.common.v1;
public final class Common {
@@ -810,13 +811,13 @@ public interface PoseOrBuilder extends
/**
*
* Pose is a combination of location and orientation.
- *Location is expressed as distance which is represented by x , y, z coordinates. Orientation is expressed as an orientation vector which
- *is represented by o_x, o_y, o_z and theta. The o_x, o_y, o_z coordinates represent the point on the cartesian unit sphere that the end of
- *the arm is pointing to (with the origin as reference). That unit vector forms an axis around which theta rotates. This means that
- *incrementing / decrementing theta will perform an inline rotation of the end effector.
- *Theta is defined as rotation between two planes: the first being defined by the origin, the point (0,0,1), and the rx, ry, rz point, and the
- *second being defined by the origin, the rx, ry, rz point and the local Z axis. Therefore, if theta is kept at zero as the north/south pole
- *is circled, the Roll will correct itself to remain in-line.
+ * Location is expressed as distance which is represented by x , y, z coordinates. Orientation is expressed as an orientation vector which
+ * is represented by o_x, o_y, o_z and theta. The o_x, o_y, o_z coordinates represent the point on the cartesian unit sphere that the end of
+ * the arm is pointing to (with the origin as reference). That unit vector forms an axis around which theta rotates. This means that
+ * incrementing / decrementing theta will perform an inline rotation of the end effector.
+ * Theta is defined as rotation between two planes: the first being defined by the origin, the point (0,0,1), and the rx, ry, rz point, and the
+ * second being defined by the origin, the rx, ry, rz point and the local Z axis. Therefore, if theta is kept at zero as the north/south pole
+ * is circled, the Roll will correct itself to remain in-line.
*
*
* Protobuf type {@code viam.common.v1.Pose}
@@ -1180,13 +1181,13 @@ public static Builder newBuilder(com.viam.common.v1.Common.Pose prototype) {
/**
*
* Pose is a combination of location and orientation.
- *Location is expressed as distance which is represented by x , y, z coordinates. Orientation is expressed as an orientation vector which
- *is represented by o_x, o_y, o_z and theta. The o_x, o_y, o_z coordinates represent the point on the cartesian unit sphere that the end of
- *the arm is pointing to (with the origin as reference). That unit vector forms an axis around which theta rotates. This means that
- *incrementing / decrementing theta will perform an inline rotation of the end effector.
- *Theta is defined as rotation between two planes: the first being defined by the origin, the point (0,0,1), and the rx, ry, rz point, and the
- *second being defined by the origin, the rx, ry, rz point and the local Z axis. Therefore, if theta is kept at zero as the north/south pole
- *is circled, the Roll will correct itself to remain in-line.
+ * Location is expressed as distance which is represented by x , y, z coordinates. Orientation is expressed as an orientation vector which
+ * is represented by o_x, o_y, o_z and theta. The o_x, o_y, o_z coordinates represent the point on the cartesian unit sphere that the end of
+ * the arm is pointing to (with the origin as reference). That unit vector forms an axis around which theta rotates. This means that
+ * incrementing / decrementing theta will perform an inline rotation of the end effector.
+ * Theta is defined as rotation between two planes: the first being defined by the origin, the point (0,0,1), and the rx, ry, rz point, and the
+ * second being defined by the origin, the rx, ry, rz point and the local Z axis. Therefore, if theta is kept at zero as the north/south pole
+ * is circled, the Roll will correct itself to remain in-line.
*
*
* Protobuf type {@code viam.common.v1.Pose}
diff --git a/core/sdk/src/main/gen/com/viam/component/arm/v1/Arm.java b/core/sdk/src/main/gen/com/viam/component/arm/v1/Arm.java
index 7829a85ee..fb8522a8f 100644
--- a/core/sdk/src/main/gen/com/viam/component/arm/v1/Arm.java
+++ b/core/sdk/src/main/gen/com/viam/component/arm/v1/Arm.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/arm/v1/arm.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.arm.v1;
public final class Arm {
@@ -1820,7 +1821,7 @@ public interface GetJointPositionsResponseOrBuilder extends
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1829,7 +1830,7 @@ public interface GetJointPositionsResponseOrBuilder extends
boolean hasPositions();
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1852,7 +1853,7 @@ private GetJointPositionsResponse() {
private com.viam.component.arm.v1.Arm.JointPositions positions_;
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1863,7 +1864,7 @@ public boolean hasPositions() {
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1874,7 +1875,7 @@ public com.viam.component.arm.v1.Arm.JointPositions getPositions() {
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1886,7 +1887,7 @@ private void setPositions(com.viam.component.arm.v1.Arm.JointPositions value) {
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -1905,7 +1906,7 @@ private void mergePositions(com.viam.component.arm.v1.Arm.JointPositions value)
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2013,7 +2014,7 @@ private Builder() {
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2024,7 +2025,7 @@ public boolean hasPositions() {
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2035,7 +2036,7 @@ public com.viam.component.arm.v1.Arm.JointPositions getPositions() {
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2047,7 +2048,7 @@ public Builder setPositions(com.viam.component.arm.v1.Arm.JointPositions value)
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2060,7 +2061,7 @@ public Builder setPositions(
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
@@ -2072,7 +2073,7 @@ public Builder mergePositions(com.viam.component.arm.v1.Arm.JointPositions value
}
/**
*
- *a list JointPositions
+ * a list JointPositions
*
*
* .viam.component.arm.v1.JointPositions positions = 1 [json_name = "positions"];
diff --git a/core/sdk/src/main/gen/com/viam/component/arm/v1/ArmServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/arm/v1/ArmServiceGrpc.java
index 0a5f30625..fc0a9cc47 100644
--- a/core/sdk/src/main/gen/com/viam/component/arm/v1/ArmServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/arm/v1/ArmServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/arm/v1/arm.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ArmServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/audioinput/v1/AudioInputServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/audioinput/v1/AudioInputServiceGrpc.java
index 76dd947a2..b4dfd557b 100644
--- a/core/sdk/src/main/gen/com/viam/component/audioinput/v1/AudioInputServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/audioinput/v1/AudioInputServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/audioinput/v1/audioinput.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AudioInputServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/audioinput/v1/Audioinput.java b/core/sdk/src/main/gen/com/viam/component/audioinput/v1/Audioinput.java
index ef2f14f25..8bdf0c563 100644
--- a/core/sdk/src/main/gen/com/viam/component/audioinput/v1/Audioinput.java
+++ b/core/sdk/src/main/gen/com/viam/component/audioinput/v1/Audioinput.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/audioinput/v1/audioinput.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.audioinput.v1;
public final class Audioinput {
diff --git a/core/sdk/src/main/gen/com/viam/component/base/v1/Base.java b/core/sdk/src/main/gen/com/viam/component/base/v1/Base.java
index 22c98615d..bd7dbf7aa 100644
--- a/core/sdk/src/main/gen/com/viam/component/base/v1/Base.java
+++ b/core/sdk/src/main/gen/com/viam/component/base/v1/Base.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/base/v1/base.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.base.v1;
public final class Base {
diff --git a/core/sdk/src/main/gen/com/viam/component/base/v1/BaseServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/base/v1/BaseServiceGrpc.java
index 9d9b238cd..f1d530ce6 100644
--- a/core/sdk/src/main/gen/com/viam/component/base/v1/BaseServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/base/v1/BaseServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/base/v1/base.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BaseServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/board/v1/Board.java b/core/sdk/src/main/gen/com/viam/component/board/v1/Board.java
index f242bd95c..be0479b31 100644
--- a/core/sdk/src/main/gen/com/viam/component/board/v1/Board.java
+++ b/core/sdk/src/main/gen/com/viam/component/board/v1/Board.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/board/v1/board.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.board.v1;
public final class Board {
diff --git a/core/sdk/src/main/gen/com/viam/component/board/v1/BoardServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/board/v1/BoardServiceGrpc.java
index cc85704f3..90d2a86be 100644
--- a/core/sdk/src/main/gen/com/viam/component/board/v1/BoardServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/board/v1/BoardServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/board/v1/board.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BoardServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/camera/v1/Camera.java b/core/sdk/src/main/gen/com/viam/component/camera/v1/Camera.java
index e6b648a0d..013bcf134 100644
--- a/core/sdk/src/main/gen/com/viam/component/camera/v1/Camera.java
+++ b/core/sdk/src/main/gen/com/viam/component/camera/v1/Camera.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/camera/v1/camera.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.camera.v1;
public final class Camera {
diff --git a/core/sdk/src/main/gen/com/viam/component/camera/v1/CameraServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/camera/v1/CameraServiceGrpc.java
index b63da50db..e84253744 100644
--- a/core/sdk/src/main/gen/com/viam/component/camera/v1/CameraServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/camera/v1/CameraServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/camera/v1/camera.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class CameraServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/encoder/v1/Encoder.java b/core/sdk/src/main/gen/com/viam/component/encoder/v1/Encoder.java
index 58fef70b6..3dae35050 100644
--- a/core/sdk/src/main/gen/com/viam/component/encoder/v1/Encoder.java
+++ b/core/sdk/src/main/gen/com/viam/component/encoder/v1/Encoder.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/encoder/v1/encoder.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.encoder.v1;
public final class Encoder {
diff --git a/core/sdk/src/main/gen/com/viam/component/encoder/v1/EncoderServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/encoder/v1/EncoderServiceGrpc.java
index 827b88091..a6ad6f747 100644
--- a/core/sdk/src/main/gen/com/viam/component/encoder/v1/EncoderServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/encoder/v1/EncoderServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/encoder/v1/encoder.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class EncoderServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/gantry/v1/Gantry.java b/core/sdk/src/main/gen/com/viam/component/gantry/v1/Gantry.java
index a8c471191..b89db63ea 100644
--- a/core/sdk/src/main/gen/com/viam/component/gantry/v1/Gantry.java
+++ b/core/sdk/src/main/gen/com/viam/component/gantry/v1/Gantry.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/gantry/v1/gantry.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.gantry.v1;
public final class Gantry {
diff --git a/core/sdk/src/main/gen/com/viam/component/gantry/v1/GantryServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/gantry/v1/GantryServiceGrpc.java
index 38030c2e4..a9fd26ed7 100644
--- a/core/sdk/src/main/gen/com/viam/component/gantry/v1/GantryServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/gantry/v1/GantryServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/gantry/v1/gantry.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GantryServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/generic/v1/Generic.java b/core/sdk/src/main/gen/com/viam/component/generic/v1/Generic.java
index 6636d6b6b..3afe0fbb2 100644
--- a/core/sdk/src/main/gen/com/viam/component/generic/v1/Generic.java
+++ b/core/sdk/src/main/gen/com/viam/component/generic/v1/Generic.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/generic/v1/generic.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.generic.v1;
public final class Generic {
diff --git a/core/sdk/src/main/gen/com/viam/component/generic/v1/GenericServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/generic/v1/GenericServiceGrpc.java
index 252ab1526..f6b17f1b8 100644
--- a/core/sdk/src/main/gen/com/viam/component/generic/v1/GenericServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/generic/v1/GenericServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/generic/v1/generic.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GenericServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/gripper/v1/Gripper.java b/core/sdk/src/main/gen/com/viam/component/gripper/v1/Gripper.java
index 221d1d67d..037f17bb2 100644
--- a/core/sdk/src/main/gen/com/viam/component/gripper/v1/Gripper.java
+++ b/core/sdk/src/main/gen/com/viam/component/gripper/v1/Gripper.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/gripper/v1/gripper.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.gripper.v1;
public final class Gripper {
diff --git a/core/sdk/src/main/gen/com/viam/component/gripper/v1/GripperServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/gripper/v1/GripperServiceGrpc.java
index 8ba62a400..5c8aca86c 100644
--- a/core/sdk/src/main/gen/com/viam/component/gripper/v1/GripperServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/gripper/v1/GripperServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/gripper/v1/gripper.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GripperServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputController.java b/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputController.java
index 8dce8591c..c65b3881a 100644
--- a/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputController.java
+++ b/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputController.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/inputcontroller/v1/input_controller.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.inputcontroller.v1;
public final class InputController {
diff --git a/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputControllerServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputControllerServiceGrpc.java
index 672cb9264..17f57677a 100644
--- a/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputControllerServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/inputcontroller/v1/InputControllerServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/inputcontroller/v1/input_controller.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class InputControllerServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/motor/v1/Motor.java b/core/sdk/src/main/gen/com/viam/component/motor/v1/Motor.java
index e8287d405..3bb07c77e 100644
--- a/core/sdk/src/main/gen/com/viam/component/motor/v1/Motor.java
+++ b/core/sdk/src/main/gen/com/viam/component/motor/v1/Motor.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/motor/v1/motor.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.motor.v1;
public final class Motor {
diff --git a/core/sdk/src/main/gen/com/viam/component/motor/v1/MotorServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/motor/v1/MotorServiceGrpc.java
index c50fc0c65..cbd70dcf1 100644
--- a/core/sdk/src/main/gen/com/viam/component/motor/v1/MotorServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/motor/v1/MotorServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/motor/v1/motor.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MotorServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/MovementSensorServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/MovementSensorServiceGrpc.java
index bc60268a1..195a5b3be 100644
--- a/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/MovementSensorServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/MovementSensorServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/movementsensor/v1/movementsensor.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MovementSensorServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/Movementsensor.java b/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/Movementsensor.java
index bc579166e..696ffc603 100644
--- a/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/Movementsensor.java
+++ b/core/sdk/src/main/gen/com/viam/component/movementsensor/v1/Movementsensor.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/movementsensor/v1/movementsensor.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.movementsensor.v1;
public final class Movementsensor {
diff --git a/core/sdk/src/main/gen/com/viam/component/powersensor/v1/PowerSensorServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/powersensor/v1/PowerSensorServiceGrpc.java
index 8f42c979e..cc025a1a0 100644
--- a/core/sdk/src/main/gen/com/viam/component/powersensor/v1/PowerSensorServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/powersensor/v1/PowerSensorServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/powersensor/v1/powersensor.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PowerSensorServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/powersensor/v1/Powersensor.java b/core/sdk/src/main/gen/com/viam/component/powersensor/v1/Powersensor.java
index f55a22db7..050980630 100644
--- a/core/sdk/src/main/gen/com/viam/component/powersensor/v1/Powersensor.java
+++ b/core/sdk/src/main/gen/com/viam/component/powersensor/v1/Powersensor.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/powersensor/v1/powersensor.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.powersensor.v1;
public final class Powersensor {
diff --git a/core/sdk/src/main/gen/com/viam/component/sensor/v1/Sensor.java b/core/sdk/src/main/gen/com/viam/component/sensor/v1/Sensor.java
index 291a87749..93ce902f2 100644
--- a/core/sdk/src/main/gen/com/viam/component/sensor/v1/Sensor.java
+++ b/core/sdk/src/main/gen/com/viam/component/sensor/v1/Sensor.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/sensor/v1/sensor.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.sensor.v1;
public final class Sensor {
diff --git a/core/sdk/src/main/gen/com/viam/component/sensor/v1/SensorServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/sensor/v1/SensorServiceGrpc.java
index 53772a561..843c3119f 100644
--- a/core/sdk/src/main/gen/com/viam/component/sensor/v1/SensorServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/sensor/v1/SensorServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/sensor/v1/sensor.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class SensorServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java b/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java
index 5b9afcd6b..9fd678a98 100644
--- a/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java
+++ b/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/servo/v1/servo.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.servo.v1;
public final class Servo {
diff --git a/core/sdk/src/main/gen/com/viam/component/servo/v1/ServoServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/servo/v1/ServoServiceGrpc.java
index bfbd37451..900a19947 100644
--- a/core/sdk/src/main/gen/com/viam/component/servo/v1/ServoServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/servo/v1/ServoServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/servo/v1/servo.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ServoServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/testecho/v1/TestEchoServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/testecho/v1/TestEchoServiceGrpc.java
index 067e67ad3..ba9ea98da 100644
--- a/core/sdk/src/main/gen/com/viam/component/testecho/v1/TestEchoServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/testecho/v1/TestEchoServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/testecho/v1/testecho.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class TestEchoServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/component/testecho/v1/Testecho.java b/core/sdk/src/main/gen/com/viam/component/testecho/v1/Testecho.java
index e619ff1f5..e34c28f62 100644
--- a/core/sdk/src/main/gen/com/viam/component/testecho/v1/Testecho.java
+++ b/core/sdk/src/main/gen/com/viam/component/testecho/v1/Testecho.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/testecho/v1/testecho.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.testecho.v1;
public final class Testecho {
diff --git a/core/sdk/src/main/gen/com/viam/component/v1/PoseTracker.java b/core/sdk/src/main/gen/com/viam/component/v1/PoseTracker.java
index 67ce3293e..c9db18b53 100644
--- a/core/sdk/src/main/gen/com/viam/component/v1/PoseTracker.java
+++ b/core/sdk/src/main/gen/com/viam/component/v1/PoseTracker.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: component/posetracker/v1/pose_tracker.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.component.v1;
public final class PoseTracker {
diff --git a/core/sdk/src/main/gen/com/viam/component/v1/PoseTrackerServiceGrpc.java b/core/sdk/src/main/gen/com/viam/component/v1/PoseTrackerServiceGrpc.java
index a9c73dffc..2f06cfe15 100644
--- a/core/sdk/src/main/gen/com/viam/component/v1/PoseTrackerServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/component/v1/PoseTrackerServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: component/posetracker/v1/pose_tracker.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PoseTrackerServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/robot/v1/Robot.java b/core/sdk/src/main/gen/com/viam/robot/v1/Robot.java
index 0fe575960..116cdf13a 100644
--- a/core/sdk/src/main/gen/com/viam/robot/v1/Robot.java
+++ b/core/sdk/src/main/gen/com/viam/robot/v1/Robot.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: robot/v1/robot.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.robot.v1;
public final class Robot {
@@ -15662,7 +15663,7 @@ public interface GetCloudMetadataResponseOrBuilder extends
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The robotPartId.
*/
@java.lang.Deprecated java.lang.String getRobotPartId();
@@ -15673,7 +15674,7 @@ public interface GetCloudMetadataResponseOrBuilder extends
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The bytes for robotPartId.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
@@ -15751,7 +15752,7 @@ private GetCloudMetadataResponse() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The robotPartId.
*/
@java.lang.Override
@@ -15765,7 +15766,7 @@ private GetCloudMetadataResponse() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The bytes for robotPartId.
*/
@java.lang.Override
@@ -15780,7 +15781,7 @@ private GetCloudMetadataResponse() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @param value The robotPartId to set.
*/
private void setRobotPartId(
@@ -15796,7 +15797,7 @@ private void setRobotPartId(
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
*/
private void clearRobotPartId() {
@@ -15809,7 +15810,7 @@ private void clearRobotPartId() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @param value The bytes for robotPartId to set.
*/
private void setRobotPartIdBytes(
@@ -16111,7 +16112,7 @@ private Builder() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The robotPartId.
*/
@java.lang.Override
@@ -16125,7 +16126,7 @@ private Builder() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return The bytes for robotPartId.
*/
@java.lang.Override
@@ -16140,7 +16141,7 @@ private Builder() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @param value The robotPartId to set.
* @return This builder for chaining.
*/
@@ -16157,7 +16158,7 @@ private Builder() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearRobotPartId() {
@@ -16172,7 +16173,7 @@ private Builder() {
*
* string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
* @deprecated viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.
- * See robot/v1/robot.proto;l=349
+ * See robot/v1/robot.proto;l=356
* @param value The bytes for robotPartId to set.
* @return This builder for chaining.
*/
@@ -18351,6 +18352,26 @@ public interface ResourceStatusOrBuilder extends
*/
com.google.protobuf.ByteString
getRevisionBytes();
+
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The error.
+ */
+ java.lang.String getError();
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The bytes for error.
+ */
+ com.google.protobuf.ByteString
+ getErrorBytes();
}
/**
* Protobuf type {@code viam.robot.v1.ResourceStatus}
@@ -18362,6 +18383,7 @@ public static final class ResourceStatus extends
ResourceStatusOrBuilder {
private ResourceStatus() {
revision_ = "";
+ error_ = "";
}
/**
* Protobuf enum {@code viam.robot.v1.ResourceStatus.State}
@@ -18390,8 +18412,8 @@ public enum State
STATE_CONFIGURING(2),
/**
*
- * a resource that has been successfully configured once and is not being
- * re-configured or removed.
+ * a resource that has been successfully configured once, and is not re-configuring,
+ * being removed, or unhealthy.
*
*
* STATE_READY = 3;
@@ -18405,6 +18427,14 @@ public enum State
* STATE_REMOVING = 4;
*/
STATE_REMOVING(4),
+ /**
+ *
+ * a resource that is in an unhealthy state.
+ *
+ *
+ * STATE_UNHEALTHY = 5;
+ */
+ STATE_UNHEALTHY(5),
UNRECOGNIZED(-1),
;
@@ -18430,8 +18460,8 @@ public enum State
public static final int STATE_CONFIGURING_VALUE = 2;
/**
*
- * a resource that has been successfully configured once and is not being
- * re-configured or removed.
+ * a resource that has been successfully configured once, and is not re-configuring,
+ * being removed, or unhealthy.
*
*
* STATE_READY = 3;
@@ -18445,6 +18475,14 @@ public enum State
* STATE_REMOVING = 4;
*/
public static final int STATE_REMOVING_VALUE = 4;
+ /**
+ *
+ * a resource that is in an unhealthy state.
+ *
+ *
+ * STATE_UNHEALTHY = 5;
+ */
+ public static final int STATE_UNHEALTHY_VALUE = 5;
@java.lang.Override
@@ -18473,6 +18511,7 @@ public static State forNumber(int value) {
case 2: return STATE_CONFIGURING;
case 3: return STATE_READY;
case 4: return STATE_REMOVING;
+ case 5: return STATE_UNHEALTHY;
default: return null;
}
}
@@ -18775,6 +18814,73 @@ private void setRevisionBytes(
}
+ public static final int ERROR_FIELD_NUMBER = 5;
+ private java.lang.String error_;
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The error.
+ */
+ @java.lang.Override
+ public java.lang.String getError() {
+ return error_;
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The bytes for error.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getErrorBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(error_);
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @param value The error to set.
+ */
+ private void setError(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+
+ error_ = value;
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ */
+ private void clearError() {
+
+ error_ = getDefaultInstance().getError();
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @param value The bytes for error to set.
+ */
+ private void setErrorBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ error_ = value.toStringUtf8();
+
+ }
+
public static com.viam.robot.v1.Robot.ResourceStatus parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
@@ -19149,6 +19255,75 @@ public Builder setRevisionBytes(
return this;
}
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The error.
+ */
+ @java.lang.Override
+ public java.lang.String getError() {
+ return instance.getError();
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return The bytes for error.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getErrorBytes() {
+ return instance.getErrorBytes();
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @param value The error to set.
+ * @return This builder for chaining.
+ */
+ public Builder setError(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setError(value);
+ return this;
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @return This builder for chaining.
+ */
+ public Builder clearError() {
+ copyOnWrite();
+ instance.clearError();
+ return this;
+ }
+ /**
+ *
+ * error details for a resource that is in an unhealthy state.
+ *
+ *
+ * string error = 5 [json_name = "error"];
+ * @param value The bytes for error to set.
+ * @return This builder for chaining.
+ */
+ public Builder setErrorBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setErrorBytes(value);
+ return this;
+ }
+
// @@protoc_insertion_point(builder_scope:viam.robot.v1.ResourceStatus)
}
@java.lang.Override
@@ -19170,10 +19345,11 @@ protected final java.lang.Object dynamicMethod(
"state_",
"lastUpdated_",
"revision_",
+ "error_",
};
java.lang.String info =
- "\u0000\u0004\u0000\u0001\u0001\u0004\u0004\u0000\u0000\u0000\u0001\u1009\u0000\u0002" +
- "\f\u0003\u1009\u0001\u0004\u0208";
+ "\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0000\u0000\u0001\u1009\u0000\u0002" +
+ "\f\u0003\u1009\u0001\u0004\u0208\u0005\u0208";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
@@ -19730,6 +19906,799 @@ public static com.google.protobuf.Parser parser() {
}
}
+ public interface GetVersionRequestOrBuilder extends
+ // @@protoc_insertion_point(interface_extends:viam.robot.v1.GetVersionRequest)
+ com.google.protobuf.MessageLiteOrBuilder {
+ }
+ /**
+ * Protobuf type {@code viam.robot.v1.GetVersionRequest}
+ */
+ public static final class GetVersionRequest extends
+ com.google.protobuf.GeneratedMessageLite<
+ GetVersionRequest, GetVersionRequest.Builder> implements
+ // @@protoc_insertion_point(message_implements:viam.robot.v1.GetVersionRequest)
+ GetVersionRequestOrBuilder {
+ private GetVersionRequest() {
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseDelimitedFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionRequest parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static Builder newBuilder() {
+ return (Builder) DEFAULT_INSTANCE.createBuilder();
+ }
+ public static Builder newBuilder(com.viam.robot.v1.Robot.GetVersionRequest prototype) {
+ return DEFAULT_INSTANCE.createBuilder(prototype);
+ }
+
+ /**
+ * Protobuf type {@code viam.robot.v1.GetVersionRequest}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageLite.Builder<
+ com.viam.robot.v1.Robot.GetVersionRequest, Builder> implements
+ // @@protoc_insertion_point(builder_implements:viam.robot.v1.GetVersionRequest)
+ com.viam.robot.v1.Robot.GetVersionRequestOrBuilder {
+ // Construct using com.viam.robot.v1.Robot.GetVersionRequest.newBuilder()
+ private Builder() {
+ super(DEFAULT_INSTANCE);
+ }
+
+
+ // @@protoc_insertion_point(builder_scope:viam.robot.v1.GetVersionRequest)
+ }
+ @java.lang.Override
+ @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
+ protected final java.lang.Object dynamicMethod(
+ com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
+ java.lang.Object arg0, java.lang.Object arg1) {
+ switch (method) {
+ case NEW_MUTABLE_INSTANCE: {
+ return new com.viam.robot.v1.Robot.GetVersionRequest();
+ }
+ case NEW_BUILDER: {
+ return new Builder();
+ }
+ case BUILD_MESSAGE_INFO: {
+ java.lang.Object[] objects = null;java.lang.String info =
+ "\u0000\u0000";
+ return newMessageInfo(DEFAULT_INSTANCE, info, objects);
+ }
+ // fall through
+ case GET_DEFAULT_INSTANCE: {
+ return DEFAULT_INSTANCE;
+ }
+ case GET_PARSER: {
+ com.google.protobuf.Parser parser = PARSER;
+ if (parser == null) {
+ synchronized (com.viam.robot.v1.Robot.GetVersionRequest.class) {
+ parser = PARSER;
+ if (parser == null) {
+ parser =
+ new DefaultInstanceBasedParser(
+ DEFAULT_INSTANCE);
+ PARSER = parser;
+ }
+ }
+ }
+ return parser;
+ }
+ case GET_MEMOIZED_IS_INITIALIZED: {
+ return (byte) 1;
+ }
+ case SET_MEMOIZED_IS_INITIALIZED: {
+ return null;
+ }
+ }
+ throw new UnsupportedOperationException();
+ }
+
+
+ // @@protoc_insertion_point(class_scope:viam.robot.v1.GetVersionRequest)
+ private static final com.viam.robot.v1.Robot.GetVersionRequest DEFAULT_INSTANCE;
+ static {
+ GetVersionRequest defaultInstance = new GetVersionRequest();
+ // New instances are implicitly immutable so no need to make
+ // immutable.
+ DEFAULT_INSTANCE = defaultInstance;
+ com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
+ GetVersionRequest.class, defaultInstance);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionRequest getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static volatile com.google.protobuf.Parser PARSER;
+
+ public static com.google.protobuf.Parser parser() {
+ return DEFAULT_INSTANCE.getParserForType();
+ }
+ }
+
+ public interface GetVersionResponseOrBuilder extends
+ // @@protoc_insertion_point(interface_extends:viam.robot.v1.GetVersionResponse)
+ com.google.protobuf.MessageLiteOrBuilder {
+
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The platform.
+ */
+ java.lang.String getPlatform();
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The bytes for platform.
+ */
+ com.google.protobuf.ByteString
+ getPlatformBytes();
+
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The version.
+ */
+ java.lang.String getVersion();
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The bytes for version.
+ */
+ com.google.protobuf.ByteString
+ getVersionBytes();
+
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The apiVersion.
+ */
+ java.lang.String getApiVersion();
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The bytes for apiVersion.
+ */
+ com.google.protobuf.ByteString
+ getApiVersionBytes();
+ }
+ /**
+ * Protobuf type {@code viam.robot.v1.GetVersionResponse}
+ */
+ public static final class GetVersionResponse extends
+ com.google.protobuf.GeneratedMessageLite<
+ GetVersionResponse, GetVersionResponse.Builder> implements
+ // @@protoc_insertion_point(message_implements:viam.robot.v1.GetVersionResponse)
+ GetVersionResponseOrBuilder {
+ private GetVersionResponse() {
+ platform_ = "";
+ version_ = "";
+ apiVersion_ = "";
+ }
+ public static final int PLATFORM_FIELD_NUMBER = 1;
+ private java.lang.String platform_;
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The platform.
+ */
+ @java.lang.Override
+ public java.lang.String getPlatform() {
+ return platform_;
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The bytes for platform.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getPlatformBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(platform_);
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @param value The platform to set.
+ */
+ private void setPlatform(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+
+ platform_ = value;
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ */
+ private void clearPlatform() {
+
+ platform_ = getDefaultInstance().getPlatform();
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @param value The bytes for platform to set.
+ */
+ private void setPlatformBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ platform_ = value.toStringUtf8();
+
+ }
+
+ public static final int VERSION_FIELD_NUMBER = 2;
+ private java.lang.String version_;
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The version.
+ */
+ @java.lang.Override
+ public java.lang.String getVersion() {
+ return version_;
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The bytes for version.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getVersionBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(version_);
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @param value The version to set.
+ */
+ private void setVersion(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+
+ version_ = value;
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ */
+ private void clearVersion() {
+
+ version_ = getDefaultInstance().getVersion();
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @param value The bytes for version to set.
+ */
+ private void setVersionBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ version_ = value.toStringUtf8();
+
+ }
+
+ public static final int API_VERSION_FIELD_NUMBER = 3;
+ private java.lang.String apiVersion_;
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The apiVersion.
+ */
+ @java.lang.Override
+ public java.lang.String getApiVersion() {
+ return apiVersion_;
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The bytes for apiVersion.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getApiVersionBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(apiVersion_);
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @param value The apiVersion to set.
+ */
+ private void setApiVersion(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+
+ apiVersion_ = value;
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ */
+ private void clearApiVersion() {
+
+ apiVersion_ = getDefaultInstance().getApiVersion();
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @param value The bytes for apiVersion to set.
+ */
+ private void setApiVersionBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ apiVersion_ = value.toStringUtf8();
+
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseDelimitedFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static com.viam.robot.v1.Robot.GetVersionResponse parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static Builder newBuilder() {
+ return (Builder) DEFAULT_INSTANCE.createBuilder();
+ }
+ public static Builder newBuilder(com.viam.robot.v1.Robot.GetVersionResponse prototype) {
+ return DEFAULT_INSTANCE.createBuilder(prototype);
+ }
+
+ /**
+ * Protobuf type {@code viam.robot.v1.GetVersionResponse}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageLite.Builder<
+ com.viam.robot.v1.Robot.GetVersionResponse, Builder> implements
+ // @@protoc_insertion_point(builder_implements:viam.robot.v1.GetVersionResponse)
+ com.viam.robot.v1.Robot.GetVersionResponseOrBuilder {
+ // Construct using com.viam.robot.v1.Robot.GetVersionResponse.newBuilder()
+ private Builder() {
+ super(DEFAULT_INSTANCE);
+ }
+
+
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The platform.
+ */
+ @java.lang.Override
+ public java.lang.String getPlatform() {
+ return instance.getPlatform();
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return The bytes for platform.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getPlatformBytes() {
+ return instance.getPlatformBytes();
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @param value The platform to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPlatform(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setPlatform(value);
+ return this;
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @return This builder for chaining.
+ */
+ public Builder clearPlatform() {
+ copyOnWrite();
+ instance.clearPlatform();
+ return this;
+ }
+ /**
+ *
+ * platform type of viam-server (ie. `rdk` or `micro-rdk`).
+ *
+ *
+ * string platform = 1 [json_name = "platform"];
+ * @param value The bytes for platform to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPlatformBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setPlatformBytes(value);
+ return this;
+ }
+
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The version.
+ */
+ @java.lang.Override
+ public java.lang.String getVersion() {
+ return instance.getVersion();
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return The bytes for version.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getVersionBytes() {
+ return instance.getVersionBytes();
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @param value The version to set.
+ * @return This builder for chaining.
+ */
+ public Builder setVersion(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setVersion(value);
+ return this;
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @return This builder for chaining.
+ */
+ public Builder clearVersion() {
+ copyOnWrite();
+ instance.clearVersion();
+ return this;
+ }
+ /**
+ *
+ * version of viam-server. If built without a version, it will be dev-<git hash>.
+ *
+ *
+ * string version = 2 [json_name = "version"];
+ * @param value The bytes for version to set.
+ * @return This builder for chaining.
+ */
+ public Builder setVersionBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setVersionBytes(value);
+ return this;
+ }
+
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The apiVersion.
+ */
+ @java.lang.Override
+ public java.lang.String getApiVersion() {
+ return instance.getApiVersion();
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return The bytes for apiVersion.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getApiVersionBytes() {
+ return instance.getApiVersionBytes();
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @param value The apiVersion to set.
+ * @return This builder for chaining.
+ */
+ public Builder setApiVersion(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setApiVersion(value);
+ return this;
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @return This builder for chaining.
+ */
+ public Builder clearApiVersion() {
+ copyOnWrite();
+ instance.clearApiVersion();
+ return this;
+ }
+ /**
+ * string api_version = 3 [json_name = "apiVersion"];
+ * @param value The bytes for apiVersion to set.
+ * @return This builder for chaining.
+ */
+ public Builder setApiVersionBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setApiVersionBytes(value);
+ return this;
+ }
+
+ // @@protoc_insertion_point(builder_scope:viam.robot.v1.GetVersionResponse)
+ }
+ @java.lang.Override
+ @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
+ protected final java.lang.Object dynamicMethod(
+ com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
+ java.lang.Object arg0, java.lang.Object arg1) {
+ switch (method) {
+ case NEW_MUTABLE_INSTANCE: {
+ return new com.viam.robot.v1.Robot.GetVersionResponse();
+ }
+ case NEW_BUILDER: {
+ return new Builder();
+ }
+ case BUILD_MESSAGE_INFO: {
+ java.lang.Object[] objects = new java.lang.Object[] {
+ "platform_",
+ "version_",
+ "apiVersion_",
+ };
+ java.lang.String info =
+ "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0208\u0002\u0208" +
+ "\u0003\u0208";
+ return newMessageInfo(DEFAULT_INSTANCE, info, objects);
+ }
+ // fall through
+ case GET_DEFAULT_INSTANCE: {
+ return DEFAULT_INSTANCE;
+ }
+ case GET_PARSER: {
+ com.google.protobuf.Parser parser = PARSER;
+ if (parser == null) {
+ synchronized (com.viam.robot.v1.Robot.GetVersionResponse.class) {
+ parser = PARSER;
+ if (parser == null) {
+ parser =
+ new DefaultInstanceBasedParser(
+ DEFAULT_INSTANCE);
+ PARSER = parser;
+ }
+ }
+ }
+ return parser;
+ }
+ case GET_MEMOIZED_IS_INITIALIZED: {
+ return (byte) 1;
+ }
+ case SET_MEMOIZED_IS_INITIALIZED: {
+ return null;
+ }
+ }
+ throw new UnsupportedOperationException();
+ }
+
+
+ // @@protoc_insertion_point(class_scope:viam.robot.v1.GetVersionResponse)
+ private static final com.viam.robot.v1.Robot.GetVersionResponse DEFAULT_INSTANCE;
+ static {
+ GetVersionResponse defaultInstance = new GetVersionResponse();
+ // New instances are implicitly immutable so no need to make
+ // immutable.
+ DEFAULT_INSTANCE = defaultInstance;
+ com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
+ GetVersionResponse.class, defaultInstance);
+ }
+
+ public static com.viam.robot.v1.Robot.GetVersionResponse getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static volatile com.google.protobuf.Parser PARSER;
+
+ public static com.google.protobuf.Parser parser() {
+ return DEFAULT_INSTANCE.getParserForType();
+ }
+ }
+
static {
}
diff --git a/core/sdk/src/main/gen/com/viam/robot/v1/RobotServiceGrpc.java b/core/sdk/src/main/gen/com/viam/robot/v1/RobotServiceGrpc.java
index 655dff267..a9b76d0e5 100644
--- a/core/sdk/src/main/gen/com/viam/robot/v1/RobotServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/robot/v1/RobotServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: robot/v1/robot.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class RobotServiceGrpc {
@@ -618,6 +618,36 @@ com.viam.robot.v1.Robot.GetMachineStatusResponse> getGetMachineStatusMethod() {
return getGetMachineStatusMethod;
}
+ private static volatile io.grpc.MethodDescriptor getGetVersionMethod;
+
+ @io.grpc.stub.annotations.RpcMethod(
+ fullMethodName = SERVICE_NAME + '/' + "GetVersion",
+ requestType = com.viam.robot.v1.Robot.GetVersionRequest.class,
+ responseType = com.viam.robot.v1.Robot.GetVersionResponse.class,
+ methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
+ public static io.grpc.MethodDescriptor getGetVersionMethod() {
+ io.grpc.MethodDescriptor getGetVersionMethod;
+ if ((getGetVersionMethod = RobotServiceGrpc.getGetVersionMethod) == null) {
+ synchronized (RobotServiceGrpc.class) {
+ if ((getGetVersionMethod = RobotServiceGrpc.getGetVersionMethod) == null) {
+ RobotServiceGrpc.getGetVersionMethod = getGetVersionMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetVersion"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
+ com.viam.robot.v1.Robot.GetVersionRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(
+ com.viam.robot.v1.Robot.GetVersionResponse.getDefaultInstance()))
+ .build();
+ }
+ }
+ }
+ return getGetVersionMethod;
+ }
+
/**
* Creates a new async stub that supports all call types for the service
*/
@@ -849,6 +879,16 @@ default void getMachineStatus(com.viam.robot.v1.Robot.GetMachineStatusRequest re
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetMachineStatusMethod(), responseObserver);
}
+
+ /**
+ *
+ * GetVersion returns version information about the robot.
+ *
+ */
+ default void getVersion(com.viam.robot.v1.Robot.GetVersionRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetVersionMethod(), responseObserver);
+ }
}
/**
@@ -1084,6 +1124,17 @@ public void getMachineStatus(com.viam.robot.v1.Robot.GetMachineStatusRequest req
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetMachineStatusMethod(), getCallOptions()), request, responseObserver);
}
+
+ /**
+ *
+ * GetVersion returns version information about the robot.
+ *
+ */
+ public void getVersion(com.viam.robot.v1.Robot.GetVersionRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
+ getChannel().newCall(getGetVersionMethod(), getCallOptions()), request, responseObserver);
+ }
}
/**
@@ -1286,6 +1337,16 @@ public com.viam.robot.v1.Robot.GetMachineStatusResponse getMachineStatus(com.via
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetMachineStatusMethod(), getCallOptions(), request);
}
+
+ /**
+ *
+ * GetVersion returns version information about the robot.
+ *
+ */
+ public com.viam.robot.v1.Robot.GetVersionResponse getVersion(com.viam.robot.v1.Robot.GetVersionRequest request) {
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
+ getChannel(), getGetVersionMethod(), getCallOptions(), request);
+ }
}
/**
@@ -1495,6 +1556,17 @@ public com.google.common.util.concurrent.ListenableFuture
+ * GetVersion returns version information about the robot.
+ *
+ */
+ public com.google.common.util.concurrent.ListenableFuture getVersion(
+ com.viam.robot.v1.Robot.GetVersionRequest request) {
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
+ getChannel().newCall(getGetVersionMethod(), getCallOptions()), request);
+ }
}
private static final int METHODID_GET_OPERATIONS = 0;
@@ -1517,6 +1589,7 @@ public com.google.common.util.concurrent.ListenableFuture implements
io.grpc.stub.ServerCalls.UnaryMethod,
@@ -1615,6 +1688,10 @@ public void invoke(Req request, io.grpc.stub.StreamObserver responseObserv
serviceImpl.getMachineStatus((com.viam.robot.v1.Robot.GetMachineStatusRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
+ case METHODID_GET_VERSION:
+ serviceImpl.getVersion((com.viam.robot.v1.Robot.GetVersionRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
+ break;
default:
throw new AssertionError();
}
@@ -1773,6 +1850,13 @@ public static final io.grpc.ServerServiceDefinition bindService(AsyncService ser
com.viam.robot.v1.Robot.GetMachineStatusRequest,
com.viam.robot.v1.Robot.GetMachineStatusResponse>(
service, METHODID_GET_MACHINE_STATUS)))
+ .addMethod(
+ getGetVersionMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.viam.robot.v1.Robot.GetVersionRequest,
+ com.viam.robot.v1.Robot.GetVersionResponse>(
+ service, METHODID_GET_VERSION)))
.build();
}
@@ -1805,6 +1889,7 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
.addMethod(getRestartModuleMethod())
.addMethod(getShutdownMethod())
.addMethod(getGetMachineStatusMethod())
+ .addMethod(getGetVersionMethod())
.build();
}
}
diff --git a/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManager.java b/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManager.java
index 73349bb66..ae893d51c 100644
--- a/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManager.java
+++ b/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManager.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/datamanager/v1/data_manager.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.datamanager.v1;
public final class DataManager {
diff --git a/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManagerServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManagerServiceGrpc.java
index 7af598469..b06d59671 100644
--- a/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManagerServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/datamanager/v1/DataManagerServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/datamanager/v1/data_manager.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DataManagerServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/generic/v1/Generic.java b/core/sdk/src/main/gen/com/viam/service/generic/v1/Generic.java
index a3de8e9f1..2aa77cb0c 100644
--- a/core/sdk/src/main/gen/com/viam/service/generic/v1/Generic.java
+++ b/core/sdk/src/main/gen/com/viam/service/generic/v1/Generic.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/generic/v1/generic.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.generic.v1;
public final class Generic {
diff --git a/core/sdk/src/main/gen/com/viam/service/generic/v1/GenericServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/generic/v1/GenericServiceGrpc.java
index 5b9e86291..800b2c555 100644
--- a/core/sdk/src/main/gen/com/viam/service/generic/v1/GenericServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/generic/v1/GenericServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/generic/v1/generic.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GenericServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/MLModelServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/MLModelServiceGrpc.java
index 471e2a823..591599755 100644
--- a/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/MLModelServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/MLModelServiceGrpc.java
@@ -9,7 +9,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/mlmodel/v1/mlmodel.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MLModelServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/Mlmodel.java b/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/Mlmodel.java
index c34147f8e..ef9e3b81c 100644
--- a/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/Mlmodel.java
+++ b/core/sdk/src/main/gen/com/viam/service/mlmodel/v1/Mlmodel.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/mlmodel/v1/mlmodel.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.mlmodel.v1;
public final class Mlmodel {
diff --git a/core/sdk/src/main/gen/com/viam/service/motion/v1/Motion.java b/core/sdk/src/main/gen/com/viam/service/motion/v1/Motion.java
index 84502995f..39db944b9 100644
--- a/core/sdk/src/main/gen/com/viam/service/motion/v1/Motion.java
+++ b/core/sdk/src/main/gen/com/viam/service/motion/v1/Motion.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/motion/v1/motion.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.motion.v1;
public final class Motion {
diff --git a/core/sdk/src/main/gen/com/viam/service/motion/v1/MotionServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/motion/v1/MotionServiceGrpc.java
index 4565776b7..991709b3b 100644
--- a/core/sdk/src/main/gen/com/viam/service/motion/v1/MotionServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/motion/v1/MotionServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/motion/v1/motion.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MotionServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/navigation/v1/Navigation.java b/core/sdk/src/main/gen/com/viam/service/navigation/v1/Navigation.java
index 1039a2058..b5b9a2658 100644
--- a/core/sdk/src/main/gen/com/viam/service/navigation/v1/Navigation.java
+++ b/core/sdk/src/main/gen/com/viam/service/navigation/v1/Navigation.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/navigation/v1/navigation.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.navigation.v1;
public final class Navigation {
diff --git a/core/sdk/src/main/gen/com/viam/service/navigation/v1/NavigationServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/navigation/v1/NavigationServiceGrpc.java
index 291d51434..a1f0d2422 100644
--- a/core/sdk/src/main/gen/com/viam/service/navigation/v1/NavigationServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/navigation/v1/NavigationServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/navigation/v1/navigation.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class NavigationServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/sensors/v1/Sensors.java b/core/sdk/src/main/gen/com/viam/service/sensors/v1/Sensors.java
index c5fa43314..e35d67b1a 100644
--- a/core/sdk/src/main/gen/com/viam/service/sensors/v1/Sensors.java
+++ b/core/sdk/src/main/gen/com/viam/service/sensors/v1/Sensors.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/sensors/v1/sensors.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.sensors.v1;
@java.lang.Deprecated public final class Sensors {
diff --git a/core/sdk/src/main/gen/com/viam/service/sensors/v1/SensorsServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/sensors/v1/SensorsServiceGrpc.java
index 1411787e5..c63dc0d70 100644
--- a/core/sdk/src/main/gen/com/viam/service/sensors/v1/SensorsServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/sensors/v1/SensorsServiceGrpc.java
@@ -9,7 +9,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/sensors/v1/sensors.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class SensorsServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/shell/v1/Shell.java b/core/sdk/src/main/gen/com/viam/service/shell/v1/Shell.java
index 47a6cf1b0..f4843345d 100644
--- a/core/sdk/src/main/gen/com/viam/service/shell/v1/Shell.java
+++ b/core/sdk/src/main/gen/com/viam/service/shell/v1/Shell.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/shell/v1/shell.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.shell.v1;
public final class Shell {
diff --git a/core/sdk/src/main/gen/com/viam/service/shell/v1/ShellServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/shell/v1/ShellServiceGrpc.java
index d891df28a..96d542d01 100644
--- a/core/sdk/src/main/gen/com/viam/service/shell/v1/ShellServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/shell/v1/ShellServiceGrpc.java
@@ -9,7 +9,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/shell/v1/shell.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ShellServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/slam/v1/SLAMServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/slam/v1/SLAMServiceGrpc.java
index a1b0a5707..673fcae23 100644
--- a/core/sdk/src/main/gen/com/viam/service/slam/v1/SLAMServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/slam/v1/SLAMServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/slam/v1/slam.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class SLAMServiceGrpc {
diff --git a/core/sdk/src/main/gen/com/viam/service/slam/v1/Slam.java b/core/sdk/src/main/gen/com/viam/service/slam/v1/Slam.java
index 7cbe6d3f5..1fefd7b32 100644
--- a/core/sdk/src/main/gen/com/viam/service/slam/v1/Slam.java
+++ b/core/sdk/src/main/gen/com/viam/service/slam/v1/Slam.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/slam/v1/slam.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.slam.v1;
public final class Slam {
diff --git a/core/sdk/src/main/gen/com/viam/service/vision/v1/Vision.java b/core/sdk/src/main/gen/com/viam/service/vision/v1/Vision.java
index 6280f00ec..021031e79 100644
--- a/core/sdk/src/main/gen/com/viam/service/vision/v1/Vision.java
+++ b/core/sdk/src/main/gen/com/viam/service/vision/v1/Vision.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: service/vision/v1/vision.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package com.viam.service.vision.v1;
public final class Vision {
diff --git a/core/sdk/src/main/gen/com/viam/service/vision/v1/VisionServiceGrpc.java b/core/sdk/src/main/gen/com/viam/service/vision/v1/VisionServiceGrpc.java
index 276c110e1..b8f5b165e 100644
--- a/core/sdk/src/main/gen/com/viam/service/vision/v1/VisionServiceGrpc.java
+++ b/core/sdk/src/main/gen/com/viam/service/vision/v1/VisionServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: service/vision/v1/vision.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class VisionServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/Echo.java b/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/Echo.java
index 58d8f122d..0ada61dbf 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/Echo.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/Echo.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/examples/echo/v1/echo.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.examples.echo.v1;
public final class Echo {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/EchoServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/EchoServiceGrpc.java
index 887fc950b..46c6004eb 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/EchoServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/echo/v1/EchoServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/examples/echo/v1/echo.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class EchoServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/EchoResourceServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/EchoResourceServiceGrpc.java
index cc2589cab..e631af688 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/EchoResourceServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/EchoResourceServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/examples/echoresource/v1/echoresource.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class EchoResourceServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/Echoresource.java b/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/Echoresource.java
index 12a462652..38f51dd8c 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/Echoresource.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/echoresource/v1/Echoresource.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/examples/echoresource/v1/echoresource.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.examples.echoresource.v1;
public final class Echoresource {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/FileUploadServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/FileUploadServiceGrpc.java
index c9aab53d1..255fcd72a 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/FileUploadServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/FileUploadServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/examples/fileupload/v1/fileupload.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FileUploadServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/Fileupload.java b/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/Fileupload.java
index e6e9dcfee..11ba6b4b3 100644
--- a/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/Fileupload.java
+++ b/core/sdk/src/main/gen/proto/rpc/examples/fileupload/v1/Fileupload.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/examples/fileupload/v1/fileupload.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.examples.fileupload.v1;
public final class Fileupload {
diff --git a/core/sdk/src/main/gen/proto/rpc/v1/Auth.java b/core/sdk/src/main/gen/proto/rpc/v1/Auth.java
index 017581c3b..f9da1974b 100644
--- a/core/sdk/src/main/gen/proto/rpc/v1/Auth.java
+++ b/core/sdk/src/main/gen/proto/rpc/v1/Auth.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/v1/auth.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.v1;
public final class Auth {
diff --git a/core/sdk/src/main/gen/proto/rpc/v1/AuthServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/v1/AuthServiceGrpc.java
index 70e362db7..9b8948e5c 100644
--- a/core/sdk/src/main/gen/proto/rpc/v1/AuthServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/v1/AuthServiceGrpc.java
@@ -10,7 +10,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/v1/auth.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AuthServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/v1/ExternalAuthServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/v1/ExternalAuthServiceGrpc.java
index 6d2c0310e..20058c45e 100644
--- a/core/sdk/src/main/gen/proto/rpc/v1/ExternalAuthServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/v1/ExternalAuthServiceGrpc.java
@@ -13,7 +13,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/v1/auth.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ExternalAuthServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Grpc.java b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Grpc.java
index 1b6523941..8a4eb67a6 100644
--- a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Grpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Grpc.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/webrtc/v1/grpc.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.webrtc.v1;
public final class Grpc {
diff --git a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Signaling.java b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Signaling.java
index 609afd02a..eb3e9e3fb 100644
--- a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Signaling.java
+++ b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/Signaling.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: proto/rpc/webrtc/v1/signaling.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.rpc.webrtc.v1;
public final class Signaling {
diff --git a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/SignalingServiceGrpc.java b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/SignalingServiceGrpc.java
index ebede66af..b172f8369 100644
--- a/core/sdk/src/main/gen/proto/rpc/webrtc/v1/SignalingServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/rpc/webrtc/v1/SignalingServiceGrpc.java
@@ -9,7 +9,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: proto/rpc/webrtc/v1/signaling.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class SignalingServiceGrpc {
diff --git a/core/sdk/src/main/gen/proto/stream/v1/Stream.java b/core/sdk/src/main/gen/proto/stream/v1/Stream.java
index 402a6ee1c..f3c1c1007 100644
--- a/core/sdk/src/main/gen/proto/stream/v1/Stream.java
+++ b/core/sdk/src/main/gen/proto/stream/v1/Stream.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: stream/v1/stream.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package proto.stream.v1;
public final class Stream {
diff --git a/core/sdk/src/main/gen/proto/stream/v1/StreamServiceGrpc.java b/core/sdk/src/main/gen/proto/stream/v1/StreamServiceGrpc.java
index f65a1b963..da9e8758d 100644
--- a/core/sdk/src/main/gen/proto/stream/v1/StreamServiceGrpc.java
+++ b/core/sdk/src/main/gen/proto/stream/v1/StreamServiceGrpc.java
@@ -10,7 +10,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: stream/v1/stream.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class StreamServiceGrpc {
diff --git a/core/sdk/src/main/gen/tagger/v1/Tagger.java b/core/sdk/src/main/gen/tagger/v1/Tagger.java
index 619cdb4e2..cf6d17d47 100644
--- a/core/sdk/src/main/gen/tagger/v1/Tagger.java
+++ b/core/sdk/src/main/gen/tagger/v1/Tagger.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: tagger/v1/tagger.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package tagger.v1;
public final class Tagger {
diff --git a/core/sdk/src/main/gen/viam/app/agent/v1/Agent.java b/core/sdk/src/main/gen/viam/app/agent/v1/Agent.java
index 98865d826..084296a61 100644
--- a/core/sdk/src/main/gen/viam/app/agent/v1/Agent.java
+++ b/core/sdk/src/main/gen/viam/app/agent/v1/Agent.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/agent/v1/agent.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.agent.v1;
public final class Agent {
@@ -1683,7 +1684,7 @@ public interface DeviceSubsystemConfigOrBuilder extends
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1692,7 +1693,7 @@ public interface DeviceSubsystemConfigOrBuilder extends
boolean hasAttributes();
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1857,7 +1858,7 @@ private void clearForceRestart() {
private com.google.protobuf.Struct attributes_;
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1868,7 +1869,7 @@ public boolean hasAttributes() {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1879,7 +1880,7 @@ public com.google.protobuf.Struct getAttributes() {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1891,7 +1892,7 @@ private void setAttributes(com.google.protobuf.Struct value) {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -1910,7 +1911,7 @@ private void mergeAttributes(com.google.protobuf.Struct value) {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2169,7 +2170,7 @@ public Builder clearForceRestart() {
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2180,7 +2181,7 @@ public boolean hasAttributes() {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2191,7 +2192,7 @@ public com.google.protobuf.Struct getAttributes() {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2203,7 +2204,7 @@ public Builder setAttributes(com.google.protobuf.Struct value) {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2216,7 +2217,7 @@ public Builder setAttributes(
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
@@ -2228,7 +2229,7 @@ public Builder mergeAttributes(com.google.protobuf.Struct value) {
}
/**
*
- *arbitrary config sections
+ * arbitrary config sections
*
*
* .google.protobuf.Struct attributes = 4 [json_name = "attributes"];
diff --git a/core/sdk/src/main/gen/viam/app/agent/v1/AgentDeviceServiceGrpc.java b/core/sdk/src/main/gen/viam/app/agent/v1/AgentDeviceServiceGrpc.java
index dc7fab300..71e076c06 100644
--- a/core/sdk/src/main/gen/viam/app/agent/v1/AgentDeviceServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/agent/v1/AgentDeviceServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/agent/v1/agent.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AgentDeviceServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSLAMServiceGrpc.java b/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSLAMServiceGrpc.java
index 5cbe81c06..91f58cc4b 100644
--- a/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSLAMServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSLAMServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/cloudslam/v1/cloud_slam.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class CloudSLAMServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSlam.java b/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSlam.java
index e3a12e4ec..b7396bbb2 100644
--- a/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSlam.java
+++ b/core/sdk/src/main/gen/viam/app/cloudslam/v1/CloudSlam.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/cloudslam/v1/cloud_slam.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.cloudslam.v1;
public final class CloudSlam {
diff --git a/core/sdk/src/main/gen/viam/app/data/v1/Data.java b/core/sdk/src/main/gen/viam/app/data/v1/Data.java
index eb0e81c5d..54f145dbf 100644
--- a/core/sdk/src/main/gen/viam/app/data/v1/Data.java
+++ b/core/sdk/src/main/gen/viam/app/data/v1/Data.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/data/v1/data.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.data.v1;
public final class Data {
diff --git a/core/sdk/src/main/gen/viam/app/data/v1/DataServiceGrpc.java b/core/sdk/src/main/gen/viam/app/data/v1/DataServiceGrpc.java
index 10b419ef8..e53f52da6 100644
--- a/core/sdk/src/main/gen/viam/app/data/v1/DataServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/data/v1/DataServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/data/v1/data.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DataServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetOuterClass.java b/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetOuterClass.java
index 54ec8300d..73235d207 100644
--- a/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetOuterClass.java
+++ b/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetOuterClass.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/dataset/v1/dataset.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.dataset.v1;
public final class DatasetOuterClass {
diff --git a/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetServiceGrpc.java b/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetServiceGrpc.java
index 6e751a029..f3b913929 100644
--- a/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/dataset/v1/DatasetServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/dataset/v1/dataset.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DatasetServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/datasync/v1/DataSync.java b/core/sdk/src/main/gen/viam/app/datasync/v1/DataSync.java
index d478d343a..6ce78dea9 100644
--- a/core/sdk/src/main/gen/viam/app/datasync/v1/DataSync.java
+++ b/core/sdk/src/main/gen/viam/app/datasync/v1/DataSync.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/datasync/v1/data_sync.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.datasync.v1;
public final class DataSync {
diff --git a/core/sdk/src/main/gen/viam/app/datasync/v1/DataSyncServiceGrpc.java b/core/sdk/src/main/gen/viam/app/datasync/v1/DataSyncServiceGrpc.java
index 76b380f7c..c92416396 100644
--- a/core/sdk/src/main/gen/viam/app/datasync/v1/DataSyncServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/datasync/v1/DataSyncServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/datasync/v1/data_sync.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DataSyncServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/mltraining/v1/MLTrainingServiceGrpc.java b/core/sdk/src/main/gen/viam/app/mltraining/v1/MLTrainingServiceGrpc.java
index 8d040d6d8..0c52e5450 100644
--- a/core/sdk/src/main/gen/viam/app/mltraining/v1/MLTrainingServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/mltraining/v1/MLTrainingServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/mltraining/v1/ml_training.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class MLTrainingServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/mltraining/v1/MlTraining.java b/core/sdk/src/main/gen/viam/app/mltraining/v1/MlTraining.java
index a630dc2d4..9ec7ae929 100644
--- a/core/sdk/src/main/gen/viam/app/mltraining/v1/MlTraining.java
+++ b/core/sdk/src/main/gen/viam/app/mltraining/v1/MlTraining.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/mltraining/v1/ml_training.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.mltraining.v1;
public final class MlTraining {
diff --git a/core/sdk/src/main/gen/viam/app/packages/v1/PackageServiceGrpc.java b/core/sdk/src/main/gen/viam/app/packages/v1/PackageServiceGrpc.java
index 14ac4f25f..bae8ba963 100644
--- a/core/sdk/src/main/gen/viam/app/packages/v1/PackageServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/packages/v1/PackageServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/packages/v1/packages.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PackageServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/packages/v1/Packages.java b/core/sdk/src/main/gen/viam/app/packages/v1/Packages.java
index ae6a508fd..c317cb83a 100644
--- a/core/sdk/src/main/gen/viam/app/packages/v1/Packages.java
+++ b/core/sdk/src/main/gen/viam/app/packages/v1/Packages.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/packages/v1/packages.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.packages.v1;
public final class Packages {
diff --git a/core/sdk/src/main/gen/viam/app/v1/App.java b/core/sdk/src/main/gen/viam/app/v1/App.java
index 78cd6d1cd..bcabe3d99 100644
--- a/core/sdk/src/main/gen/viam/app/v1/App.java
+++ b/core/sdk/src/main/gen/viam/app/v1/App.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/v1/app.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.v1;
public final class App {
@@ -31778,6 +31779,56 @@ public interface GetRobotPartLogsRequestOrBuilder extends
*/
com.google.protobuf.ByteString
getLevelsBytes(int index);
+
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ * @return Whether the start field is set.
+ */
+ boolean hasStart();
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ * @return The start.
+ */
+ com.google.protobuf.Timestamp getStart();
+
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ * @return Whether the end field is set.
+ */
+ boolean hasEnd();
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ * @return The end.
+ */
+ com.google.protobuf.Timestamp getEnd();
+
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return Whether the limit field is set.
+ */
+ boolean hasLimit();
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return The limit.
+ */
+ long getLimit();
+
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return Whether the source field is set.
+ */
+ boolean hasSource();
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The source.
+ */
+ java.lang.String getSource();
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The bytes for source.
+ */
+ com.google.protobuf.ByteString
+ getSourceBytes();
}
/**
* Protobuf type {@code viam.app.v1.GetRobotPartLogsRequest}
@@ -31792,6 +31843,7 @@ private GetRobotPartLogsRequest() {
filter_ = "";
pageToken_ = "";
levels_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
+ source_ = "";
}
private int bitField0_;
public static final int ID_FIELD_NUMBER = 1;
@@ -32124,6 +32176,187 @@ private void addLevelsBytes(
levels_.add(value.toStringUtf8());
}
+ public static final int START_FIELD_NUMBER = 6;
+ private com.google.protobuf.Timestamp start_;
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ @java.lang.Override
+ public boolean hasStart() {
+ return ((bitField0_ & 0x00000004) != 0);
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getStart() {
+ return start_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : start_;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ private void setStart(com.google.protobuf.Timestamp value) {
+ value.getClass();
+ start_ = value;
+ bitField0_ |= 0x00000004;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ @java.lang.SuppressWarnings({"ReferenceEquality"})
+ private void mergeStart(com.google.protobuf.Timestamp value) {
+ value.getClass();
+ if (start_ != null &&
+ start_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+ start_ =
+ com.google.protobuf.Timestamp.newBuilder(start_).mergeFrom(value).buildPartial();
+ } else {
+ start_ = value;
+ }
+ bitField0_ |= 0x00000004;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ private void clearStart() { start_ = null;
+ bitField0_ = (bitField0_ & ~0x00000004);
+ }
+
+ public static final int END_FIELD_NUMBER = 7;
+ private com.google.protobuf.Timestamp end_;
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ @java.lang.Override
+ public boolean hasEnd() {
+ return ((bitField0_ & 0x00000008) != 0);
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getEnd() {
+ return end_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : end_;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ private void setEnd(com.google.protobuf.Timestamp value) {
+ value.getClass();
+ end_ = value;
+ bitField0_ |= 0x00000008;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ @java.lang.SuppressWarnings({"ReferenceEquality"})
+ private void mergeEnd(com.google.protobuf.Timestamp value) {
+ value.getClass();
+ if (end_ != null &&
+ end_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+ end_ =
+ com.google.protobuf.Timestamp.newBuilder(end_).mergeFrom(value).buildPartial();
+ } else {
+ end_ = value;
+ }
+ bitField0_ |= 0x00000008;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ private void clearEnd() { end_ = null;
+ bitField0_ = (bitField0_ & ~0x00000008);
+ }
+
+ public static final int LIMIT_FIELD_NUMBER = 8;
+ private long limit_;
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return Whether the limit field is set.
+ */
+ @java.lang.Override
+ public boolean hasLimit() {
+ return ((bitField0_ & 0x00000010) != 0);
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return The limit.
+ */
+ @java.lang.Override
+ public long getLimit() {
+ return limit_;
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @param value The limit to set.
+ */
+ private void setLimit(long value) {
+ bitField0_ |= 0x00000010;
+ limit_ = value;
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ */
+ private void clearLimit() {
+ bitField0_ = (bitField0_ & ~0x00000010);
+ limit_ = 0L;
+ }
+
+ public static final int SOURCE_FIELD_NUMBER = 9;
+ private java.lang.String source_;
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return Whether the source field is set.
+ */
+ @java.lang.Override
+ public boolean hasSource() {
+ return ((bitField0_ & 0x00000020) != 0);
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The source.
+ */
+ @java.lang.Override
+ public java.lang.String getSource() {
+ return source_;
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The bytes for source.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getSourceBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(source_);
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @param value The source to set.
+ */
+ private void setSource(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+ bitField0_ |= 0x00000020;
+ source_ = value;
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ */
+ private void clearSource() {
+ bitField0_ = (bitField0_ & ~0x00000020);
+ source_ = getDefaultInstance().getSource();
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @param value The bytes for source to set.
+ */
+ private void setSourceBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ source_ = value.toStringUtf8();
+ bitField0_ |= 0x00000020;
+ }
+
public static viam.app.v1.App.GetRobotPartLogsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
@@ -32558,6 +32791,193 @@ public Builder addLevelsBytes(
return this;
}
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ @java.lang.Override
+ public boolean hasStart() {
+ return instance.hasStart();
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getStart() {
+ return instance.getStart();
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ public Builder setStart(com.google.protobuf.Timestamp value) {
+ copyOnWrite();
+ instance.setStart(value);
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ public Builder setStart(
+ com.google.protobuf.Timestamp.Builder builderForValue) {
+ copyOnWrite();
+ instance.setStart(builderForValue.build());
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ public Builder mergeStart(com.google.protobuf.Timestamp value) {
+ copyOnWrite();
+ instance.mergeStart(value);
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp start = 6 [json_name = "start"];
+ */
+ public Builder clearStart() { copyOnWrite();
+ instance.clearStart();
+ return this;
+ }
+
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ @java.lang.Override
+ public boolean hasEnd() {
+ return instance.hasEnd();
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getEnd() {
+ return instance.getEnd();
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ public Builder setEnd(com.google.protobuf.Timestamp value) {
+ copyOnWrite();
+ instance.setEnd(value);
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ public Builder setEnd(
+ com.google.protobuf.Timestamp.Builder builderForValue) {
+ copyOnWrite();
+ instance.setEnd(builderForValue.build());
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ public Builder mergeEnd(com.google.protobuf.Timestamp value) {
+ copyOnWrite();
+ instance.mergeEnd(value);
+ return this;
+ }
+ /**
+ * optional .google.protobuf.Timestamp end = 7 [json_name = "end"];
+ */
+ public Builder clearEnd() { copyOnWrite();
+ instance.clearEnd();
+ return this;
+ }
+
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return Whether the limit field is set.
+ */
+ @java.lang.Override
+ public boolean hasLimit() {
+ return instance.hasLimit();
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return The limit.
+ */
+ @java.lang.Override
+ public long getLimit() {
+ return instance.getLimit();
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @param value The limit to set.
+ * @return This builder for chaining.
+ */
+ public Builder setLimit(long value) {
+ copyOnWrite();
+ instance.setLimit(value);
+ return this;
+ }
+ /**
+ * optional int64 limit = 8 [json_name = "limit"];
+ * @return This builder for chaining.
+ */
+ public Builder clearLimit() {
+ copyOnWrite();
+ instance.clearLimit();
+ return this;
+ }
+
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return Whether the source field is set.
+ */
+ @java.lang.Override
+ public boolean hasSource() {
+ return instance.hasSource();
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The source.
+ */
+ @java.lang.Override
+ public java.lang.String getSource() {
+ return instance.getSource();
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return The bytes for source.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getSourceBytes() {
+ return instance.getSourceBytes();
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @param value The source to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSource(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setSource(value);
+ return this;
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @return This builder for chaining.
+ */
+ public Builder clearSource() {
+ copyOnWrite();
+ instance.clearSource();
+ return this;
+ }
+ /**
+ * optional string source = 9 [json_name = "source"];
+ * @param value The bytes for source to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSourceBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setSourceBytes(value);
+ return this;
+ }
+
// @@protoc_insertion_point(builder_scope:viam.app.v1.GetRobotPartLogsRequest)
}
@java.lang.Override
@@ -32580,10 +33000,15 @@ protected final java.lang.Object dynamicMethod(
"filter_",
"pageToken_",
"levels_",
+ "start_",
+ "end_",
+ "limit_",
+ "source_",
};
java.lang.String info =
- "\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0001\u0000\u0001\u0208\u0002\u0007" +
- "\u0003\u1208\u0000\u0004\u1208\u0001\u0005\u021a";
+ "\u0000\t\u0000\u0001\u0001\t\t\u0000\u0001\u0000\u0001\u0208\u0002\u0007\u0003\u1208" +
+ "\u0000\u0004\u1208\u0001\u0005\u021a\u0006\u1009\u0002\u0007\u1009\u0003\b\u1002" +
+ "\u0004\t\u1208\u0005";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
@@ -34047,34 +34472,6 @@ public interface GetRobotPartHistoryRequestOrBuilder extends
*/
com.google.protobuf.ByteString
getIdBytes();
-
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return Whether the pageToken field is set.
- */
- boolean hasPageToken();
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The pageToken.
- */
- java.lang.String getPageToken();
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The bytes for pageToken.
- */
- com.google.protobuf.ByteString
- getPageTokenBytes();
-
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return Whether the pageLimit field is set.
- */
- boolean hasPageLimit();
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return The pageLimit.
- */
- long getPageLimit();
}
/**
* Protobuf type {@code viam.app.v1.GetRobotPartHistoryRequest}
@@ -34086,9 +34483,7 @@ public static final class GetRobotPartHistoryRequest extends
GetRobotPartHistoryRequestOrBuilder {
private GetRobotPartHistoryRequest() {
id_ = "";
- pageToken_ = "";
}
- private int bitField0_;
public static final int ID_FIELD_NUMBER = 1;
private java.lang.String id_;
/**
@@ -34136,95 +34531,6 @@ private void setIdBytes(
}
- public static final int PAGE_TOKEN_FIELD_NUMBER = 2;
- private java.lang.String pageToken_;
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return Whether the pageToken field is set.
- */
- @java.lang.Override
- public boolean hasPageToken() {
- return ((bitField0_ & 0x00000001) != 0);
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The pageToken.
- */
- @java.lang.Override
- public java.lang.String getPageToken() {
- return pageToken_;
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The bytes for pageToken.
- */
- @java.lang.Override
- public com.google.protobuf.ByteString
- getPageTokenBytes() {
- return com.google.protobuf.ByteString.copyFromUtf8(pageToken_);
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @param value The pageToken to set.
- */
- private void setPageToken(
- java.lang.String value) {
- java.lang.Class> valueClass = value.getClass();
- bitField0_ |= 0x00000001;
- pageToken_ = value;
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- */
- private void clearPageToken() {
- bitField0_ = (bitField0_ & ~0x00000001);
- pageToken_ = getDefaultInstance().getPageToken();
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @param value The bytes for pageToken to set.
- */
- private void setPageTokenBytes(
- com.google.protobuf.ByteString value) {
- checkByteStringIsUtf8(value);
- pageToken_ = value.toStringUtf8();
- bitField0_ |= 0x00000001;
- }
-
- public static final int PAGE_LIMIT_FIELD_NUMBER = 3;
- private long pageLimit_;
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return Whether the pageLimit field is set.
- */
- @java.lang.Override
- public boolean hasPageLimit() {
- return ((bitField0_ & 0x00000002) != 0);
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return The pageLimit.
- */
- @java.lang.Override
- public long getPageLimit() {
- return pageLimit_;
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @param value The pageLimit to set.
- */
- private void setPageLimit(long value) {
- bitField0_ |= 0x00000002;
- pageLimit_ = value;
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- */
- private void clearPageLimit() {
- bitField0_ = (bitField0_ & ~0x00000002);
- pageLimit_ = 0L;
- }
-
public static viam.app.v1.App.GetRobotPartHistoryRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
@@ -34371,99 +34677,6 @@ public Builder setIdBytes(
return this;
}
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return Whether the pageToken field is set.
- */
- @java.lang.Override
- public boolean hasPageToken() {
- return instance.hasPageToken();
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The pageToken.
- */
- @java.lang.Override
- public java.lang.String getPageToken() {
- return instance.getPageToken();
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return The bytes for pageToken.
- */
- @java.lang.Override
- public com.google.protobuf.ByteString
- getPageTokenBytes() {
- return instance.getPageTokenBytes();
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @param value The pageToken to set.
- * @return This builder for chaining.
- */
- public Builder setPageToken(
- java.lang.String value) {
- copyOnWrite();
- instance.setPageToken(value);
- return this;
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @return This builder for chaining.
- */
- public Builder clearPageToken() {
- copyOnWrite();
- instance.clearPageToken();
- return this;
- }
- /**
- * optional string page_token = 2 [json_name = "pageToken"];
- * @param value The bytes for pageToken to set.
- * @return This builder for chaining.
- */
- public Builder setPageTokenBytes(
- com.google.protobuf.ByteString value) {
- copyOnWrite();
- instance.setPageTokenBytes(value);
- return this;
- }
-
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return Whether the pageLimit field is set.
- */
- @java.lang.Override
- public boolean hasPageLimit() {
- return instance.hasPageLimit();
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return The pageLimit.
- */
- @java.lang.Override
- public long getPageLimit() {
- return instance.getPageLimit();
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @param value The pageLimit to set.
- * @return This builder for chaining.
- */
- public Builder setPageLimit(long value) {
- copyOnWrite();
- instance.setPageLimit(value);
- return this;
- }
- /**
- * optional int64 page_limit = 3 [json_name = "pageLimit"];
- * @return This builder for chaining.
- */
- public Builder clearPageLimit() {
- copyOnWrite();
- instance.clearPageLimit();
- return this;
- }
-
// @@protoc_insertion_point(builder_scope:viam.app.v1.GetRobotPartHistoryRequest)
}
@java.lang.Override
@@ -34480,14 +34693,10 @@ protected final java.lang.Object dynamicMethod(
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
- "bitField0_",
"id_",
- "pageToken_",
- "pageLimit_",
};
java.lang.String info =
- "\u0000\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0208\u0002\u1208" +
- "\u0000\u0003\u1002\u0001";
+ "\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u0208";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
@@ -34559,18 +34768,6 @@ public interface GetRobotPartHistoryResponseOrBuilder extends
* repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
*/
int getHistoryCount();
-
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The nextPageToken.
- */
- java.lang.String getNextPageToken();
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The bytes for nextPageToken.
- */
- com.google.protobuf.ByteString
- getNextPageTokenBytes();
}
/**
* Protobuf type {@code viam.app.v1.GetRobotPartHistoryResponse}
@@ -34582,7 +34779,6 @@ public static final class GetRobotPartHistoryResponse extends
GetRobotPartHistoryResponseOrBuilder {
private GetRobotPartHistoryResponse() {
history_ = emptyProtobufList();
- nextPageToken_ = "";
}
public static final int HISTORY_FIELD_NUMBER = 1;
private com.google.protobuf.Internal.ProtobufList history_;
@@ -34678,53 +34874,6 @@ private void removeHistory(int index) {
history_.remove(index);
}
- public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2;
- private java.lang.String nextPageToken_;
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The nextPageToken.
- */
- @java.lang.Override
- public java.lang.String getNextPageToken() {
- return nextPageToken_;
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The bytes for nextPageToken.
- */
- @java.lang.Override
- public com.google.protobuf.ByteString
- getNextPageTokenBytes() {
- return com.google.protobuf.ByteString.copyFromUtf8(nextPageToken_);
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @param value The nextPageToken to set.
- */
- private void setNextPageToken(
- java.lang.String value) {
- java.lang.Class> valueClass = value.getClass();
-
- nextPageToken_ = value;
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- */
- private void clearNextPageToken() {
-
- nextPageToken_ = getDefaultInstance().getNextPageToken();
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @param value The bytes for nextPageToken to set.
- */
- private void setNextPageTokenBytes(
- com.google.protobuf.ByteString value) {
- checkByteStringIsUtf8(value);
- nextPageToken_ = value.toStringUtf8();
-
- }
-
public static viam.app.v1.App.GetRobotPartHistoryResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
@@ -34924,55 +35073,6 @@ public Builder removeHistory(int index) {
return this;
}
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The nextPageToken.
- */
- @java.lang.Override
- public java.lang.String getNextPageToken() {
- return instance.getNextPageToken();
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return The bytes for nextPageToken.
- */
- @java.lang.Override
- public com.google.protobuf.ByteString
- getNextPageTokenBytes() {
- return instance.getNextPageTokenBytes();
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @param value The nextPageToken to set.
- * @return This builder for chaining.
- */
- public Builder setNextPageToken(
- java.lang.String value) {
- copyOnWrite();
- instance.setNextPageToken(value);
- return this;
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @return This builder for chaining.
- */
- public Builder clearNextPageToken() {
- copyOnWrite();
- instance.clearNextPageToken();
- return this;
- }
- /**
- * string next_page_token = 2 [json_name = "nextPageToken"];
- * @param value The bytes for nextPageToken to set.
- * @return This builder for chaining.
- */
- public Builder setNextPageTokenBytes(
- com.google.protobuf.ByteString value) {
- copyOnWrite();
- instance.setNextPageTokenBytes(value);
- return this;
- }
-
// @@protoc_insertion_point(builder_scope:viam.app.v1.GetRobotPartHistoryResponse)
}
@java.lang.Override
@@ -34991,11 +35091,9 @@ protected final java.lang.Object dynamicMethod(
java.lang.Object[] objects = new java.lang.Object[] {
"history_",
viam.app.v1.App.RobotPartHistoryEntry.class,
- "nextPageToken_",
};
java.lang.String info =
- "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0001\u0000\u0001\u001b\u0002\u0208" +
- "";
+ "\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0001\u0000\u0001\u001b";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
diff --git a/core/sdk/src/main/gen/viam/app/v1/AppServiceGrpc.java b/core/sdk/src/main/gen/viam/app/v1/AppServiceGrpc.java
index ea258355c..66aabf40f 100644
--- a/core/sdk/src/main/gen/viam/app/v1/AppServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/v1/AppServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/v1/app.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AppServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/v1/Billing.java b/core/sdk/src/main/gen/viam/app/v1/Billing.java
index 470cf3674..49e989d29 100644
--- a/core/sdk/src/main/gen/viam/app/v1/Billing.java
+++ b/core/sdk/src/main/gen/viam/app/v1/Billing.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/v1/billing.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.v1;
public final class Billing {
diff --git a/core/sdk/src/main/gen/viam/app/v1/BillingServiceGrpc.java b/core/sdk/src/main/gen/viam/app/v1/BillingServiceGrpc.java
index 7d0131f19..18caaaf44 100644
--- a/core/sdk/src/main/gen/viam/app/v1/BillingServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/v1/BillingServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/v1/billing.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class BillingServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/v1/EndUser.java b/core/sdk/src/main/gen/viam/app/v1/EndUser.java
index bd7482261..c971cac79 100644
--- a/core/sdk/src/main/gen/viam/app/v1/EndUser.java
+++ b/core/sdk/src/main/gen/viam/app/v1/EndUser.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/v1/end_user.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.v1;
public final class EndUser {
diff --git a/core/sdk/src/main/gen/viam/app/v1/EndUserServiceGrpc.java b/core/sdk/src/main/gen/viam/app/v1/EndUserServiceGrpc.java
index f527d17a6..c55cb8ec6 100644
--- a/core/sdk/src/main/gen/viam/app/v1/EndUserServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/v1/EndUserServiceGrpc.java
@@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/v1/end_user.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class EndUserServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/app/v1/Robot.java b/core/sdk/src/main/gen/viam/app/v1/Robot.java
index fceeeeeca..05d192fc3 100644
--- a/core/sdk/src/main/gen/viam/app/v1/Robot.java
+++ b/core/sdk/src/main/gen/viam/app/v1/Robot.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: app/v1/robot.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.app.v1;
public final class Robot {
diff --git a/core/sdk/src/main/gen/viam/app/v1/RobotServiceGrpc.java b/core/sdk/src/main/gen/viam/app/v1/RobotServiceGrpc.java
index 9892b583a..2e5b637de 100644
--- a/core/sdk/src/main/gen/viam/app/v1/RobotServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/app/v1/RobotServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: app/v1/robot.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class RobotServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/module/v1/Module.java b/core/sdk/src/main/gen/viam/module/v1/Module.java
index ceb074a19..91eab3752 100644
--- a/core/sdk/src/main/gen/viam/module/v1/Module.java
+++ b/core/sdk/src/main/gen/viam/module/v1/Module.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: module/v1/module.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.module.v1;
public final class Module {
diff --git a/core/sdk/src/main/gen/viam/module/v1/ModuleServiceGrpc.java b/core/sdk/src/main/gen/viam/module/v1/ModuleServiceGrpc.java
index 3561a3ca8..a19c9082d 100644
--- a/core/sdk/src/main/gen/viam/module/v1/ModuleServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/module/v1/ModuleServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: module/v1/module.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ModuleServiceGrpc {
diff --git a/core/sdk/src/main/gen/viam/provisioning/v1/Provisioning.java b/core/sdk/src/main/gen/viam/provisioning/v1/Provisioning.java
index c698a16c2..b8b22c869 100644
--- a/core/sdk/src/main/gen/viam/provisioning/v1/Provisioning.java
+++ b/core/sdk/src/main/gen/viam/provisioning/v1/Provisioning.java
@@ -1,7 +1,8 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: provisioning/v1/provisioning.proto
+// Protobuf Java Version: 4.27.2
-// Protobuf Java Version: 3.25.2
package viam.provisioning.v1;
public final class Provisioning {
diff --git a/core/sdk/src/main/gen/viam/provisioning/v1/ProvisioningServiceGrpc.java b/core/sdk/src/main/gen/viam/provisioning/v1/ProvisioningServiceGrpc.java
index ae64a4b65..c116f6b78 100644
--- a/core/sdk/src/main/gen/viam/provisioning/v1/ProvisioningServiceGrpc.java
+++ b/core/sdk/src/main/gen/viam/provisioning/v1/ProvisioningServiceGrpc.java
@@ -8,7 +8,7 @@
*
*/
@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.61.1)",
+ value = "by gRPC proto compiler (version 1.65.1)",
comments = "Source: provisioning/v1/provisioning.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ProvisioningServiceGrpc {
diff --git a/core/sdk/src/main/resources/protofds/viam.api b/core/sdk/src/main/resources/protofds/viam.api
index 939d6fee7..820a5d18d 100644
Binary files a/core/sdk/src/main/resources/protofds/viam.api and b/core/sdk/src/main/resources/protofds/viam.api differ