diff --git a/api_version.lock b/api_version.lock index 35d19fbfb..16c565f2e 100644 --- a/api_version.lock +++ b/api_version.lock @@ -1 +1 @@ -v0.1.327 +v0.1.332 diff --git a/core/sdk/src/main/gen/com/google/api/AnnotationsProto.java b/core/sdk/src/main/gen/com/google/api/AnnotationsProto.java index 48519a6a9..9ea183896 100644 --- a/core/sdk/src/main/gen/com/google/api/AnnotationsProto.java +++ b/core/sdk/src/main/gen/com/google/api/AnnotationsProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/annotations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class AnnotationsProto { diff --git a/core/sdk/src/main/gen/com/google/api/ClientLibraryDestination.java b/core/sdk/src/main/gen/com/google/api/ClientLibraryDestination.java index 19a21e15a..b2f485b69 100644 --- a/core/sdk/src/main/gen/com/google/api/ClientLibraryDestination.java +++ b/core/sdk/src/main/gen/com/google/api/ClientLibraryDestination.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/ClientLibraryOrganization.java b/core/sdk/src/main/gen/com/google/api/ClientLibraryOrganization.java index c371f0a8d..96fad1c6b 100644 --- a/core/sdk/src/main/gen/com/google/api/ClientLibraryOrganization.java +++ b/core/sdk/src/main/gen/com/google/api/ClientLibraryOrganization.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/ClientLibrarySettings.java b/core/sdk/src/main/gen/com/google/api/ClientLibrarySettings.java index 956584789..b53277b6b 100644 --- a/core/sdk/src/main/gen/com/google/api/ClientLibrarySettings.java +++ b/core/sdk/src/main/gen/com/google/api/ClientLibrarySettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/ClientLibrarySettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/ClientLibrarySettingsOrBuilder.java index 9c28e1510..49118cf43 100644 --- a/core/sdk/src/main/gen/com/google/api/ClientLibrarySettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/ClientLibrarySettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface ClientLibrarySettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/ClientProto.java b/core/sdk/src/main/gen/com/google/api/ClientProto.java index 79cc5d791..5f3384289 100644 --- a/core/sdk/src/main/gen/com/google/api/ClientProto.java +++ b/core/sdk/src/main/gen/com/google/api/ClientProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class ClientProto { @@ -30,27 +31,27 @@ public static void registerAllExtensions( * * For example, the proto RPC and annotation: * - * rpc CreateSubscription(CreateSubscriptionRequest) - * returns (Subscription) { - * option (google.api.method_signature) = "name,topic"; - * } + * rpc CreateSubscription(CreateSubscriptionRequest) + * returns (Subscription) { + * option (google.api.method_signature) = "name,topic"; + * } * * Would add the following Java overload (in addition to the method accepting * the request object): * - * public final Subscription createSubscription(String name, String topic) + * public final Subscription createSubscription(String name, String topic) * * The following backwards-compatibility guidelines apply: * - * * Adding this annotation to an unannotated method is backwards - * compatible. - * * Adding this annotation to a method which already has existing - * method signature annotations is backwards compatible if and only if - * the new method signature annotation is last in the sequence. - * * Modifying or removing an existing method signature annotation is - * a breaking change. - * * Re-ordering existing method signature annotations is a breaking - * change. + * * Adding this annotation to an unannotated method is backwards + * compatible. + * * Adding this annotation to a method which already has existing + * method signature annotations is backwards compatible if and only if + * the new method signature annotation is last in the sequence. + * * Modifying or removing an existing method signature annotation is + * a breaking change. + * * Re-ordering existing method signature annotations is a breaking + * change. * * * extend .google.protobuf.MethodOptions { ... } @@ -75,10 +76,10 @@ public static void registerAllExtensions( * * Example: * - * service Foo { - * option (google.api.default_host) = "foo.googleapi.com"; - * ... - * } + * service Foo { + * option (google.api.default_host) = "foo.googleapi.com"; + * ... + * } * * * extend .google.protobuf.ServiceOptions { ... } @@ -102,22 +103,22 @@ public static void registerAllExtensions( * * Example: * - * service Foo { - * option (google.api.oauth_scopes) = \ - * "https://www.googleapis.com/auth/cloud-platform"; - * ... - * } + * service Foo { + * option (google.api.oauth_scopes) = \ + * "https://www.googleapis.com/auth/cloud-platform"; + * ... + * } * * If there is more than one scope, use a comma-separated string: * * Example: * - * service Foo { - * option (google.api.oauth_scopes) = \ - * "https://www.googleapis.com/auth/cloud-platform," - * "https://www.googleapis.com/auth/monitoring"; - * ... - * } + * service Foo { + * option (google.api.oauth_scopes) = \ + * "https://www.googleapis.com/auth/cloud-platform," + * "https://www.googleapis.com/auth/monitoring"; + * ... + * } * * * extend .google.protobuf.ServiceOptions { ... } @@ -148,9 +149,9 @@ public static void registerAllExtensions( * * Example: * - * service Foo { - * option (google.api.api_version) = "v1_20230821_preview"; - * } + * service Foo { + * option (google.api.api_version) = "v1_20230821_preview"; + * } * * * extend .google.protobuf.ServiceOptions { ... } diff --git a/core/sdk/src/main/gen/com/google/api/CommonLanguageSettings.java b/core/sdk/src/main/gen/com/google/api/CommonLanguageSettings.java index 5f57334d1..fc5698f6f 100644 --- a/core/sdk/src/main/gen/com/google/api/CommonLanguageSettings.java +++ b/core/sdk/src/main/gen/com/google/api/CommonLanguageSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/CommonLanguageSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/CommonLanguageSettingsOrBuilder.java index adcec2391..65d42c71e 100644 --- a/core/sdk/src/main/gen/com/google/api/CommonLanguageSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/CommonLanguageSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface CommonLanguageSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/CppSettings.java b/core/sdk/src/main/gen/com/google/api/CppSettings.java index 4e7239a84..8b8a7cd7a 100644 --- a/core/sdk/src/main/gen/com/google/api/CppSettings.java +++ b/core/sdk/src/main/gen/com/google/api/CppSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/CppSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/CppSettingsOrBuilder.java index 4741ca7ef..518553852 100644 --- a/core/sdk/src/main/gen/com/google/api/CppSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/CppSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface CppSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/CustomHttpPattern.java b/core/sdk/src/main/gen/com/google/api/CustomHttpPattern.java index 955298a73..cf6536f6f 100644 --- a/core/sdk/src/main/gen/com/google/api/CustomHttpPattern.java +++ b/core/sdk/src/main/gen/com/google/api/CustomHttpPattern.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/CustomHttpPatternOrBuilder.java b/core/sdk/src/main/gen/com/google/api/CustomHttpPatternOrBuilder.java index 867265b7d..e50b57266 100644 --- a/core/sdk/src/main/gen/com/google/api/CustomHttpPatternOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/CustomHttpPatternOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface CustomHttpPatternOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/DotnetSettings.java b/core/sdk/src/main/gen/com/google/api/DotnetSettings.java index 4b6432e0e..940915fac 100644 --- a/core/sdk/src/main/gen/com/google/api/DotnetSettings.java +++ b/core/sdk/src/main/gen/com/google/api/DotnetSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/DotnetSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/DotnetSettingsOrBuilder.java index 3ebf84def..836c0146e 100644 --- a/core/sdk/src/main/gen/com/google/api/DotnetSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/DotnetSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface DotnetSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/FieldBehavior.java b/core/sdk/src/main/gen/com/google/api/FieldBehavior.java index 10e905c72..c26cc4289 100644 --- a/core/sdk/src/main/gen/com/google/api/FieldBehavior.java +++ b/core/sdk/src/main/gen/com/google/api/FieldBehavior.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_behavior.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/FieldBehaviorProto.java b/core/sdk/src/main/gen/com/google/api/FieldBehaviorProto.java index 5823394be..1361f906a 100644 --- a/core/sdk/src/main/gen/com/google/api/FieldBehaviorProto.java +++ b/core/sdk/src/main/gen/com/google/api/FieldBehaviorProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_behavior.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class FieldBehaviorProto { @@ -18,13 +19,13 @@ public static void registerAllExtensions( * * Examples: * - * string name = 1 [(google.api.field_behavior) = REQUIRED]; - * State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - * google.protobuf.Duration ttl = 1 - * [(google.api.field_behavior) = INPUT_ONLY]; - * google.protobuf.Timestamp expire_time = 1 - * [(google.api.field_behavior) = OUTPUT_ONLY, - * (google.api.field_behavior) = IMMUTABLE]; + * string name = 1 [(google.api.field_behavior) = REQUIRED]; + * State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + * google.protobuf.Duration ttl = 1 + * [(google.api.field_behavior) = INPUT_ONLY]; + * google.protobuf.Timestamp expire_time = 1 + * [(google.api.field_behavior) = OUTPUT_ONLY, + * (google.api.field_behavior) = IMMUTABLE]; * * * extend .google.protobuf.FieldOptions { ... } diff --git a/core/sdk/src/main/gen/com/google/api/FieldInfo.java b/core/sdk/src/main/gen/com/google/api/FieldInfo.java index 037a87659..1e878780e 100644 --- a/core/sdk/src/main/gen/com/google/api/FieldInfo.java +++ b/core/sdk/src/main/gen/com/google/api/FieldInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_info.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/FieldInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/api/FieldInfoOrBuilder.java index 1d77b8bc5..14770c494 100644 --- a/core/sdk/src/main/gen/com/google/api/FieldInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/FieldInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_info.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface FieldInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/FieldInfoProto.java b/core/sdk/src/main/gen/com/google/api/FieldInfoProto.java index 3603649d2..6b8f7a12e 100644 --- a/core/sdk/src/main/gen/com/google/api/FieldInfoProto.java +++ b/core/sdk/src/main/gen/com/google/api/FieldInfoProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_info.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class FieldInfoProto { @@ -17,19 +18,19 @@ public static void registerAllExtensions( * * Examples: * - * string request_id = 1 [(google.api.field_info).format = UUID4]; - * string old_ip_address = 2 [(google.api.field_info).format = IPV4]; - * string new_ip_address = 3 [(google.api.field_info).format = IPV6]; - * string actual_ip_address = 4 [ - * (google.api.field_info).format = IPV4_OR_IPV6 - * ]; - * google.protobuf.Any generic_field = 5 [ - * (google.api.field_info).referenced_types = {type_name: "ActualType"}, - * (google.api.field_info).referenced_types = {type_name: "OtherType"}, - * ]; - * google.protobuf.Any generic_user_input = 5 [ - * (google.api.field_info).referenced_types = {type_name: "*"}, - * ]; + * string request_id = 1 [(google.api.field_info).format = UUID4]; + * string old_ip_address = 2 [(google.api.field_info).format = IPV4]; + * string new_ip_address = 3 [(google.api.field_info).format = IPV6]; + * string actual_ip_address = 4 [ + * (google.api.field_info).format = IPV4_OR_IPV6 + * ]; + * google.protobuf.Any generic_field = 5 [ + * (google.api.field_info).referenced_types = {type_name: "ActualType"}, + * (google.api.field_info).referenced_types = {type_name: "OtherType"}, + * ]; + * google.protobuf.Any generic_user_input = 5 [ + * (google.api.field_info).referenced_types = {type_name: "*"}, + * ]; * * * extend .google.protobuf.FieldOptions { ... } diff --git a/core/sdk/src/main/gen/com/google/api/GoSettings.java b/core/sdk/src/main/gen/com/google/api/GoSettings.java index 270e452b1..38d838a3b 100644 --- a/core/sdk/src/main/gen/com/google/api/GoSettings.java +++ b/core/sdk/src/main/gen/com/google/api/GoSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/GoSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/GoSettingsOrBuilder.java index 6b7bf1b1b..415477063 100644 --- a/core/sdk/src/main/gen/com/google/api/GoSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/GoSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface GoSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/Http.java b/core/sdk/src/main/gen/com/google/api/Http.java index 806d2d647..51ad2898b 100644 --- a/core/sdk/src/main/gen/com/google/api/Http.java +++ b/core/sdk/src/main/gen/com/google/api/Http.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/HttpBody.java b/core/sdk/src/main/gen/com/google/api/HttpBody.java index f56fbd3b2..9f99a71b7 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpBody.java +++ b/core/sdk/src/main/gen/com/google/api/HttpBody.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/httpbody.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -20,32 +21,32 @@ * * Example: * - * message GetResourceRequest { - * // A unique request id. - * string request_id = 1; + * message GetResourceRequest { + * // A unique request id. + * string request_id = 1; * - * // The raw HTTP body is bound to this field. - * google.api.HttpBody http_body = 2; + * // The raw HTTP body is bound to this field. + * google.api.HttpBody http_body = 2; * - * } + * } * - * service ResourceService { - * rpc GetResource(GetResourceRequest) - * returns (google.api.HttpBody); - * rpc UpdateResource(google.api.HttpBody) - * returns (google.protobuf.Empty); + * service ResourceService { + * rpc GetResource(GetResourceRequest) + * returns (google.api.HttpBody); + * rpc UpdateResource(google.api.HttpBody) + * returns (google.protobuf.Empty); * - * } + * } * * Example with streaming methods: * - * service CaldavService { - * rpc GetCalendar(stream google.api.HttpBody) - * returns (stream google.api.HttpBody); - * rpc UpdateCalendar(stream google.api.HttpBody) - * returns (stream google.api.HttpBody); + * service CaldavService { + * rpc GetCalendar(stream google.api.HttpBody) + * returns (stream google.api.HttpBody); + * rpc UpdateCalendar(stream google.api.HttpBody) + * returns (stream google.api.HttpBody); * - * } + * } * * Use of this type only changes how the request and response bodies are * handled, all other features will continue to work unchanged. @@ -417,32 +418,32 @@ public static Builder newBuilder(com.google.api.HttpBody prototype) { * * Example: * - * message GetResourceRequest { - * // A unique request id. - * string request_id = 1; + * message GetResourceRequest { + * // A unique request id. + * string request_id = 1; * - * // The raw HTTP body is bound to this field. - * google.api.HttpBody http_body = 2; + * // The raw HTTP body is bound to this field. + * google.api.HttpBody http_body = 2; * - * } + * } * - * service ResourceService { - * rpc GetResource(GetResourceRequest) - * returns (google.api.HttpBody); - * rpc UpdateResource(google.api.HttpBody) - * returns (google.protobuf.Empty); + * service ResourceService { + * rpc GetResource(GetResourceRequest) + * returns (google.api.HttpBody); + * rpc UpdateResource(google.api.HttpBody) + * returns (google.protobuf.Empty); * - * } + * } * * Example with streaming methods: * - * service CaldavService { - * rpc GetCalendar(stream google.api.HttpBody) - * returns (stream google.api.HttpBody); - * rpc UpdateCalendar(stream google.api.HttpBody) - * returns (stream google.api.HttpBody); + * service CaldavService { + * rpc GetCalendar(stream google.api.HttpBody) + * returns (stream google.api.HttpBody); + * rpc UpdateCalendar(stream google.api.HttpBody) + * returns (stream google.api.HttpBody); * - * } + * } * * Use of this type only changes how the request and response bodies are * handled, all other features will continue to work unchanged. diff --git a/core/sdk/src/main/gen/com/google/api/HttpBodyOrBuilder.java b/core/sdk/src/main/gen/com/google/api/HttpBodyOrBuilder.java index 8007c6f46..bfefb7f23 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpBodyOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/HttpBodyOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/httpbody.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface HttpBodyOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/HttpBodyProto.java b/core/sdk/src/main/gen/com/google/api/HttpBodyProto.java index 4a4b605fd..e01b9de42 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpBodyProto.java +++ b/core/sdk/src/main/gen/com/google/api/HttpBodyProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/httpbody.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class HttpBodyProto { diff --git a/core/sdk/src/main/gen/com/google/api/HttpOrBuilder.java b/core/sdk/src/main/gen/com/google/api/HttpOrBuilder.java index f6b278eb7..3a34dbee4 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/HttpOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface HttpOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/HttpProto.java b/core/sdk/src/main/gen/com/google/api/HttpProto.java index d45f48ec0..431092c9d 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpProto.java +++ b/core/sdk/src/main/gen/com/google/api/HttpProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class HttpProto { diff --git a/core/sdk/src/main/gen/com/google/api/HttpRule.java b/core/sdk/src/main/gen/com/google/api/HttpRule.java index 0cba9a0ce..3b836c813 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpRule.java +++ b/core/sdk/src/main/gen/com/google/api/HttpRule.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -31,19 +32,19 @@ * * Example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get: "/v1/{name=messages/*}" - * }; - * } - * } - * message GetMessageRequest { - * string name = 1; // Mapped to URL path. - * } - * message Message { - * string text = 1; // The resource content. - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get: "/v1/{name=messages/*}" + * }; + * } + * } + * message GetMessageRequest { + * string name = 1; // Mapped to URL path. + * } + * message Message { + * string text = 1; // The resource content. + * } * * This enables an HTTP REST to gRPC mapping as below: * @@ -54,21 +55,21 @@ * automatically become HTTP query parameters if there is no HTTP request body. * For example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get:"/v1/messages/{message_id}" - * }; - * } - * } - * message GetMessageRequest { - * message SubMessage { - * string subfield = 1; - * } - * string message_id = 1; // Mapped to URL path. - * int64 revision = 2; // Mapped to URL query parameter `revision`. - * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`. - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get:"/v1/messages/{message_id}" + * }; + * } + * } + * message GetMessageRequest { + * message SubMessage { + * string subfield = 1; + * } + * string message_id = 1; // Mapped to URL path. + * int64 revision = 2; // Mapped to URL query parameter `revision`. + * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`. + * } * * This enables a HTTP JSON to RPC mapping as below: * @@ -87,18 +88,18 @@ * specifies the mapping. Consider a REST update method on the * message resource collection: * - * service Messaging { - * rpc UpdateMessage(UpdateMessageRequest) returns (Message) { - * option (google.api.http) = { - * patch: "/v1/messages/{message_id}" - * body: "message" - * }; - * } - * } - * message UpdateMessageRequest { - * string message_id = 1; // mapped to the URL - * Message message = 2; // mapped to the body - * } + * service Messaging { + * rpc UpdateMessage(UpdateMessageRequest) returns (Message) { + * option (google.api.http) = { + * patch: "/v1/messages/{message_id}" + * body: "message" + * }; + * } + * } + * message UpdateMessageRequest { + * string message_id = 1; // mapped to the URL + * Message message = 2; // mapped to the body + * } * * The following HTTP JSON to RPC mapping is enabled, where the * representation of the JSON in the request body is determined by @@ -112,18 +113,18 @@ * request body. This enables the following alternative definition of * the update method: * - * service Messaging { - * rpc UpdateMessage(Message) returns (Message) { - * option (google.api.http) = { - * patch: "/v1/messages/{message_id}" - * body: "*" - * }; - * } - * } - * message Message { - * string message_id = 1; - * string text = 2; - * } + * service Messaging { + * rpc UpdateMessage(Message) returns (Message) { + * option (google.api.http) = { + * patch: "/v1/messages/{message_id}" + * body: "*" + * }; + * } + * } + * message Message { + * string message_id = 1; + * string text = 2; + * } * * * The following HTTP JSON to RPC mapping is enabled: @@ -140,20 +141,20 @@ * It is possible to define multiple HTTP methods for one RPC by using * the `additional_bindings` option. Example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get: "/v1/messages/{message_id}" - * additional_bindings { - * get: "/v1/users/{user_id}/messages/{message_id}" - * } - * }; - * } - * } - * message GetMessageRequest { - * string message_id = 1; - * string user_id = 2; - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get: "/v1/messages/{message_id}" + * additional_bindings { + * get: "/v1/users/{user_id}/messages/{message_id}" + * } + * }; + * } + * } + * message GetMessageRequest { + * string message_id = 1; + * string user_id = 2; + * } * * This enables the following two alternative HTTP JSON to RPC mappings: * @@ -166,30 +167,30 @@ * Rules for HTTP mapping * * 1. Leaf request fields (recursive expansion nested messages in the request - * message) are classified into three categories: - * - Fields referred by the path template. They are passed via the URL path. - * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They - * are passed via the HTTP - * request body. - * - All other fields are passed via the URL query parameters, and the - * parameter name is the field path in the request message. A repeated - * field can be represented as multiple query parameters under the same - * name. - * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL - * query parameter, all fields - * are passed via URL path and HTTP request body. - * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP - * request body, all - * fields are passed via URL path and URL query parameters. + * message) are classified into three categories: + * - Fields referred by the path template. They are passed via the URL path. + * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They + * are passed via the HTTP + * request body. + * - All other fields are passed via the URL query parameters, and the + * parameter name is the field path in the request message. A repeated + * field can be represented as multiple query parameters under the same + * name. + * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL + * query parameter, all fields + * are passed via URL path and HTTP request body. + * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP + * request body, all + * fields are passed via URL path and URL query parameters. * * Path template syntax * - * Template = "/" Segments [ Verb ] ; - * Segments = Segment { "/" Segment } ; - * Segment = "*" | "**" | LITERAL | Variable ; - * Variable = "{" FieldPath [ "=" Segments ] "}" ; - * FieldPath = IDENT { "." IDENT } ; - * Verb = ":" LITERAL ; + * Template = "/" Segments [ Verb ] ; + * Segments = Segment { "/" Segment } ; + * Segment = "*" | "**" | LITERAL | Variable ; + * Variable = "{" FieldPath [ "=" Segments ] "}" ; + * FieldPath = IDENT { "." IDENT } ; + * Verb = ":" LITERAL ; * * The syntax `*` matches a single URL path segment. The syntax `**` matches * zero or more URL path segments, which must be the last part of the URL path @@ -238,10 +239,10 @@ * * The following example selects a gRPC method and applies an `HttpRule` to it: * - * http: - * rules: - * - selector: example.v1.Messaging.GetMessage - * get: /v1/messages/{message_id}/{sub.subfield} + * http: + * rules: + * - selector: example.v1.Messaging.GetMessage + * get: /v1/messages/{message_id}/{sub.subfield} * * Special notes * @@ -1403,19 +1404,19 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * * Example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get: "/v1/{name=messages/*}" - * }; - * } - * } - * message GetMessageRequest { - * string name = 1; // Mapped to URL path. - * } - * message Message { - * string text = 1; // The resource content. - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get: "/v1/{name=messages/*}" + * }; + * } + * } + * message GetMessageRequest { + * string name = 1; // Mapped to URL path. + * } + * message Message { + * string text = 1; // The resource content. + * } * * This enables an HTTP REST to gRPC mapping as below: * @@ -1426,21 +1427,21 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * automatically become HTTP query parameters if there is no HTTP request body. * For example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get:"/v1/messages/{message_id}" - * }; - * } - * } - * message GetMessageRequest { - * message SubMessage { - * string subfield = 1; - * } - * string message_id = 1; // Mapped to URL path. - * int64 revision = 2; // Mapped to URL query parameter `revision`. - * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`. - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get:"/v1/messages/{message_id}" + * }; + * } + * } + * message GetMessageRequest { + * message SubMessage { + * string subfield = 1; + * } + * string message_id = 1; // Mapped to URL path. + * int64 revision = 2; // Mapped to URL query parameter `revision`. + * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`. + * } * * This enables a HTTP JSON to RPC mapping as below: * @@ -1459,18 +1460,18 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * specifies the mapping. Consider a REST update method on the * message resource collection: * - * service Messaging { - * rpc UpdateMessage(UpdateMessageRequest) returns (Message) { - * option (google.api.http) = { - * patch: "/v1/messages/{message_id}" - * body: "message" - * }; - * } - * } - * message UpdateMessageRequest { - * string message_id = 1; // mapped to the URL - * Message message = 2; // mapped to the body - * } + * service Messaging { + * rpc UpdateMessage(UpdateMessageRequest) returns (Message) { + * option (google.api.http) = { + * patch: "/v1/messages/{message_id}" + * body: "message" + * }; + * } + * } + * message UpdateMessageRequest { + * string message_id = 1; // mapped to the URL + * Message message = 2; // mapped to the body + * } * * The following HTTP JSON to RPC mapping is enabled, where the * representation of the JSON in the request body is determined by @@ -1484,18 +1485,18 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * request body. This enables the following alternative definition of * the update method: * - * service Messaging { - * rpc UpdateMessage(Message) returns (Message) { - * option (google.api.http) = { - * patch: "/v1/messages/{message_id}" - * body: "*" - * }; - * } - * } - * message Message { - * string message_id = 1; - * string text = 2; - * } + * service Messaging { + * rpc UpdateMessage(Message) returns (Message) { + * option (google.api.http) = { + * patch: "/v1/messages/{message_id}" + * body: "*" + * }; + * } + * } + * message Message { + * string message_id = 1; + * string text = 2; + * } * * * The following HTTP JSON to RPC mapping is enabled: @@ -1512,20 +1513,20 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * It is possible to define multiple HTTP methods for one RPC by using * the `additional_bindings` option. Example: * - * service Messaging { - * rpc GetMessage(GetMessageRequest) returns (Message) { - * option (google.api.http) = { - * get: "/v1/messages/{message_id}" - * additional_bindings { - * get: "/v1/users/{user_id}/messages/{message_id}" - * } - * }; - * } - * } - * message GetMessageRequest { - * string message_id = 1; - * string user_id = 2; - * } + * service Messaging { + * rpc GetMessage(GetMessageRequest) returns (Message) { + * option (google.api.http) = { + * get: "/v1/messages/{message_id}" + * additional_bindings { + * get: "/v1/users/{user_id}/messages/{message_id}" + * } + * }; + * } + * } + * message GetMessageRequest { + * string message_id = 1; + * string user_id = 2; + * } * * This enables the following two alternative HTTP JSON to RPC mappings: * @@ -1538,30 +1539,30 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * Rules for HTTP mapping * * 1. Leaf request fields (recursive expansion nested messages in the request - * message) are classified into three categories: - * - Fields referred by the path template. They are passed via the URL path. - * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They - * are passed via the HTTP - * request body. - * - All other fields are passed via the URL query parameters, and the - * parameter name is the field path in the request message. A repeated - * field can be represented as multiple query parameters under the same - * name. - * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL - * query parameter, all fields - * are passed via URL path and HTTP request body. - * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP - * request body, all - * fields are passed via URL path and URL query parameters. + * message) are classified into three categories: + * - Fields referred by the path template. They are passed via the URL path. + * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They + * are passed via the HTTP + * request body. + * - All other fields are passed via the URL query parameters, and the + * parameter name is the field path in the request message. A repeated + * field can be represented as multiple query parameters under the same + * name. + * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL + * query parameter, all fields + * are passed via URL path and HTTP request body. + * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP + * request body, all + * fields are passed via URL path and URL query parameters. * * Path template syntax * - * Template = "/" Segments [ Verb ] ; - * Segments = Segment { "/" Segment } ; - * Segment = "*" | "**" | LITERAL | Variable ; - * Variable = "{" FieldPath [ "=" Segments ] "}" ; - * FieldPath = IDENT { "." IDENT } ; - * Verb = ":" LITERAL ; + * Template = "/" Segments [ Verb ] ; + * Segments = Segment { "/" Segment } ; + * Segment = "*" | "**" | LITERAL | Variable ; + * Variable = "{" FieldPath [ "=" Segments ] "}" ; + * FieldPath = IDENT { "." IDENT } ; + * Verb = ":" LITERAL ; * * The syntax `*` matches a single URL path segment. The syntax `**` matches * zero or more URL path segments, which must be the last part of the URL path @@ -1610,10 +1611,10 @@ public static Builder newBuilder(com.google.api.HttpRule prototype) { * * The following example selects a gRPC method and applies an `HttpRule` to it: * - * http: - * rules: - * - selector: example.v1.Messaging.GetMessage - * get: /v1/messages/{message_id}/{sub.subfield} + * http: + * rules: + * - selector: example.v1.Messaging.GetMessage + * get: /v1/messages/{message_id}/{sub.subfield} * * Special notes * diff --git a/core/sdk/src/main/gen/com/google/api/HttpRuleOrBuilder.java b/core/sdk/src/main/gen/com/google/api/HttpRuleOrBuilder.java index ea8cad040..1f58d6f21 100644 --- a/core/sdk/src/main/gen/com/google/api/HttpRuleOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/HttpRuleOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/http.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface HttpRuleOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/JavaSettings.java b/core/sdk/src/main/gen/com/google/api/JavaSettings.java index c4830205d..2b029c093 100644 --- a/core/sdk/src/main/gen/com/google/api/JavaSettings.java +++ b/core/sdk/src/main/gen/com/google/api/JavaSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -32,9 +33,9 @@ private JavaSettings() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -54,9 +55,9 @@ public java.lang.String getLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -77,9 +78,9 @@ public java.lang.String getLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -101,9 +102,9 @@ private void setLibraryPackage( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -122,9 +123,9 @@ private void clearLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -178,11 +179,11 @@ public int getServiceClassNamesCount() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -213,11 +214,11 @@ public java.util.Map getServiceClassNames() * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -239,11 +240,11 @@ public java.util.Map getServiceClassNamesMap * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -271,11 +272,11 @@ java.lang.String getServiceClassNamesOrDefault( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -303,11 +304,11 @@ public java.lang.String getServiceClassNamesOrThrow( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -494,9 +495,9 @@ private Builder() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -516,9 +517,9 @@ public java.lang.String getLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -539,9 +540,9 @@ public java.lang.String getLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -564,9 +565,9 @@ public Builder setLibraryPackage( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -587,9 +588,9 @@ public Builder clearLibraryPackage() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -619,11 +620,11 @@ public int getServiceClassNamesCount() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -652,11 +653,11 @@ public Builder clearServiceClassNames() { * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -688,11 +689,11 @@ public java.util.Map getServiceClassNames() * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -713,11 +714,11 @@ public java.util.Map getServiceClassNamesMap * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -745,11 +746,11 @@ java.lang.String getServiceClassNamesOrDefault( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -777,11 +778,11 @@ public java.lang.String getServiceClassNamesOrThrow( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -806,11 +807,11 @@ public Builder putServiceClassNames( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; diff --git a/core/sdk/src/main/gen/com/google/api/JavaSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/JavaSettingsOrBuilder.java index 95c2da330..ba694c80d 100644 --- a/core/sdk/src/main/gen/com/google/api/JavaSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/JavaSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface JavaSettingsOrBuilder extends @@ -18,9 +19,9 @@ public interface JavaSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -37,9 +38,9 @@ public interface JavaSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * library_package: com.google.cloud.pubsub.v1 + * publishing: + * java_settings: + * library_package: com.google.cloud.pubsub.v1 * * * string library_package = 1 [json_name = "libraryPackage"]; @@ -59,11 +60,11 @@ public interface JavaSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -80,11 +81,11 @@ public interface JavaSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -108,11 +109,11 @@ boolean containsServiceClassNames( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -130,11 +131,11 @@ boolean containsServiceClassNames( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; @@ -156,11 +157,11 @@ java.lang.String getServiceClassNamesOrDefault( * * Example of a YAML configuration:: * - * publishing: - * java_settings: - * service_class_names: - * - google.pubsub.v1.Publisher: TopicAdmin - * - google.pubsub.v1.Subscriber: SubscriptionAdmin + * publishing: + * java_settings: + * service_class_names: + * - google.pubsub.v1.Publisher: TopicAdmin + * - google.pubsub.v1.Subscriber: SubscriptionAdmin * * * map<string, string> service_class_names = 2 [json_name = "serviceClassNames"]; diff --git a/core/sdk/src/main/gen/com/google/api/LaunchStage.java b/core/sdk/src/main/gen/com/google/api/LaunchStage.java index 97db29325..936147a79 100644 --- a/core/sdk/src/main/gen/com/google/api/LaunchStage.java +++ b/core/sdk/src/main/gen/com/google/api/LaunchStage.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/launch_stage.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/LaunchStageProto.java b/core/sdk/src/main/gen/com/google/api/LaunchStageProto.java index 8d58f1a7d..f1fa0de2e 100644 --- a/core/sdk/src/main/gen/com/google/api/LaunchStageProto.java +++ b/core/sdk/src/main/gen/com/google/api/LaunchStageProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/launch_stage.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class LaunchStageProto { diff --git a/core/sdk/src/main/gen/com/google/api/MethodSettings.java b/core/sdk/src/main/gen/com/google/api/MethodSettings.java index c666f08e6..bb6434436 100644 --- a/core/sdk/src/main/gen/com/google/api/MethodSettings.java +++ b/core/sdk/src/main/gen/com/google/api/MethodSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -846,10 +847,10 @@ public static com.google.protobuf.Parser parser() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -866,10 +867,10 @@ public java.lang.String getSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -887,10 +888,10 @@ public java.lang.String getSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -909,10 +910,10 @@ private void setSelector( * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -928,10 +929,10 @@ private void clearSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -954,14 +955,14 @@ private void setSelectorBytes( * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -978,14 +979,14 @@ public boolean hasLongRunning() { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1002,14 +1003,14 @@ public com.google.api.MethodSettings.LongRunning getLongRunning() { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1027,14 +1028,14 @@ private void setLongRunning(com.google.api.MethodSettings.LongRunning value) { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1059,14 +1060,14 @@ private void mergeLongRunning(com.google.api.MethodSettings.LongRunning value) { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1085,11 +1086,11 @@ private void mergeLongRunning(com.google.api.MethodSettings.LongRunning value) { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1107,11 +1108,11 @@ public java.util.List getAutoPopulatedFieldsList() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1129,11 +1130,11 @@ public int getAutoPopulatedFieldsCount() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1152,11 +1153,11 @@ public java.lang.String getAutoPopulatedFields(int index) { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1184,11 +1185,11 @@ private void ensureAutoPopulatedFieldsIsMutable() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1209,11 +1210,11 @@ private void setAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1233,11 +1234,11 @@ private void addAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1257,11 +1258,11 @@ private void addAllAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1277,11 +1278,11 @@ private void clearAutoPopulatedFields() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1402,10 +1403,10 @@ private Builder() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -1422,10 +1423,10 @@ public java.lang.String getSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -1443,10 +1444,10 @@ public java.lang.String getSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -1466,10 +1467,10 @@ public Builder setSelector( * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -1487,10 +1488,10 @@ public Builder clearSelector() { * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -1512,14 +1513,14 @@ public Builder setSelectorBytes( * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1536,14 +1537,14 @@ public boolean hasLongRunning() { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1560,14 +1561,14 @@ public com.google.api.MethodSettings.LongRunning getLongRunning() { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1585,14 +1586,14 @@ public Builder setLongRunning(com.google.api.MethodSettings.LongRunning value) { * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1611,14 +1612,14 @@ public Builder setLongRunning( * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1636,14 +1637,14 @@ public Builder mergeLongRunning(com.google.api.MethodSettings.LongRunning value) * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -1661,11 +1662,11 @@ public Builder mergeLongRunning(com.google.api.MethodSettings.LongRunning value) * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1685,11 +1686,11 @@ public Builder mergeLongRunning(com.google.api.MethodSettings.LongRunning value) * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1707,11 +1708,11 @@ public int getAutoPopulatedFieldsCount() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1730,11 +1731,11 @@ public java.lang.String getAutoPopulatedFields(int index) { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1754,11 +1755,11 @@ public java.lang.String getAutoPopulatedFields(int index) { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1780,11 +1781,11 @@ public Builder setAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1805,11 +1806,11 @@ public Builder addAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1830,11 +1831,11 @@ public Builder addAllAutoPopulatedFields( * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -1853,11 +1854,11 @@ public Builder clearAutoPopulatedFields() { * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; diff --git a/core/sdk/src/main/gen/com/google/api/MethodSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/MethodSettingsOrBuilder.java index 2cfaf92dc..dceb228ec 100644 --- a/core/sdk/src/main/gen/com/google/api/MethodSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/MethodSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface MethodSettingsOrBuilder extends @@ -15,10 +16,10 @@ public interface MethodSettingsOrBuilder extends * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -32,10 +33,10 @@ public interface MethodSettingsOrBuilder extends * * Example: * - * publishing: - * method_settings: - * - selector: google.storage.control.v2.StorageControl.CreateFolder - * # method settings for CreateFolder... + * publishing: + * method_settings: + * - selector: google.storage.control.v2.StorageControl.CreateFolder + * # method settings for CreateFolder... * * * string selector = 1 [json_name = "selector"]; @@ -52,14 +53,14 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -74,14 +75,14 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration:: * - * publishing: - * method_settings: - * - selector: google.cloud.speech.v2.Speech.BatchRecognize - * long_running: - * initial_poll_delay: 60s # 1 minute - * poll_delay_multiplier: 1.5 - * max_poll_delay: 360s # 6 minutes - * total_poll_timeout: 54000s # 90 minutes + * publishing: + * method_settings: + * - selector: google.cloud.speech.v2.Speech.BatchRecognize + * long_running: + * initial_poll_delay: 60s # 1 minute + * poll_delay_multiplier: 1.5 + * max_poll_delay: 360s # 6 minutes + * total_poll_timeout: 54000s # 90 minutes * * * .google.api.MethodSettings.LongRunning long_running = 2 [json_name = "longRunning"]; @@ -97,11 +98,11 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -117,11 +118,11 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -136,11 +137,11 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; @@ -156,11 +157,11 @@ public interface MethodSettingsOrBuilder extends * * Example of a YAML configuration: * - * publishing: - * method_settings: - * - selector: google.example.v1.ExampleService.CreateExample - * auto_populated_fields: - * - request_id + * publishing: + * method_settings: + * - selector: google.example.v1.ExampleService.CreateExample + * auto_populated_fields: + * - request_id * * * repeated string auto_populated_fields = 3 [json_name = "autoPopulatedFields"]; diff --git a/core/sdk/src/main/gen/com/google/api/NodeSettings.java b/core/sdk/src/main/gen/com/google/api/NodeSettings.java index c5c044d9f..29899bb4a 100644 --- a/core/sdk/src/main/gen/com/google/api/NodeSettings.java +++ b/core/sdk/src/main/gen/com/google/api/NodeSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/NodeSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/NodeSettingsOrBuilder.java index 1f5a5add6..efa03bb1b 100644 --- a/core/sdk/src/main/gen/com/google/api/NodeSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/NodeSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface NodeSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/PhpSettings.java b/core/sdk/src/main/gen/com/google/api/PhpSettings.java index afef8a73b..fa88b4c7c 100644 --- a/core/sdk/src/main/gen/com/google/api/PhpSettings.java +++ b/core/sdk/src/main/gen/com/google/api/PhpSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/PhpSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/PhpSettingsOrBuilder.java index 5e89d9ec6..f5e848d53 100644 --- a/core/sdk/src/main/gen/com/google/api/PhpSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/PhpSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface PhpSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/Publishing.java b/core/sdk/src/main/gen/com/google/api/Publishing.java index ddbef7afc..1fa42ccdd 100644 --- a/core/sdk/src/main/gen/com/google/api/Publishing.java +++ b/core/sdk/src/main/gen/com/google/api/Publishing.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/PublishingOrBuilder.java b/core/sdk/src/main/gen/com/google/api/PublishingOrBuilder.java index 240a36cb2..2611290dc 100644 --- a/core/sdk/src/main/gen/com/google/api/PublishingOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/PublishingOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface PublishingOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/PythonSettings.java b/core/sdk/src/main/gen/com/google/api/PythonSettings.java index f9644064e..28306131a 100644 --- a/core/sdk/src/main/gen/com/google/api/PythonSettings.java +++ b/core/sdk/src/main/gen/com/google/api/PythonSettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/PythonSettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/PythonSettingsOrBuilder.java index 6eeaf5ac9..7e1114ab1 100644 --- a/core/sdk/src/main/gen/com/google/api/PythonSettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/PythonSettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface PythonSettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/ResourceDescriptor.java b/core/sdk/src/main/gen/com/google/api/ResourceDescriptor.java index d7ca33ab4..2a0247f3a 100644 --- a/core/sdk/src/main/gen/com/google/api/ResourceDescriptor.java +++ b/core/sdk/src/main/gen/com/google/api/ResourceDescriptor.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/resource.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -14,45 +15,45 @@ * * Example: * - * message Topic { - * // Indicates this message defines a resource schema. - * // Declares the resource type in the format of {service}/{kind}. - * // For Kubernetes resources, the format is {api group}/{kind}. - * option (google.api.resource) = { - * type: "pubsub.googleapis.com/Topic" - * pattern: "projects/{project}/topics/{topic}" - * }; - * } + * message Topic { + * // Indicates this message defines a resource schema. + * // Declares the resource type in the format of {service}/{kind}. + * // For Kubernetes resources, the format is {api group}/{kind}. + * option (google.api.resource) = { + * type: "pubsub.googleapis.com/Topic" + * pattern: "projects/{project}/topics/{topic}" + * }; + * } * * The ResourceDescriptor Yaml config will look like: * - * resources: - * - type: "pubsub.googleapis.com/Topic" - * pattern: "projects/{project}/topics/{topic}" + * resources: + * - type: "pubsub.googleapis.com/Topic" + * pattern: "projects/{project}/topics/{topic}" * * Sometimes, resources have multiple patterns, typically because they can * live under multiple parents. * * Example: * - * message LogEntry { - * option (google.api.resource) = { - * type: "logging.googleapis.com/LogEntry" - * pattern: "projects/{project}/logs/{log}" - * pattern: "folders/{folder}/logs/{log}" - * pattern: "organizations/{organization}/logs/{log}" - * pattern: "billingAccounts/{billing_account}/logs/{log}" - * }; - * } + * message LogEntry { + * option (google.api.resource) = { + * type: "logging.googleapis.com/LogEntry" + * pattern: "projects/{project}/logs/{log}" + * pattern: "folders/{folder}/logs/{log}" + * pattern: "organizations/{organization}/logs/{log}" + * pattern: "billingAccounts/{billing_account}/logs/{log}" + * }; + * } * * The ResourceDescriptor Yaml config will look like: * - * resources: - * - type: 'logging.googleapis.com/LogEntry' - * pattern: "projects/{project}/logs/{log}" - * pattern: "folders/{folder}/logs/{log}" - * pattern: "organizations/{organization}/logs/{log}" - * pattern: "billingAccounts/{billing_account}/logs/{log}" + * resources: + * - type: 'logging.googleapis.com/LogEntry' + * pattern: "projects/{project}/logs/{log}" + * pattern: "folders/{folder}/logs/{log}" + * pattern: "organizations/{organization}/logs/{log}" + * pattern: "billingAccounts/{billing_account}/logs/{log}" * * * Protobuf type {@code google.api.ResourceDescriptor} @@ -448,14 +449,14 @@ private void setTypeBytes( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -478,14 +479,14 @@ public java.util.List getPatternList() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -508,14 +509,14 @@ public int getPatternCount() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -539,14 +540,14 @@ public java.lang.String getPattern(int index) { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -579,14 +580,14 @@ private void ensurePatternIsMutable() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -612,14 +613,14 @@ private void setPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -644,14 +645,14 @@ private void addPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -676,14 +677,14 @@ private void addAllPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -704,14 +705,14 @@ private void clearPattern() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -809,17 +810,17 @@ private void setNameFieldBytes( * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -835,17 +836,17 @@ public int getHistoryValue() { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -862,17 +863,17 @@ public com.google.api.ResourceDescriptor.History getHistory() { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -887,17 +888,17 @@ private void setHistoryValue(int value) { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -913,17 +914,17 @@ private void setHistory(com.google.api.ResourceDescriptor.History value) { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -1433,45 +1434,45 @@ public static Builder newBuilder(com.google.api.ResourceDescriptor prototype) { * * Example: * - * message Topic { - * // Indicates this message defines a resource schema. - * // Declares the resource type in the format of {service}/{kind}. - * // For Kubernetes resources, the format is {api group}/{kind}. - * option (google.api.resource) = { - * type: "pubsub.googleapis.com/Topic" - * pattern: "projects/{project}/topics/{topic}" - * }; - * } + * message Topic { + * // Indicates this message defines a resource schema. + * // Declares the resource type in the format of {service}/{kind}. + * // For Kubernetes resources, the format is {api group}/{kind}. + * option (google.api.resource) = { + * type: "pubsub.googleapis.com/Topic" + * pattern: "projects/{project}/topics/{topic}" + * }; + * } * * The ResourceDescriptor Yaml config will look like: * - * resources: - * - type: "pubsub.googleapis.com/Topic" - * pattern: "projects/{project}/topics/{topic}" + * resources: + * - type: "pubsub.googleapis.com/Topic" + * pattern: "projects/{project}/topics/{topic}" * * Sometimes, resources have multiple patterns, typically because they can * live under multiple parents. * * Example: * - * message LogEntry { - * option (google.api.resource) = { - * type: "logging.googleapis.com/LogEntry" - * pattern: "projects/{project}/logs/{log}" - * pattern: "folders/{folder}/logs/{log}" - * pattern: "organizations/{organization}/logs/{log}" - * pattern: "billingAccounts/{billing_account}/logs/{log}" - * }; - * } + * message LogEntry { + * option (google.api.resource) = { + * type: "logging.googleapis.com/LogEntry" + * pattern: "projects/{project}/logs/{log}" + * pattern: "folders/{folder}/logs/{log}" + * pattern: "organizations/{organization}/logs/{log}" + * pattern: "billingAccounts/{billing_account}/logs/{log}" + * }; + * } * * The ResourceDescriptor Yaml config will look like: * - * resources: - * - type: 'logging.googleapis.com/LogEntry' - * pattern: "projects/{project}/logs/{log}" - * pattern: "folders/{folder}/logs/{log}" - * pattern: "organizations/{organization}/logs/{log}" - * pattern: "billingAccounts/{billing_account}/logs/{log}" + * resources: + * - type: 'logging.googleapis.com/LogEntry' + * pattern: "projects/{project}/logs/{log}" + * pattern: "folders/{folder}/logs/{log}" + * pattern: "organizations/{organization}/logs/{log}" + * pattern: "billingAccounts/{billing_account}/logs/{log}" * * * Protobuf type {@code google.api.ResourceDescriptor} @@ -1609,14 +1610,14 @@ public Builder setTypeBytes( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1641,14 +1642,14 @@ public Builder setTypeBytes( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1671,14 +1672,14 @@ public int getPatternCount() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1702,14 +1703,14 @@ public java.lang.String getPattern(int index) { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1734,14 +1735,14 @@ public java.lang.String getPattern(int index) { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1768,14 +1769,14 @@ public Builder setPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1801,14 +1802,14 @@ public Builder addPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1834,14 +1835,14 @@ public Builder addAllPattern( * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1865,14 +1866,14 @@ public Builder clearPattern() { * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -1971,17 +1972,17 @@ public Builder setNameFieldBytes( * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -1997,17 +1998,17 @@ public int getHistoryValue() { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -2025,17 +2026,17 @@ public Builder setHistoryValue(int value) { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -2051,17 +2052,17 @@ public com.google.api.ResourceDescriptor.History getHistory() { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -2079,17 +2080,17 @@ public Builder setHistory(com.google.api.ResourceDescriptor.History value) { * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; diff --git a/core/sdk/src/main/gen/com/google/api/ResourceDescriptorOrBuilder.java b/core/sdk/src/main/gen/com/google/api/ResourceDescriptorOrBuilder.java index e6d712e12..fc54c354a 100644 --- a/core/sdk/src/main/gen/com/google/api/ResourceDescriptorOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/ResourceDescriptorOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/resource.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface ResourceDescriptorOrBuilder extends @@ -54,14 +55,14 @@ public interface ResourceDescriptorOrBuilder extends * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -82,14 +83,14 @@ public interface ResourceDescriptorOrBuilder extends * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -109,14 +110,14 @@ public interface ResourceDescriptorOrBuilder extends * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -137,14 +138,14 @@ public interface ResourceDescriptorOrBuilder extends * The path pattern must follow the syntax, which aligns with HTTP binding * syntax: * - * Template = Segment { "/" Segment } ; - * Segment = LITERAL | Variable ; - * Variable = "{" LITERAL "}" ; + * Template = Segment { "/" Segment } ; + * Segment = LITERAL | Variable ; + * Variable = "{" LITERAL "}" ; * * Examples: * - * - "projects/{project}/topics/{topic}" - * - "projects/{project}/knowledgeBases/{knowledge_base}" + * - "projects/{project}/topics/{topic}" + * - "projects/{project}/knowledgeBases/{knowledge_base}" * * The components in braces correspond to the IDs for each resource in the * hierarchy. It is expected that, if multiple patterns are provided, @@ -187,17 +188,17 @@ public interface ResourceDescriptorOrBuilder extends * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; @@ -210,17 +211,17 @@ public interface ResourceDescriptorOrBuilder extends * * Example: * - * // The InspectTemplate message originally only supported resource - * // names with organization, and project was added later. - * message InspectTemplate { - * option (google.api.resource) = { - * type: "dlp.googleapis.com/InspectTemplate" - * pattern: - * "organizations/{organization}/inspectTemplates/{inspect_template}" - * pattern: "projects/{project}/inspectTemplates/{inspect_template}" - * history: ORIGINALLY_SINGLE_PATTERN - * }; - * } + * // The InspectTemplate message originally only supported resource + * // names with organization, and project was added later. + * message InspectTemplate { + * option (google.api.resource) = { + * type: "dlp.googleapis.com/InspectTemplate" + * pattern: + * "organizations/{organization}/inspectTemplates/{inspect_template}" + * pattern: "projects/{project}/inspectTemplates/{inspect_template}" + * history: ORIGINALLY_SINGLE_PATTERN + * }; + * } * * * .google.api.ResourceDescriptor.History history = 4 [json_name = "history"]; diff --git a/core/sdk/src/main/gen/com/google/api/ResourceProto.java b/core/sdk/src/main/gen/com/google/api/ResourceProto.java index b0bb10425..d82445572 100644 --- a/core/sdk/src/main/gen/com/google/api/ResourceProto.java +++ b/core/sdk/src/main/gen/com/google/api/ResourceProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/resource.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class ResourceProto { diff --git a/core/sdk/src/main/gen/com/google/api/ResourceReference.java b/core/sdk/src/main/gen/com/google/api/ResourceReference.java index d249b73f0..6cae308f4 100644 --- a/core/sdk/src/main/gen/com/google/api/ResourceReference.java +++ b/core/sdk/src/main/gen/com/google/api/ResourceReference.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/resource.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -29,22 +30,22 @@ private ResourceReference() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -60,22 +61,22 @@ public java.lang.String getType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -92,22 +93,22 @@ public java.lang.String getType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -125,22 +126,22 @@ private void setType( * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -155,22 +156,22 @@ private void clearType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -193,11 +194,11 @@ private void setTypeBytes( * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -215,11 +216,11 @@ public java.lang.String getChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -238,11 +239,11 @@ public java.lang.String getChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -262,11 +263,11 @@ private void setChildType( * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -283,11 +284,11 @@ private void clearChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -408,22 +409,22 @@ private Builder() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -439,22 +440,22 @@ public java.lang.String getType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -471,22 +472,22 @@ public java.lang.String getType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -505,22 +506,22 @@ public Builder setType( * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -537,22 +538,22 @@ public Builder clearType() { * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -574,11 +575,11 @@ public Builder setTypeBytes( * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -596,11 +597,11 @@ public java.lang.String getChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -619,11 +620,11 @@ public java.lang.String getChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -644,11 +645,11 @@ public Builder setChildType( * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -667,11 +668,11 @@ public Builder clearChildType() { * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; diff --git a/core/sdk/src/main/gen/com/google/api/ResourceReferenceOrBuilder.java b/core/sdk/src/main/gen/com/google/api/ResourceReferenceOrBuilder.java index 211b6b5a4..7639ffda8 100644 --- a/core/sdk/src/main/gen/com/google/api/ResourceReferenceOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/ResourceReferenceOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/resource.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface ResourceReferenceOrBuilder extends @@ -14,22 +15,22 @@ public interface ResourceReferenceOrBuilder extends * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -42,22 +43,22 @@ public interface ResourceReferenceOrBuilder extends * * Example: * - * message Subscription { - * string topic = 2 [(google.api.resource_reference) = { - * type: "pubsub.googleapis.com/Topic" - * }]; - * } + * message Subscription { + * string topic = 2 [(google.api.resource_reference) = { + * type: "pubsub.googleapis.com/Topic" + * }]; + * } * * Occasionally, a field may reference an arbitrary resource. In this case, * APIs use the special value * in their resource reference. * * Example: * - * message GetIamPolicyRequest { - * string resource = 2 [(google.api.resource_reference) = { - * type: "*" - * }]; - * } + * message GetIamPolicyRequest { + * string resource = 2 [(google.api.resource_reference) = { + * type: "*" + * }]; + * } * * * string type = 1 [json_name = "type"]; @@ -74,11 +75,11 @@ public interface ResourceReferenceOrBuilder extends * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; @@ -93,11 +94,11 @@ public interface ResourceReferenceOrBuilder extends * * Example: * - * message ListLogEntriesRequest { - * string parent = 1 [(google.api.resource_reference) = { - * child_type: "logging.googleapis.com/LogEntry" - * }; - * } + * message ListLogEntriesRequest { + * string parent = 1 [(google.api.resource_reference) = { + * child_type: "logging.googleapis.com/LogEntry" + * }; + * } * * * string child_type = 2 [json_name = "childType"]; diff --git a/core/sdk/src/main/gen/com/google/api/RubySettings.java b/core/sdk/src/main/gen/com/google/api/RubySettings.java index f32631b4c..b2423fcbb 100644 --- a/core/sdk/src/main/gen/com/google/api/RubySettings.java +++ b/core/sdk/src/main/gen/com/google/api/RubySettings.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/RubySettingsOrBuilder.java b/core/sdk/src/main/gen/com/google/api/RubySettingsOrBuilder.java index 4036fff58..88ddae1ed 100644 --- a/core/sdk/src/main/gen/com/google/api/RubySettingsOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/RubySettingsOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/client.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface RubySettingsOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/TypeReference.java b/core/sdk/src/main/gen/com/google/api/TypeReference.java index c7f5dc27a..f4e4740e1 100644 --- a/core/sdk/src/main/gen/com/google/api/TypeReference.java +++ b/core/sdk/src/main/gen/com/google/api/TypeReference.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_info.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** diff --git a/core/sdk/src/main/gen/com/google/api/TypeReferenceOrBuilder.java b/core/sdk/src/main/gen/com/google/api/TypeReferenceOrBuilder.java index c77d6c6ca..3b7b124b6 100644 --- a/core/sdk/src/main/gen/com/google/api/TypeReferenceOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/TypeReferenceOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/field_info.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface TypeReferenceOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/Visibility.java b/core/sdk/src/main/gen/com/google/api/Visibility.java index 78f87cd3b..986e898df 100644 --- a/core/sdk/src/main/gen/com/google/api/Visibility.java +++ b/core/sdk/src/main/gen/com/google/api/Visibility.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/visibility.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -20,12 +21,12 @@ * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: PREVIEW - * - selector: google.calendar.Calendar.Delegate - * restriction: INTERNAL + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: PREVIEW + * - selector: google.calendar.Calendar.Delegate + * restriction: INTERNAL * * Here, all methods are publicly visible except for the restricted methods * EnhancedSearch and Delegate. @@ -300,12 +301,12 @@ public static Builder newBuilder(com.google.api.Visibility prototype) { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: PREVIEW - * - selector: google.calendar.Calendar.Delegate - * restriction: INTERNAL + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: PREVIEW + * - selector: google.calendar.Calendar.Delegate + * restriction: INTERNAL * * Here, all methods are publicly visible except for the restricted methods * EnhancedSearch and Delegate. diff --git a/core/sdk/src/main/gen/com/google/api/VisibilityOrBuilder.java b/core/sdk/src/main/gen/com/google/api/VisibilityOrBuilder.java index a1235547a..6b96aada3 100644 --- a/core/sdk/src/main/gen/com/google/api/VisibilityOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/VisibilityOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/visibility.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface VisibilityOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/VisibilityProto.java b/core/sdk/src/main/gen/com/google/api/VisibilityProto.java index 23450c361..552324439 100644 --- a/core/sdk/src/main/gen/com/google/api/VisibilityProto.java +++ b/core/sdk/src/main/gen/com/google/api/VisibilityProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/visibility.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public final class VisibilityProto { diff --git a/core/sdk/src/main/gen/com/google/api/VisibilityRule.java b/core/sdk/src/main/gen/com/google/api/VisibilityRule.java index b3c88f309..04721b478 100644 --- a/core/sdk/src/main/gen/com/google/api/VisibilityRule.java +++ b/core/sdk/src/main/gen/com/google/api/VisibilityRule.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/visibility.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; /** @@ -115,10 +116,10 @@ private void setSelectorBytes( * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -141,10 +142,10 @@ public java.lang.String getRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -168,10 +169,10 @@ public java.lang.String getRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -196,10 +197,10 @@ private void setRestriction( * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -221,10 +222,10 @@ private void clearRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -436,10 +437,10 @@ public Builder setSelectorBytes( * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -462,10 +463,10 @@ public java.lang.String getRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -489,10 +490,10 @@ public java.lang.String getRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -518,10 +519,10 @@ public Builder setRestriction( * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -545,10 +546,10 @@ public Builder clearRestriction() { * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. diff --git a/core/sdk/src/main/gen/com/google/api/VisibilityRuleOrBuilder.java b/core/sdk/src/main/gen/com/google/api/VisibilityRuleOrBuilder.java index a5a385f87..1a6e444b4 100644 --- a/core/sdk/src/main/gen/com/google/api/VisibilityRuleOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/VisibilityRuleOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/visibility.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api; public interface VisibilityRuleOrBuilder extends @@ -44,10 +45,10 @@ public interface VisibilityRuleOrBuilder extends * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. @@ -67,10 +68,10 @@ public interface VisibilityRuleOrBuilder extends * * Example: * - * visibility: - * rules: - * - selector: google.calendar.Calendar.EnhancedSearch - * restriction: INTERNAL, PREVIEW + * visibility: + * rules: + * - selector: google.calendar.Calendar.EnhancedSearch + * restriction: INTERNAL, PREVIEW * * Removing INTERNAL from this restriction will break clients that rely on * this method and only had access to it through INTERNAL. diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExpr.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExpr.java index 9bab40aaf..ef09c71e2 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExpr.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExpr.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** @@ -57,16 +58,16 @@ public int getReferenceMapCount() { * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -93,16 +94,16 @@ public java.util.Map get * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -120,16 +121,16 @@ public java.util.Map get * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -153,16 +154,16 @@ com.google.api.expr.v1alpha1.Reference getReferenceMapOrDefault( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -186,16 +187,16 @@ public com.google.api.expr.v1alpha1.Reference getReferenceMapOrThrow( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -692,16 +693,16 @@ public int getReferenceMapCount() { * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -726,16 +727,16 @@ public Builder clearReferenceMap() { * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -763,16 +764,16 @@ public java.util.Map get * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -789,16 +790,16 @@ public java.util.Map get * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -822,16 +823,16 @@ com.google.api.expr.v1alpha1.Reference getReferenceMapOrDefault( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -855,16 +856,16 @@ public com.google.api.expr.v1alpha1.Reference getReferenceMapOrThrow( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -885,16 +886,16 @@ public Builder putReferenceMap( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExprOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExprOrBuilder.java index afa587436..9684302df 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExprOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/CheckedExprOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface CheckedExprOrBuilder extends @@ -15,16 +16,16 @@ public interface CheckedExprOrBuilder extends * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -37,16 +38,16 @@ public interface CheckedExprOrBuilder extends * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -66,16 +67,16 @@ boolean containsReferenceMap( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -89,16 +90,16 @@ boolean containsReferenceMap( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; @@ -116,16 +117,16 @@ com.google.api.expr.v1alpha1.Reference getReferenceMapOrDefault( * The following entries are in this table: * * - An Ident or Select expression is represented here if it resolves to a - * declaration. For instance, if `a.b.c` is represented by - * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, - * while `c` is a field selection, then the reference is attached to the - * nested select expression (but not to the id or or the outer select). - * In turn, if `a` resolves to a declaration and `b.c` are field selections, - * the reference is attached to the ident expression. + * declaration. For instance, if `a.b.c` is represented by + * `select(select(id(a), b), c)`, and `a.b` resolves to a declaration, + * while `c` is a field selection, then the reference is attached to the + * nested select expression (but not to the id or or the outer select). + * In turn, if `a` resolves to a declaration and `b.c` are field selections, + * the reference is attached to the ident expression. * - Every Call expression has an entry here, identifying the function being - * called. + * called. * - Every CreateStruct expression for a message has an entry, identifying - * the message. + * the message. * * * map<int64, .google.api.expr.v1alpha1.Reference> reference_map = 2 [json_name = "referenceMap"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Constant.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Constant.java index 2c47736fe..3ee4c3a1d 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Constant.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Constant.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ConstantOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ConstantOrBuilder.java index 4bc633d0a..3eb60473a 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ConstantOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ConstantOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ConstantOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Decl.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Decl.java index 0bbfca7aa..530c984f4 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Decl.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Decl.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclOrBuilder.java index 606fa0a1a..f15190fbd 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface DeclOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclProto.java index 33242e82f..ce29e0396 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/DeclProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public final class DeclProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValue.java index f408f9eb2..5fc4df901 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValueOrBuilder.java index c10ea3d03..3c587f0e2 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EnumValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface EnumValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSet.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSet.java index e8f005f14..54f8b5c63 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSet.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSet.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSetOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSetOrBuilder.java index 64c5dbf52..0057621a6 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSetOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ErrorSetOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ErrorSetOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalProto.java index fcfcd6437..1cd48900b 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public final class EvalProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalState.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalState.java index 53d58e6de..7e6d55ef8 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalState.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalState.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalStateOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalStateOrBuilder.java index 014c59364..66147fe2c 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalStateOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/EvalStateOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface EvalStateOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Explain.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Explain.java index 1120f42d1..12fa47642 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Explain.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Explain.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/explain.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainOrBuilder.java index 69a715c02..1c48bb3a2 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/explain.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; @java.lang.Deprecated public interface ExplainOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainProto.java index 00fdf014f..cf42e96d8 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExplainProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/explain.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public final class ExplainProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Expr.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Expr.java index ccfac672e..36112c433 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Expr.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Expr.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** @@ -4693,13 +4694,13 @@ public interface ComprehensionOrBuilder extends * in a map: * * * `all`, `exists`, `exists_one` - test a predicate expression against - * the inputs and return `true` if the predicate is satisfied for all, - * any, or only one value `list.all(x, x < 10)`. + * the inputs and return `true` if the predicate is satisfied for all, + * any, or only one value `list.all(x, x < 10)`. * * `filter` - test a predicate expression against the inputs and return - * the subset of elements which satisfy the predicate: - * `payments.filter(p, p > 1000)`. + * the subset of elements which satisfy the predicate: + * `payments.filter(p, p > 1000)`. * * `map` - apply an expression to all elements in the input and return the - * output aggregate type: `[1, 2, 3].map(i, i * i)`. + * output aggregate type: `[1, 2, 3].map(i, i * i)`. * * The `has(m.x)` macro tests whether the property `x` is present in struct * `m`. The semantics of this macro depend on the type of `m`. For proto2 @@ -4713,10 +4714,10 @@ public interface ComprehensionOrBuilder extends * ``` * let `accu_var` = `accu_init` * for (let `iter_var` in `iter_range`) { - * if (!`loop_condition`) { - * break - * } - * `accu_var` = `loop_step` + * if (!`loop_condition`) { + * break + * } + * `accu_var` = `loop_step` * } * return `result` * ``` @@ -4729,10 +4730,10 @@ public interface ComprehensionOrBuilder extends * ``` * let `accu_var` = `accu_init` * for (let `iter_var`, `iter_var2` in `iter_range`) { - * if (!`loop_condition`) { - * break - * } - * `accu_var` = `loop_step` + * if (!`loop_condition`) { + * break + * } + * `accu_var` = `loop_step` * } * return `result` * ``` @@ -5440,13 +5441,13 @@ public static Builder newBuilder(com.google.api.expr.v1alpha1.Expr.Comprehension * in a map: * * * `all`, `exists`, `exists_one` - test a predicate expression against - * the inputs and return `true` if the predicate is satisfied for all, - * any, or only one value `list.all(x, x < 10)`. + * the inputs and return `true` if the predicate is satisfied for all, + * any, or only one value `list.all(x, x < 10)`. * * `filter` - test a predicate expression against the inputs and return - * the subset of elements which satisfy the predicate: - * `payments.filter(p, p > 1000)`. + * the subset of elements which satisfy the predicate: + * `payments.filter(p, p > 1000)`. * * `map` - apply an expression to all elements in the input and return the - * output aggregate type: `[1, 2, 3].map(i, i * i)`. + * output aggregate type: `[1, 2, 3].map(i, i * i)`. * * The `has(m.x)` macro tests whether the property `x` is present in struct * `m`. The semantics of this macro depend on the type of `m`. For proto2 @@ -5460,10 +5461,10 @@ public static Builder newBuilder(com.google.api.expr.v1alpha1.Expr.Comprehension * ``` * let `accu_var` = `accu_init` * for (let `iter_var` in `iter_range`) { - * if (!`loop_condition`) { - * break - * } - * `accu_var` = `loop_step` + * if (!`loop_condition`) { + * break + * } + * `accu_var` = `loop_step` * } * return `result` * ``` @@ -5476,10 +5477,10 @@ public static Builder newBuilder(com.google.api.expr.v1alpha1.Expr.Comprehension * ``` * let `accu_var` = `accu_init` * for (let `iter_var`, `iter_var2` in `iter_range`) { - * if (!`loop_condition`) { - * break - * } - * `accu_var` = `loop_step` + * if (!`loop_condition`) { + * break + * } + * `accu_var` = `loop_step` * } * return `result` * ``` diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprOrBuilder.java index a6c3b002a..c7a6a5150 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ExprOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValue.java index f99674ae6..9fa34f549 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** @@ -289,22 +290,22 @@ private void clearError() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -323,22 +324,22 @@ public boolean hasUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -360,22 +361,22 @@ public com.google.api.expr.v1alpha1.UnknownSet getUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -395,22 +396,22 @@ private void setUnknown(com.google.api.expr.v1alpha1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -436,22 +437,22 @@ private void mergeUnknown(com.google.api.expr.v1alpha1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -820,22 +821,22 @@ public Builder clearError() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -854,22 +855,22 @@ public boolean hasUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -888,22 +889,22 @@ public com.google.api.expr.v1alpha1.UnknownSet getUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -923,22 +924,22 @@ public Builder setUnknown(com.google.api.expr.v1alpha1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -959,22 +960,22 @@ public Builder setUnknown( * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -994,22 +995,22 @@ public Builder mergeUnknown(com.google.api.expr.v1alpha1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValueOrBuilder.java index c2a88b914..335859940 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ExprValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ExprValueOrBuilder extends @@ -86,22 +87,22 @@ public interface ExprValueOrBuilder extends * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -118,22 +119,22 @@ public interface ExprValueOrBuilder extends * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1alpha1.UnknownSet unknown = 3 [json_name = "unknown"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValue.java index b899138a1..8c728a9c8 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValueOrBuilder.java index ab2a515e8..0329d5b35 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ListValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ListValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValue.java index 6afc6cda8..614243dfc 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValueOrBuilder.java index 0e6ae0f2a..86fd01710 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/MapValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface MapValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExpr.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExpr.java index f2fc13be6..a42be2e77 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExpr.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExpr.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExprOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExprOrBuilder.java index 232050d8b..23abe9423 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExprOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ParsedExprOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ParsedExprOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Reference.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Reference.java index 2b4497903..b6886245c 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Reference.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Reference.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ReferenceOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ReferenceOrBuilder.java index d6319b821..e319dc909 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ReferenceOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ReferenceOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ReferenceOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfo.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfo.java index fa0610e2f..ddbfa0e32 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfo.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfoOrBuilder.java index f642a16f2..53016d2c6 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourceInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface SourceInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePosition.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePosition.java index bc9d813c1..69f9b501e 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePosition.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePosition.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePositionOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePositionOrBuilder.java index 7892c75f0..cbecc65c2 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePositionOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SourcePositionOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface SourcePositionOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SyntaxProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SyntaxProto.java index d1dfbd54a..d40fef310 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SyntaxProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/SyntaxProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/syntax.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public final class SyntaxProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Type.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Type.java index dd8f63824..97a0bd359 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Type.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Type.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/TypeOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/TypeOrBuilder.java index d22406603..d35c0a728 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/TypeOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/TypeOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/checked.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface TypeOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSet.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSet.java index dc7618b7c..0c7cb0c74 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSet.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSet.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSetOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSetOrBuilder.java index 0008b3c64..cdb50e5b0 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSetOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/UnknownSetOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface UnknownSetOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Value.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Value.java index a06760de5..6070c4992 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Value.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/Value.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueOrBuilder.java index 71aad1183..54678ebb3 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public interface ValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueProto.java index f14003b62..b4028304c 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1alpha1/ValueProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1alpha1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1alpha1; public final class ValueProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Decl.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Decl.java index 17333d170..171f2a0f0 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Decl.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Decl.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclOrBuilder.java index 659923f63..f73964bd9 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface DeclOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclProto.java index d9acbf0cf..059ea6ec3 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public final class DeclProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclType.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclType.java index 25d5c140e..d82d1e6e0 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclType.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclType.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclTypeOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclTypeOrBuilder.java index 936bc7bf3..d937618ae 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclTypeOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/DeclTypeOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface DeclTypeOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValue.java index 838328110..1b50a5d75 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValueOrBuilder.java index 777bc4408..3eacc9c2a 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EnumValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface EnumValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSet.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSet.java index 41710bb8e..d348f64e3 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSet.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSet.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSetOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSetOrBuilder.java index c90344dfe..ce0e7888a 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSetOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ErrorSetOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ErrorSetOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalProto.java index 146b0827a..eecf440a4 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public final class EvalProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalState.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalState.java index 362dfb18e..5cbfc4a5c 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalState.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalState.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalStateOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalStateOrBuilder.java index 81bde9e81..18df76d55 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalStateOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/EvalStateOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface EvalStateOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Expr.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Expr.java index a2633c629..3200f3129 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Expr.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Expr.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** @@ -4195,13 +4196,13 @@ public interface ComprehensionOrBuilder extends * in a map: * * * `all`, `exists`, `exists_one` - test a predicate expression against - * the inputs and return `true` if the predicate is satisfied for all, - * any, or only one value `list.all(x, x < 10)`. + * the inputs and return `true` if the predicate is satisfied for all, + * any, or only one value `list.all(x, x < 10)`. * * `filter` - test a predicate expression against the inputs and return - * the subset of elements which satisfy the predicate: - * `payments.filter(p, p > 1000)`. + * the subset of elements which satisfy the predicate: + * `payments.filter(p, p > 1000)`. * * `map` - apply an expression to all elements in the input and return the - * output aggregate type: `[1, 2, 3].map(i, i * i)`. + * output aggregate type: `[1, 2, 3].map(i, i * i)`. * * The `has(m.x)` macro tests whether the property `x` is present in struct * `m`. The semantics of this macro depend on the type of `m`. For proto2 @@ -4819,13 +4820,13 @@ public static Builder newBuilder(com.google.api.expr.v1beta1.Expr.Comprehension * in a map: * * * `all`, `exists`, `exists_one` - test a predicate expression against - * the inputs and return `true` if the predicate is satisfied for all, - * any, or only one value `list.all(x, x < 10)`. + * the inputs and return `true` if the predicate is satisfied for all, + * any, or only one value `list.all(x, x < 10)`. * * `filter` - test a predicate expression against the inputs and return - * the subset of elements which satisfy the predicate: - * `payments.filter(p, p > 1000)`. + * the subset of elements which satisfy the predicate: + * `payments.filter(p, p > 1000)`. * * `map` - apply an expression to all elements in the input and return the - * output aggregate type: `[1, 2, 3].map(i, i * i)`. + * output aggregate type: `[1, 2, 3].map(i, i * i)`. * * The `has(m.x)` macro tests whether the property `x` is present in struct * `m`. The semantics of this macro depend on the type of `m`. For proto2 diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprOrBuilder.java index d900e6897..bd673efae 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ExprOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprProto.java index 75da12fdc..5881a0cdd 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public final class ExprProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValue.java index 4edd02820..657a84888 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** @@ -289,22 +290,22 @@ private void clearError() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -323,22 +324,22 @@ public boolean hasUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -360,22 +361,22 @@ public com.google.api.expr.v1beta1.UnknownSet getUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -395,22 +396,22 @@ private void setUnknown(com.google.api.expr.v1beta1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -436,22 +437,22 @@ private void mergeUnknown(com.google.api.expr.v1beta1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -820,22 +821,22 @@ public Builder clearError() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -854,22 +855,22 @@ public boolean hasUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -888,22 +889,22 @@ public com.google.api.expr.v1beta1.UnknownSet getUnknown() { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -923,22 +924,22 @@ public Builder setUnknown(com.google.api.expr.v1beta1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -959,22 +960,22 @@ public Builder setUnknown( * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -994,22 +995,22 @@ public Builder mergeUnknown(com.google.api.expr.v1beta1.UnknownSet value) { * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValueOrBuilder.java index 23e4c0b27..9752a286f 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ExprValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ExprValueOrBuilder extends @@ -86,22 +87,22 @@ public interface ExprValueOrBuilder extends * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; @@ -118,22 +119,22 @@ public interface ExprValueOrBuilder extends * unknowns *might* be included included when evaluation could result in * different unknowns. For example: * - * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> - * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> - * <unknown[1]>.foo -> <unknown[1]> - * foo(<unknown[1]>) -> <unknown[1]> - * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> + * (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]> + * <unknown[1]> || <unknown[2]> -> <unknown[1,2]> + * <unknown[1]>.foo -> <unknown[1]> + * foo(<unknown[1]>) -> <unknown[1]> + * <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[> * * Unknown takes precidence over Error in cases where a `Value` can short * circuit the result: * - * <error> || <unknown> -> <unknown> - * <error> && <unknown> -> <unknown> + * <error> || <unknown> -> <unknown> + * <error> && <unknown> -> <unknown> * * Errors take precidence in all other cases: * - * <unknown> + <error> -> <error> - * foo(<unknown>, <error>) -> <error> + * <unknown> + <error> -> <error> + * foo(<unknown>, <error>) -> <error> * * * .google.api.expr.v1beta1.UnknownSet unknown = 3 [json_name = "unknown"]; diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDecl.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDecl.java index 68d815cf8..32f946df6 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDecl.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDecl.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDeclOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDeclOrBuilder.java index d53707116..da9ea33d3 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDeclOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/FunctionDeclOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface FunctionDeclOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRef.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRef.java index 5ac61873d..733949d46 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRef.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRef.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRefOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRefOrBuilder.java index c5baf35e6..4f1d65079 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRefOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdRefOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface IdRefOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDecl.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDecl.java index fc9d28305..9f0eebe10 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDecl.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDecl.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDeclOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDeclOrBuilder.java index 8ab49e1e2..5ffe928ad 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDeclOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/IdentDeclOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/decl.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface IdentDeclOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValue.java index 15ae874fa..ab8e825ef 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValueOrBuilder.java index 62e6084c1..8a604c87c 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ListValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ListValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Literal.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Literal.java index 7f1b18a5f..8f3d1e6df 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Literal.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Literal.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/LiteralOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/LiteralOrBuilder.java index 30bf8add1..f24fdc0de 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/LiteralOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/LiteralOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface LiteralOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValue.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValue.java index e7f4a8caa..10759cac1 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValue.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValue.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValueOrBuilder.java index d77006130..be61768a2 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/MapValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface MapValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExpr.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExpr.java index 8ae4091d1..17837a28e 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExpr.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExpr.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExprOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExprOrBuilder.java index 5dad1b1e1..03c77b916 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExprOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ParsedExprOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/expr.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ParsedExprOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfo.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfo.java index 3f98eb844..102bd4d27 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfo.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/source.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfoOrBuilder.java index 6ab9a913a..1501b122d 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/source.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface SourceInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePosition.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePosition.java index f0f127941..4f1302852 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePosition.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePosition.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/source.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePositionOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePositionOrBuilder.java index 4a7377e2a..94f3a0b01 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePositionOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourcePositionOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/source.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface SourcePositionOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceProto.java index d5737a50c..d3f1fdb71 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/SourceProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/source.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public final class SourceProto { diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSet.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSet.java index ec316d2f5..834d9ddb5 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSet.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSet.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSetOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSetOrBuilder.java index 4c33c7d0a..1988336a3 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSetOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/UnknownSetOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/eval.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface UnknownSetOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Value.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Value.java index 7646ed466..cdf48e020 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Value.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/Value.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; /** diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueOrBuilder.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueOrBuilder.java index 4e2dc9cea..13e3bc02a 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public interface ValueOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueProto.java b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueProto.java index 92da2da2e..318277098 100644 --- a/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueProto.java +++ b/core/sdk/src/main/gen/com/google/api/expr/v1beta1/ValueProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/api/expr/v1beta1/value.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.api.expr.v1beta1; public final class ValueProto { diff --git a/core/sdk/src/main/gen/com/google/bytestream/ByteStreamGrpc.java b/core/sdk/src/main/gen/com/google/bytestream/ByteStreamGrpc.java index 087410323..1f24ad6b1 100644 --- a/core/sdk/src/main/gen/com/google/bytestream/ByteStreamGrpc.java +++ b/core/sdk/src/main/gen/com/google/bytestream/ByteStreamGrpc.java @@ -22,7 +22,7 @@ * */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.61.1)", + value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: google/bytestream/bytestream.proto") @io.grpc.stub.annotations.GrpcGenerated public final class ByteStreamGrpc { diff --git a/core/sdk/src/main/gen/com/google/bytestream/ByteStreamProto.java b/core/sdk/src/main/gen/com/google/bytestream/ByteStreamProto.java index 341ca28e8..19b6e765a 100644 --- a/core/sdk/src/main/gen/com/google/bytestream/ByteStreamProto.java +++ b/core/sdk/src/main/gen/com/google/bytestream/ByteStreamProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/bytestream/bytestream.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.bytestream; public final class ByteStreamProto { diff --git a/core/sdk/src/main/gen/com/google/geo/type/Viewport.java b/core/sdk/src/main/gen/com/google/geo/type/Viewport.java index 59c022316..b19ae1f56 100644 --- a/core/sdk/src/main/gen/com/google/geo/type/Viewport.java +++ b/core/sdk/src/main/gen/com/google/geo/type/Viewport.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/geo/type/viewport.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.geo.type; /** @@ -12,18 +13,18 @@ * inclusive, and the longitude bounds must range between -180 to 180 degrees * inclusive. Various cases include: * - * - If `low` = `high`, the viewport consists of that single point. + * - If `low` = `high`, the viewport consists of that single point. * - * - If `low.longitude` > `high.longitude`, the longitude range is inverted - * (the viewport crosses the 180 degree longitude line). + * - If `low.longitude` > `high.longitude`, the longitude range is inverted + * (the viewport crosses the 180 degree longitude line). * - * - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, - * the viewport includes all longitudes. + * - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, + * the viewport includes all longitudes. * - * - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, - * the longitude range is empty. + * - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, + * the longitude range is empty. * - * - If `low.latitude` > `high.latitude`, the latitude range is empty. + * - If `low.latitude` > `high.latitude`, the latitude range is empty. * * Both `low` and `high` must be populated, and the represented box cannot be * empty (as specified by the definitions above). An empty viewport will result @@ -32,14 +33,14 @@ * For example, this viewport fully encloses New York City: * * { - * "low": { - * "latitude": 40.477398, - * "longitude": -74.259087 - * }, - * "high": { - * "latitude": 40.91618, - * "longitude": -73.70018 - * } + * "low": { + * "latitude": 40.477398, + * "longitude": -74.259087 + * }, + * "high": { + * "latitude": 40.91618, + * "longitude": -73.70018 + * } * } * * @@ -276,18 +277,18 @@ public static Builder newBuilder(com.google.geo.type.Viewport prototype) { * inclusive, and the longitude bounds must range between -180 to 180 degrees * inclusive. Various cases include: * - * - If `low` = `high`, the viewport consists of that single point. + * - If `low` = `high`, the viewport consists of that single point. * - * - If `low.longitude` > `high.longitude`, the longitude range is inverted - * (the viewport crosses the 180 degree longitude line). + * - If `low.longitude` > `high.longitude`, the longitude range is inverted + * (the viewport crosses the 180 degree longitude line). * - * - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, - * the viewport includes all longitudes. + * - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, + * the viewport includes all longitudes. * - * - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, - * the longitude range is empty. + * - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, + * the longitude range is empty. * - * - If `low.latitude` > `high.latitude`, the latitude range is empty. + * - If `low.latitude` > `high.latitude`, the latitude range is empty. * * Both `low` and `high` must be populated, and the represented box cannot be * empty (as specified by the definitions above). An empty viewport will result @@ -296,14 +297,14 @@ public static Builder newBuilder(com.google.geo.type.Viewport prototype) { * For example, this viewport fully encloses New York City: * * { - * "low": { - * "latitude": 40.477398, - * "longitude": -74.259087 - * }, - * "high": { - * "latitude": 40.91618, - * "longitude": -73.70018 - * } + * "low": { + * "latitude": 40.477398, + * "longitude": -74.259087 + * }, + * "high": { + * "latitude": 40.91618, + * "longitude": -73.70018 + * } * } * * diff --git a/core/sdk/src/main/gen/com/google/geo/type/ViewportOrBuilder.java b/core/sdk/src/main/gen/com/google/geo/type/ViewportOrBuilder.java index d98568abd..7cd3b01fa 100644 --- a/core/sdk/src/main/gen/com/google/geo/type/ViewportOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/geo/type/ViewportOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/geo/type/viewport.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.geo.type; public interface ViewportOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/geo/type/ViewportProto.java b/core/sdk/src/main/gen/com/google/geo/type/ViewportProto.java index 51805b31a..06e41b606 100644 --- a/core/sdk/src/main/gen/com/google/geo/type/ViewportProto.java +++ b/core/sdk/src/main/gen/com/google/geo/type/ViewportProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/geo/type/viewport.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.geo.type; public final class ViewportProto { diff --git a/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequest.java b/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequest.java index 0020605ff..930243120 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequest.java +++ b/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequestOrBuilder.java index 77da203b1..0bcf3c48e 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/CancelOperationRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface CancelOperationRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequest.java b/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequest.java index 0afc394f8..c1f8d3d76 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequest.java +++ b/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequestOrBuilder.java index c625120f4..60917e86b 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/DeleteOperationRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface DeleteOperationRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequest.java b/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequest.java index 4d4ae623a..04a80724a 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequest.java +++ b/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequestOrBuilder.java index eb436fe4a..906bb461d 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/GetOperationRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface GetOperationRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequest.java b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequest.java index 0b11b1c1a..c034e6b17 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequest.java +++ b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequestOrBuilder.java index ee760f07b..23f2d2664 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface ListOperationsRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponse.java b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponse.java index 3aa24eab8..31d88571d 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponse.java +++ b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponse.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponseOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponseOrBuilder.java index 25791e858..7e04b2d7d 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponseOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/ListOperationsResponseOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface ListOperationsResponseOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/Operation.java b/core/sdk/src/main/gen/com/google/longrunning/Operation.java index 982cae754..1f219bc86 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/Operation.java +++ b/core/sdk/src/main/gen/com/google/longrunning/Operation.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/OperationInfo.java b/core/sdk/src/main/gen/com/google/longrunning/OperationInfo.java index 8963f1e09..9f7d7002e 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/OperationInfo.java +++ b/core/sdk/src/main/gen/com/google/longrunning/OperationInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** @@ -10,13 +11,13 @@ * * Example: * - * rpc LongRunningRecognize(LongRunningRecognizeRequest) - * returns (google.longrunning.Operation) { - * option (google.longrunning.operation_info) = { - * response_type: "LongRunningRecognizeResponse" - * metadata_type: "LongRunningRecognizeMetadata" - * }; - * } + * rpc LongRunningRecognize(LongRunningRecognizeRequest) + * returns (google.longrunning.Operation) { + * option (google.longrunning.operation_info) = { + * response_type: "LongRunningRecognizeResponse" + * metadata_type: "LongRunningRecognizeMetadata" + * }; + * } * * * Protobuf type {@code google.longrunning.OperationInfo} @@ -318,13 +319,13 @@ public static Builder newBuilder(com.google.longrunning.OperationInfo prototype) * * Example: * - * rpc LongRunningRecognize(LongRunningRecognizeRequest) - * returns (google.longrunning.Operation) { - * option (google.longrunning.operation_info) = { - * response_type: "LongRunningRecognizeResponse" - * metadata_type: "LongRunningRecognizeMetadata" - * }; - * } + * rpc LongRunningRecognize(LongRunningRecognizeRequest) + * returns (google.longrunning.Operation) { + * option (google.longrunning.operation_info) = { + * response_type: "LongRunningRecognizeResponse" + * metadata_type: "LongRunningRecognizeMetadata" + * }; + * } * * * Protobuf type {@code google.longrunning.OperationInfo} diff --git a/core/sdk/src/main/gen/com/google/longrunning/OperationInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/OperationInfoOrBuilder.java index 3afaa0964..1a661b688 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/OperationInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/OperationInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface OperationInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/OperationOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/OperationOrBuilder.java index 061094168..51724200a 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/OperationOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/OperationOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface OperationOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/longrunning/OperationsGrpc.java b/core/sdk/src/main/gen/com/google/longrunning/OperationsGrpc.java index 86912036a..ed9397936 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/OperationsGrpc.java +++ b/core/sdk/src/main/gen/com/google/longrunning/OperationsGrpc.java @@ -15,7 +15,7 @@ * */ @javax.annotation.Generated( - value = "by gRPC proto compiler (version 1.61.1)", + value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: google/longrunning/operations.proto") @io.grpc.stub.annotations.GrpcGenerated public final class OperationsGrpc { diff --git a/core/sdk/src/main/gen/com/google/longrunning/OperationsProto.java b/core/sdk/src/main/gen/com/google/longrunning/OperationsProto.java index 8c7f5110c..4cf188709 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/OperationsProto.java +++ b/core/sdk/src/main/gen/com/google/longrunning/OperationsProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public final class OperationsProto { diff --git a/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequest.java b/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequest.java index 742d13469..5b0884e4b 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequest.java +++ b/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; /** diff --git a/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequestOrBuilder.java index 968d32dc0..308ddfd51 100644 --- a/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/longrunning/WaitOperationRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/longrunning/operations.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.longrunning; public interface WaitOperationRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/BadRequest.java b/core/sdk/src/main/gen/com/google/rpc/BadRequest.java index 486e4d567..e1f02d4e3 100644 --- a/core/sdk/src/main/gen/com/google/rpc/BadRequest.java +++ b/core/sdk/src/main/gen/com/google/rpc/BadRequest.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** @@ -32,37 +33,37 @@ public interface FieldViolationOrBuilder extends * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -77,37 +78,37 @@ public interface FieldViolationOrBuilder extends * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -162,37 +163,37 @@ private FieldViolation() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -210,37 +211,37 @@ public java.lang.String getField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -259,37 +260,37 @@ public java.lang.String getField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -309,37 +310,37 @@ private void setField( * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -356,37 +357,37 @@ private void clearField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -575,37 +576,37 @@ private Builder() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -623,37 +624,37 @@ public java.lang.String getField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -672,37 +673,37 @@ public java.lang.String getField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -723,37 +724,37 @@ public Builder setField( * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; @@ -772,37 +773,37 @@ public Builder clearField() { * * Consider the following: * - * message CreateContactRequest { - * message EmailAddress { - * enum Type { - * TYPE_UNSPECIFIED = 0; - * HOME = 1; - * WORK = 2; - * } + * message CreateContactRequest { + * message EmailAddress { + * enum Type { + * TYPE_UNSPECIFIED = 0; + * HOME = 1; + * WORK = 2; + * } * - * optional string email = 1; - * repeated EmailType type = 2; - * } + * optional string email = 1; + * repeated EmailType type = 2; + * } * - * string full_name = 1; - * repeated EmailAddress email_addresses = 2; - * } + * string full_name = 1; + * repeated EmailAddress email_addresses = 2; + * } * * In this example, in proto `field` could take one of the following values: * * * `full_name` for a violation in the `full_name` value * * `email_addresses[1].email` for a violation in the `email` field of the - * first `email_addresses` message + * first `email_addresses` message * * `email_addresses[3].type[2]` for a violation in the second `type` - * value in the third `email_addresses` message. + * value in the third `email_addresses` message. * * In JSON, the same values are represented as: * * * `fullName` for a violation in the `fullName` value * * `emailAddresses[1].email` for a violation in the `email` field of the - * first `emailAddresses` message + * first `emailAddresses` message * * `emailAddresses[3].type[2]` for a violation in the second `type` - * value in the third `emailAddresses` message. + * value in the third `emailAddresses` message. * * * string field = 1 [json_name = "field"]; diff --git a/core/sdk/src/main/gen/com/google/rpc/BadRequestOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/BadRequestOrBuilder.java index 8d73e5425..6d7220fec 100644 --- a/core/sdk/src/main/gen/com/google/rpc/BadRequestOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/BadRequestOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface BadRequestOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/Code.java b/core/sdk/src/main/gen/com/google/rpc/Code.java index eac253c50..75f562d4f 100644 --- a/core/sdk/src/main/gen/com/google/rpc/Code.java +++ b/core/sdk/src/main/gen/com/google/rpc/Code.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/code.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** @@ -155,15 +156,15 @@ public enum Code * * Service implementors can use the following guidelines to decide * between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: - * (a) Use `UNAVAILABLE` if the client can retry just the failing call. - * (b) Use `ABORTED` if the client should retry at a higher level. For - * example, when a client-specified test-and-set fails, indicating the - * client should restart a read-modify-write sequence. - * (c) Use `FAILED_PRECONDITION` if the client should not retry until - * the system state has been explicitly fixed. For example, if an "rmdir" - * fails because the directory is non-empty, `FAILED_PRECONDITION` - * should be returned since the client should not retry unless - * the files are deleted from the directory. + * (a) Use `UNAVAILABLE` if the client can retry just the failing call. + * (b) Use `ABORTED` if the client should retry at a higher level. For + * example, when a client-specified test-and-set fails, indicating the + * client should restart a read-modify-write sequence. + * (c) Use `FAILED_PRECONDITION` if the client should not retry until + * the system state has been explicitly fixed. For example, if an "rmdir" + * fails because the directory is non-empty, `FAILED_PRECONDITION` + * should be returned since the client should not retry unless + * the files are deleted from the directory. * * HTTP Mapping: 400 Bad Request * @@ -397,15 +398,15 @@ public enum Code * * Service implementors can use the following guidelines to decide * between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: - * (a) Use `UNAVAILABLE` if the client can retry just the failing call. - * (b) Use `ABORTED` if the client should retry at a higher level. For - * example, when a client-specified test-and-set fails, indicating the - * client should restart a read-modify-write sequence. - * (c) Use `FAILED_PRECONDITION` if the client should not retry until - * the system state has been explicitly fixed. For example, if an "rmdir" - * fails because the directory is non-empty, `FAILED_PRECONDITION` - * should be returned since the client should not retry unless - * the files are deleted from the directory. + * (a) Use `UNAVAILABLE` if the client can retry just the failing call. + * (b) Use `ABORTED` if the client should retry at a higher level. For + * example, when a client-specified test-and-set fails, indicating the + * client should restart a read-modify-write sequence. + * (c) Use `FAILED_PRECONDITION` if the client should not retry until + * the system state has been explicitly fixed. For example, if an "rmdir" + * fails because the directory is non-empty, `FAILED_PRECONDITION` + * should be returned since the client should not retry unless + * the files are deleted from the directory. * * HTTP Mapping: 400 Bad Request * diff --git a/core/sdk/src/main/gen/com/google/rpc/CodeProto.java b/core/sdk/src/main/gen/com/google/rpc/CodeProto.java index ce7632b42..c9a6e65c1 100644 --- a/core/sdk/src/main/gen/com/google/rpc/CodeProto.java +++ b/core/sdk/src/main/gen/com/google/rpc/CodeProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/code.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public final class CodeProto { diff --git a/core/sdk/src/main/gen/com/google/rpc/DebugInfo.java b/core/sdk/src/main/gen/com/google/rpc/DebugInfo.java index b82a195c3..98c5caad0 100644 --- a/core/sdk/src/main/gen/com/google/rpc/DebugInfo.java +++ b/core/sdk/src/main/gen/com/google/rpc/DebugInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/DebugInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/DebugInfoOrBuilder.java index 623d275b7..55564d366 100644 --- a/core/sdk/src/main/gen/com/google/rpc/DebugInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/DebugInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface DebugInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/ErrorDetailsProto.java b/core/sdk/src/main/gen/com/google/rpc/ErrorDetailsProto.java index eb2c4caa9..cb77172e8 100644 --- a/core/sdk/src/main/gen/com/google/rpc/ErrorDetailsProto.java +++ b/core/sdk/src/main/gen/com/google/rpc/ErrorDetailsProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public final class ErrorDetailsProto { diff --git a/core/sdk/src/main/gen/com/google/rpc/ErrorInfo.java b/core/sdk/src/main/gen/com/google/rpc/ErrorInfo.java index fb047910c..8aa4ed150 100644 --- a/core/sdk/src/main/gen/com/google/rpc/ErrorInfo.java +++ b/core/sdk/src/main/gen/com/google/rpc/ErrorInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** @@ -11,25 +12,25 @@ * Example of an error when contacting the "pubsub.googleapis.com" API when it * is not enabled: * - * { "reason": "API_DISABLED" - * "domain": "googleapis.com" - * "metadata": { - * "resource": "projects/123", - * "service": "pubsub.googleapis.com" - * } - * } + * { "reason": "API_DISABLED" + * "domain": "googleapis.com" + * "metadata": { + * "resource": "projects/123", + * "service": "pubsub.googleapis.com" + * } + * } * * This response indicates that the pubsub.googleapis.com API is not enabled. * * Example of an error that is returned when attempting to create a Spanner * instance in a region that is out of stock: * - * { "reason": "STOCKOUT" - * "domain": "spanner.googleapis.com", - * "metadata": { - * "availableRegions": "us-central1,us-east2" - * } - * } + * { "reason": "STOCKOUT" + * "domain": "spanner.googleapis.com", + * "metadata": { + * "availableRegions": "us-central1,us-east2" + * } + * } * * * Protobuf type {@code google.rpc.ErrorInfo} @@ -462,25 +463,25 @@ public static Builder newBuilder(com.google.rpc.ErrorInfo prototype) { * Example of an error when contacting the "pubsub.googleapis.com" API when it * is not enabled: * - * { "reason": "API_DISABLED" - * "domain": "googleapis.com" - * "metadata": { - * "resource": "projects/123", - * "service": "pubsub.googleapis.com" - * } - * } + * { "reason": "API_DISABLED" + * "domain": "googleapis.com" + * "metadata": { + * "resource": "projects/123", + * "service": "pubsub.googleapis.com" + * } + * } * * This response indicates that the pubsub.googleapis.com API is not enabled. * * Example of an error that is returned when attempting to create a Spanner * instance in a region that is out of stock: * - * { "reason": "STOCKOUT" - * "domain": "spanner.googleapis.com", - * "metadata": { - * "availableRegions": "us-central1,us-east2" - * } - * } + * { "reason": "STOCKOUT" + * "domain": "spanner.googleapis.com", + * "metadata": { + * "availableRegions": "us-central1,us-east2" + * } + * } * * * Protobuf type {@code google.rpc.ErrorInfo} diff --git a/core/sdk/src/main/gen/com/google/rpc/ErrorInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/ErrorInfoOrBuilder.java index 93ce02876..3fca47191 100644 --- a/core/sdk/src/main/gen/com/google/rpc/ErrorInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/ErrorInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface ErrorInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/Help.java b/core/sdk/src/main/gen/com/google/rpc/Help.java index caa70b240..a9bc9ee5c 100644 --- a/core/sdk/src/main/gen/com/google/rpc/Help.java +++ b/core/sdk/src/main/gen/com/google/rpc/Help.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/HelpOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/HelpOrBuilder.java index 42f562664..9c644e5ee 100644 --- a/core/sdk/src/main/gen/com/google/rpc/HelpOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/HelpOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface HelpOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/LocalizedMessage.java b/core/sdk/src/main/gen/com/google/rpc/LocalizedMessage.java index 74e49ac55..3de09dbe2 100644 --- a/core/sdk/src/main/gen/com/google/rpc/LocalizedMessage.java +++ b/core/sdk/src/main/gen/com/google/rpc/LocalizedMessage.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/LocalizedMessageOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/LocalizedMessageOrBuilder.java index af38b4cfc..328f1ff8a 100644 --- a/core/sdk/src/main/gen/com/google/rpc/LocalizedMessageOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/LocalizedMessageOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface LocalizedMessageOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/PreconditionFailure.java b/core/sdk/src/main/gen/com/google/rpc/PreconditionFailure.java index f576772d6..5feccabfc 100644 --- a/core/sdk/src/main/gen/com/google/rpc/PreconditionFailure.java +++ b/core/sdk/src/main/gen/com/google/rpc/PreconditionFailure.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/PreconditionFailureOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/PreconditionFailureOrBuilder.java index 44e3da249..8555b4e20 100644 --- a/core/sdk/src/main/gen/com/google/rpc/PreconditionFailureOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/PreconditionFailureOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface PreconditionFailureOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/QuotaFailure.java b/core/sdk/src/main/gen/com/google/rpc/QuotaFailure.java index b76328c7c..1215db584 100644 --- a/core/sdk/src/main/gen/com/google/rpc/QuotaFailure.java +++ b/core/sdk/src/main/gen/com/google/rpc/QuotaFailure.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/QuotaFailureOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/QuotaFailureOrBuilder.java index 03f9658ac..92c29b35a 100644 --- a/core/sdk/src/main/gen/com/google/rpc/QuotaFailureOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/QuotaFailureOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface QuotaFailureOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/RequestInfo.java b/core/sdk/src/main/gen/com/google/rpc/RequestInfo.java index 2fcbc7e68..8731f865d 100644 --- a/core/sdk/src/main/gen/com/google/rpc/RequestInfo.java +++ b/core/sdk/src/main/gen/com/google/rpc/RequestInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/RequestInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/RequestInfoOrBuilder.java index 87f5fbf3d..18676cbd7 100644 --- a/core/sdk/src/main/gen/com/google/rpc/RequestInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/RequestInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface RequestInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/ResourceInfo.java b/core/sdk/src/main/gen/com/google/rpc/ResourceInfo.java index b2923c9c8..121e771f1 100644 --- a/core/sdk/src/main/gen/com/google/rpc/ResourceInfo.java +++ b/core/sdk/src/main/gen/com/google/rpc/ResourceInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/ResourceInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/ResourceInfoOrBuilder.java index ff52c205f..0f4673370 100644 --- a/core/sdk/src/main/gen/com/google/rpc/ResourceInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/ResourceInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface ResourceInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/RetryInfo.java b/core/sdk/src/main/gen/com/google/rpc/RetryInfo.java index 37cc01d82..2b6bcc2d0 100644 --- a/core/sdk/src/main/gen/com/google/rpc/RetryInfo.java +++ b/core/sdk/src/main/gen/com/google/rpc/RetryInfo.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/RetryInfoOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/RetryInfoOrBuilder.java index 00b770067..f025e38b7 100644 --- a/core/sdk/src/main/gen/com/google/rpc/RetryInfoOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/RetryInfoOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/error_details.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface RetryInfoOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/Status.java b/core/sdk/src/main/gen/com/google/rpc/Status.java index 754cfb1e3..b442d7d44 100644 --- a/core/sdk/src/main/gen/com/google/rpc/Status.java +++ b/core/sdk/src/main/gen/com/google/rpc/Status.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/status.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; /** diff --git a/core/sdk/src/main/gen/com/google/rpc/StatusOrBuilder.java b/core/sdk/src/main/gen/com/google/rpc/StatusOrBuilder.java index fc071eb47..fe3c9731b 100644 --- a/core/sdk/src/main/gen/com/google/rpc/StatusOrBuilder.java +++ b/core/sdk/src/main/gen/com/google/rpc/StatusOrBuilder.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/status.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public interface StatusOrBuilder extends diff --git a/core/sdk/src/main/gen/com/google/rpc/StatusProto.java b/core/sdk/src/main/gen/com/google/rpc/StatusProto.java index 14b57c198..61b06ee80 100644 --- a/core/sdk/src/main/gen/com/google/rpc/StatusProto.java +++ b/core/sdk/src/main/gen/com/google/rpc/StatusProto.java @@ -1,7 +1,8 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: google/rpc/status.proto +// Protobuf Java Version: 4.27.2 -// Protobuf Java Version: 3.25.2 package com.google.rpc; public final class StatusProto { diff --git a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContext.java b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContext.java index e0e934626..11e3cf05e 100644 --- a/core/sdk/src/main/gen/com/google/rpc/context/AttributeContext.java +++ b/core/sdk/src/main/gen/com/google/rpc/context/AttributeContext.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; /** @@ -2087,11 +2088,11 @@ public interface AuthOrBuilder extends * 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. @@ -2110,11 +2111,11 @@ public interface AuthOrBuilder extends * 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. @@ -2132,11 +2133,11 @@ public interface AuthOrBuilder extends * 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. @@ -2155,11 +2156,11 @@ public interface AuthOrBuilder extends * 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. @@ -2205,13 +2206,13 @@ public interface AuthOrBuilder extends * 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. @@ -2228,13 +2229,13 @@ public interface AuthOrBuilder extends * 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. @@ -2428,11 +2429,11 @@ private void 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. @@ -2453,11 +2454,11 @@ public java.util.List 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