diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 89395f0383..ceac3c9f43 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -74,6 +74,14 @@ jobs: examples/go.sum - run: make go.work - run: go test ./integration -race + - run: docker-compose up -d + - run: cp example-opentdf.yaml opentdf.yaml + - run: go run . start & + - run: go install github.com/fullstorydev/grpcurl/cmd/grpcurl@v1.8.9 + - run: sleep 15 + name: wake me up when github action runner supports docker-compose --wait + - run: grpcurl -plaintext localhost:9000 list + - run: grpcurl -plaintext localhost:9000 list attributes.AttributesService image: name: image build diff --git a/README.md b/README.md index 9d2f3de1d8..c3c71836ed 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With go 1.18 or higher: ### Run -1. `docker-compose -f opentdf-compose.yaml up` +1. `docker-compose up` 2. `goose -dir=./migrations postgres "postgres://postgres:changeme@localhost:5432/opentdf" up` diff --git a/buf.gen.yaml b/buf.gen.yaml index d2e7334abb..b6dc8c489d 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -17,7 +17,7 @@ plugins: out: sdk opt: - paths=source_relative - - plugin: buf.build/protocolbuffers/java + - plugin: buf.build/protocolbuffers/java:v25.3 out: sdkjava - plugin: buf.build/grpc/go:v1.3.0 out: sdk diff --git a/opentdf-compose.yaml b/docker-compose.yaml similarity index 100% rename from opentdf-compose.yaml rename to docker-compose.yaml diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequest.java b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequest.java index 038fdea5ad..5d1720b12e 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequest.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequestOrBuilder.java b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequestOrBuilder.java index f7bf2d3ce8..1d698054d4 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AssignKeyAccessServerToAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponse.java b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponse.java index 1591f9f9ea..45c81a7a07 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponse.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponseOrBuilder.java b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponseOrBuilder.java index 6b15472fca..6e2eda49c9 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AssignKeyAccessServerToAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToValueRequest.java b/sdkjava/com/attributes/AssignKeyAccessServerToValueRequest.java index 814427d359..3deadf75b6 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToValueRequest.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToValueRequestOrBuilder.java b/sdkjava/com/attributes/AssignKeyAccessServerToValueRequestOrBuilder.java index 056c31058f..004bd6013d 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AssignKeyAccessServerToValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToValueResponse.java b/sdkjava/com/attributes/AssignKeyAccessServerToValueResponse.java index f4647895e5..307b19ca9c 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToValueResponse.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AssignKeyAccessServerToValueResponseOrBuilder.java b/sdkjava/com/attributes/AssignKeyAccessServerToValueResponseOrBuilder.java index 0f8d6be052..0978c210ec 100644 --- a/sdkjava/com/attributes/AssignKeyAccessServerToValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/AssignKeyAccessServerToValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AssignKeyAccessServerToValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/Attribute.java b/sdkjava/com/attributes/Attribute.java index bd6c5791ff..d12c390850 100644 --- a/sdkjava/com/attributes/Attribute.java +++ b/sdkjava/com/attributes/Attribute.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AttributeCreateUpdate.java b/sdkjava/com/attributes/AttributeCreateUpdate.java index 93fc53953f..302ff4b84f 100644 --- a/sdkjava/com/attributes/AttributeCreateUpdate.java +++ b/sdkjava/com/attributes/AttributeCreateUpdate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AttributeCreateUpdateOrBuilder.java b/sdkjava/com/attributes/AttributeCreateUpdateOrBuilder.java index 9f9dece7b6..7303cf418a 100644 --- a/sdkjava/com/attributes/AttributeCreateUpdateOrBuilder.java +++ b/sdkjava/com/attributes/AttributeCreateUpdateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AttributeCreateUpdateOrBuilder extends diff --git a/sdkjava/com/attributes/AttributeKeyAccessServer.java b/sdkjava/com/attributes/AttributeKeyAccessServer.java index f13143f566..7e2bf70849 100644 --- a/sdkjava/com/attributes/AttributeKeyAccessServer.java +++ b/sdkjava/com/attributes/AttributeKeyAccessServer.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AttributeKeyAccessServerOrBuilder.java b/sdkjava/com/attributes/AttributeKeyAccessServerOrBuilder.java index f22b016502..a426ac792c 100644 --- a/sdkjava/com/attributes/AttributeKeyAccessServerOrBuilder.java +++ b/sdkjava/com/attributes/AttributeKeyAccessServerOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AttributeKeyAccessServerOrBuilder extends diff --git a/sdkjava/com/attributes/AttributeOrBuilder.java b/sdkjava/com/attributes/AttributeOrBuilder.java index 0f40c8c387..c6f7f05fba 100644 --- a/sdkjava/com/attributes/AttributeOrBuilder.java +++ b/sdkjava/com/attributes/AttributeOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface AttributeOrBuilder extends diff --git a/sdkjava/com/attributes/AttributeRuleTypeEnum.java b/sdkjava/com/attributes/AttributeRuleTypeEnum.java index 8ffcb79e87..dec4e4d882 100644 --- a/sdkjava/com/attributes/AttributeRuleTypeEnum.java +++ b/sdkjava/com/attributes/AttributeRuleTypeEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/AttributesProto.java b/sdkjava/com/attributes/AttributesProto.java index 57a70b5322..662d81a8a5 100644 --- a/sdkjava/com/attributes/AttributesProto.java +++ b/sdkjava/com/attributes/AttributesProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public final class AttributesProto { diff --git a/sdkjava/com/attributes/CreateAttributeRequest.java b/sdkjava/com/attributes/CreateAttributeRequest.java index 6f41225d3a..a986d23c89 100644 --- a/sdkjava/com/attributes/CreateAttributeRequest.java +++ b/sdkjava/com/attributes/CreateAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/CreateAttributeRequestOrBuilder.java b/sdkjava/com/attributes/CreateAttributeRequestOrBuilder.java index 2b838cffeb..168d5bc938 100644 --- a/sdkjava/com/attributes/CreateAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/CreateAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface CreateAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/CreateAttributeResponse.java b/sdkjava/com/attributes/CreateAttributeResponse.java index 1539ebb34e..41eb1ed79d 100644 --- a/sdkjava/com/attributes/CreateAttributeResponse.java +++ b/sdkjava/com/attributes/CreateAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/CreateAttributeResponseOrBuilder.java b/sdkjava/com/attributes/CreateAttributeResponseOrBuilder.java index 92fdbc55ab..660d3aa9ff 100644 --- a/sdkjava/com/attributes/CreateAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/CreateAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface CreateAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/CreateAttributeValueRequest.java b/sdkjava/com/attributes/CreateAttributeValueRequest.java index 1bf033a770..f6456c79f1 100644 --- a/sdkjava/com/attributes/CreateAttributeValueRequest.java +++ b/sdkjava/com/attributes/CreateAttributeValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/CreateAttributeValueRequestOrBuilder.java b/sdkjava/com/attributes/CreateAttributeValueRequestOrBuilder.java index 6620304fe3..0678ef5ebf 100644 --- a/sdkjava/com/attributes/CreateAttributeValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/CreateAttributeValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface CreateAttributeValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/CreateAttributeValueResponse.java b/sdkjava/com/attributes/CreateAttributeValueResponse.java index ab08c14943..1657ee56cd 100644 --- a/sdkjava/com/attributes/CreateAttributeValueResponse.java +++ b/sdkjava/com/attributes/CreateAttributeValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/CreateAttributeValueResponseOrBuilder.java b/sdkjava/com/attributes/CreateAttributeValueResponseOrBuilder.java index e001e7613e..7b2b745007 100644 --- a/sdkjava/com/attributes/CreateAttributeValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/CreateAttributeValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface CreateAttributeValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/DeleteAttributeRequest.java b/sdkjava/com/attributes/DeleteAttributeRequest.java index 909774ab25..2fb1b74bde 100644 --- a/sdkjava/com/attributes/DeleteAttributeRequest.java +++ b/sdkjava/com/attributes/DeleteAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/DeleteAttributeRequestOrBuilder.java b/sdkjava/com/attributes/DeleteAttributeRequestOrBuilder.java index 3617ac7708..7c2ae7980c 100644 --- a/sdkjava/com/attributes/DeleteAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/DeleteAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface DeleteAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/DeleteAttributeResponse.java b/sdkjava/com/attributes/DeleteAttributeResponse.java index 885447c12f..3bcc2f9649 100644 --- a/sdkjava/com/attributes/DeleteAttributeResponse.java +++ b/sdkjava/com/attributes/DeleteAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/DeleteAttributeResponseOrBuilder.java b/sdkjava/com/attributes/DeleteAttributeResponseOrBuilder.java index ec2bea8353..7d16758b49 100644 --- a/sdkjava/com/attributes/DeleteAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/DeleteAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface DeleteAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/DeleteAttributeValueRequest.java b/sdkjava/com/attributes/DeleteAttributeValueRequest.java index 735c8122fe..2b64110786 100644 --- a/sdkjava/com/attributes/DeleteAttributeValueRequest.java +++ b/sdkjava/com/attributes/DeleteAttributeValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/DeleteAttributeValueRequestOrBuilder.java b/sdkjava/com/attributes/DeleteAttributeValueRequestOrBuilder.java index cc296d1641..42a5243844 100644 --- a/sdkjava/com/attributes/DeleteAttributeValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/DeleteAttributeValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface DeleteAttributeValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/DeleteAttributeValueResponse.java b/sdkjava/com/attributes/DeleteAttributeValueResponse.java index 91d9e54ea6..0c4f5b7343 100644 --- a/sdkjava/com/attributes/DeleteAttributeValueResponse.java +++ b/sdkjava/com/attributes/DeleteAttributeValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/DeleteAttributeValueResponseOrBuilder.java b/sdkjava/com/attributes/DeleteAttributeValueResponseOrBuilder.java index 7db710cb71..ac0cc03295 100644 --- a/sdkjava/com/attributes/DeleteAttributeValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/DeleteAttributeValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface DeleteAttributeValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/GetAttributeRequest.java b/sdkjava/com/attributes/GetAttributeRequest.java index 16ac61dc61..fef447f574 100644 --- a/sdkjava/com/attributes/GetAttributeRequest.java +++ b/sdkjava/com/attributes/GetAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/GetAttributeRequestOrBuilder.java b/sdkjava/com/attributes/GetAttributeRequestOrBuilder.java index 95b3ce1465..d163b194b9 100644 --- a/sdkjava/com/attributes/GetAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/GetAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface GetAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/GetAttributeResponse.java b/sdkjava/com/attributes/GetAttributeResponse.java index 16745b5729..ba2684ee2d 100644 --- a/sdkjava/com/attributes/GetAttributeResponse.java +++ b/sdkjava/com/attributes/GetAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/GetAttributeResponseOrBuilder.java b/sdkjava/com/attributes/GetAttributeResponseOrBuilder.java index d3e9db2cac..81f7c2a021 100644 --- a/sdkjava/com/attributes/GetAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/GetAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface GetAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/GetAttributeValueRequest.java b/sdkjava/com/attributes/GetAttributeValueRequest.java index f0893e85d9..6d45729aaa 100644 --- a/sdkjava/com/attributes/GetAttributeValueRequest.java +++ b/sdkjava/com/attributes/GetAttributeValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/GetAttributeValueRequestOrBuilder.java b/sdkjava/com/attributes/GetAttributeValueRequestOrBuilder.java index d07f7635e0..f0f9dc9a92 100644 --- a/sdkjava/com/attributes/GetAttributeValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/GetAttributeValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface GetAttributeValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/GetAttributeValueResponse.java b/sdkjava/com/attributes/GetAttributeValueResponse.java index 8ee401d1d7..17d180f634 100644 --- a/sdkjava/com/attributes/GetAttributeValueResponse.java +++ b/sdkjava/com/attributes/GetAttributeValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/GetAttributeValueResponseOrBuilder.java b/sdkjava/com/attributes/GetAttributeValueResponseOrBuilder.java index bf79250030..078bdaded1 100644 --- a/sdkjava/com/attributes/GetAttributeValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/GetAttributeValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface GetAttributeValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/ListAttributeValuesRequest.java b/sdkjava/com/attributes/ListAttributeValuesRequest.java index d47c659247..a70868029f 100644 --- a/sdkjava/com/attributes/ListAttributeValuesRequest.java +++ b/sdkjava/com/attributes/ListAttributeValuesRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ListAttributeValuesRequestOrBuilder.java b/sdkjava/com/attributes/ListAttributeValuesRequestOrBuilder.java index 652c99ca2b..45b248caa3 100644 --- a/sdkjava/com/attributes/ListAttributeValuesRequestOrBuilder.java +++ b/sdkjava/com/attributes/ListAttributeValuesRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ListAttributeValuesRequestOrBuilder extends diff --git a/sdkjava/com/attributes/ListAttributeValuesResponse.java b/sdkjava/com/attributes/ListAttributeValuesResponse.java index 2333e16c63..513872ccb5 100644 --- a/sdkjava/com/attributes/ListAttributeValuesResponse.java +++ b/sdkjava/com/attributes/ListAttributeValuesResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ListAttributeValuesResponseOrBuilder.java b/sdkjava/com/attributes/ListAttributeValuesResponseOrBuilder.java index 48526ebaa8..cd17b80bc9 100644 --- a/sdkjava/com/attributes/ListAttributeValuesResponseOrBuilder.java +++ b/sdkjava/com/attributes/ListAttributeValuesResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ListAttributeValuesResponseOrBuilder extends diff --git a/sdkjava/com/attributes/ListAttributesRequest.java b/sdkjava/com/attributes/ListAttributesRequest.java index 618a3d977a..35d1e303db 100644 --- a/sdkjava/com/attributes/ListAttributesRequest.java +++ b/sdkjava/com/attributes/ListAttributesRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ListAttributesRequestOrBuilder.java b/sdkjava/com/attributes/ListAttributesRequestOrBuilder.java index c6e67c19f5..1fe4b4e5d1 100644 --- a/sdkjava/com/attributes/ListAttributesRequestOrBuilder.java +++ b/sdkjava/com/attributes/ListAttributesRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ListAttributesRequestOrBuilder extends diff --git a/sdkjava/com/attributes/ListAttributesResponse.java b/sdkjava/com/attributes/ListAttributesResponse.java index 9d6cb4b46c..3bed3a5822 100644 --- a/sdkjava/com/attributes/ListAttributesResponse.java +++ b/sdkjava/com/attributes/ListAttributesResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ListAttributesResponseOrBuilder.java b/sdkjava/com/attributes/ListAttributesResponseOrBuilder.java index ee78ee1777..ce13dac81a 100644 --- a/sdkjava/com/attributes/ListAttributesResponseOrBuilder.java +++ b/sdkjava/com/attributes/ListAttributesResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ListAttributesResponseOrBuilder extends diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequest.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequest.java index 05727be0bc..ae22f58131 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequest.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequestOrBuilder.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequestOrBuilder.java index 710d2023db..f0554d4733 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface RemoveKeyAccessServerFromAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponse.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponse.java index fcab166745..9e7c736a62 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponse.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponseOrBuilder.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponseOrBuilder.java index 1e0fcfeab8..3b49524a37 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface RemoveKeyAccessServerFromAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequest.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequest.java index 1d5d5fab40..afbf378428 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequest.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequestOrBuilder.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequestOrBuilder.java index 6b14537192..e87bec2023 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface RemoveKeyAccessServerFromValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponse.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponse.java index 1a99de7e9f..373144c0c1 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponse.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponseOrBuilder.java b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponseOrBuilder.java index 3d2d77e0ea..052b69e8bf 100644 --- a/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/RemoveKeyAccessServerFromValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface RemoveKeyAccessServerFromValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/UpdateAttributeRequest.java b/sdkjava/com/attributes/UpdateAttributeRequest.java index f434c81794..674ef0b561 100644 --- a/sdkjava/com/attributes/UpdateAttributeRequest.java +++ b/sdkjava/com/attributes/UpdateAttributeRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/UpdateAttributeRequestOrBuilder.java b/sdkjava/com/attributes/UpdateAttributeRequestOrBuilder.java index 77c3f54df4..396366b7a1 100644 --- a/sdkjava/com/attributes/UpdateAttributeRequestOrBuilder.java +++ b/sdkjava/com/attributes/UpdateAttributeRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface UpdateAttributeRequestOrBuilder extends diff --git a/sdkjava/com/attributes/UpdateAttributeResponse.java b/sdkjava/com/attributes/UpdateAttributeResponse.java index 041cbf8a37..7cf1fdeeb3 100644 --- a/sdkjava/com/attributes/UpdateAttributeResponse.java +++ b/sdkjava/com/attributes/UpdateAttributeResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/UpdateAttributeResponseOrBuilder.java b/sdkjava/com/attributes/UpdateAttributeResponseOrBuilder.java index 3ee45490dc..17df4f79bd 100644 --- a/sdkjava/com/attributes/UpdateAttributeResponseOrBuilder.java +++ b/sdkjava/com/attributes/UpdateAttributeResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface UpdateAttributeResponseOrBuilder extends diff --git a/sdkjava/com/attributes/UpdateAttributeValueRequest.java b/sdkjava/com/attributes/UpdateAttributeValueRequest.java index e84cccaa44..40cf85abb6 100644 --- a/sdkjava/com/attributes/UpdateAttributeValueRequest.java +++ b/sdkjava/com/attributes/UpdateAttributeValueRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/UpdateAttributeValueRequestOrBuilder.java b/sdkjava/com/attributes/UpdateAttributeValueRequestOrBuilder.java index dd1f9086a5..8403f47ef5 100644 --- a/sdkjava/com/attributes/UpdateAttributeValueRequestOrBuilder.java +++ b/sdkjava/com/attributes/UpdateAttributeValueRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface UpdateAttributeValueRequestOrBuilder extends diff --git a/sdkjava/com/attributes/UpdateAttributeValueResponse.java b/sdkjava/com/attributes/UpdateAttributeValueResponse.java index 7f53d6c259..b839b31a31 100644 --- a/sdkjava/com/attributes/UpdateAttributeValueResponse.java +++ b/sdkjava/com/attributes/UpdateAttributeValueResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/UpdateAttributeValueResponseOrBuilder.java b/sdkjava/com/attributes/UpdateAttributeValueResponseOrBuilder.java index 43c21074e3..8edf999b0d 100644 --- a/sdkjava/com/attributes/UpdateAttributeValueResponseOrBuilder.java +++ b/sdkjava/com/attributes/UpdateAttributeValueResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface UpdateAttributeValueResponseOrBuilder extends diff --git a/sdkjava/com/attributes/Value.java b/sdkjava/com/attributes/Value.java index 86b195d28f..00bcdb6c21 100644 --- a/sdkjava/com/attributes/Value.java +++ b/sdkjava/com/attributes/Value.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ValueCreateUpdate.java b/sdkjava/com/attributes/ValueCreateUpdate.java index 5cf2a5ece2..20352e7c9b 100644 --- a/sdkjava/com/attributes/ValueCreateUpdate.java +++ b/sdkjava/com/attributes/ValueCreateUpdate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ValueCreateUpdateOrBuilder.java b/sdkjava/com/attributes/ValueCreateUpdateOrBuilder.java index 10d353804c..00c236193a 100644 --- a/sdkjava/com/attributes/ValueCreateUpdateOrBuilder.java +++ b/sdkjava/com/attributes/ValueCreateUpdateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ValueCreateUpdateOrBuilder extends diff --git a/sdkjava/com/attributes/ValueKeyAccessServer.java b/sdkjava/com/attributes/ValueKeyAccessServer.java index d28cf9180d..f6ac9ae8fc 100644 --- a/sdkjava/com/attributes/ValueKeyAccessServer.java +++ b/sdkjava/com/attributes/ValueKeyAccessServer.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; /** diff --git a/sdkjava/com/attributes/ValueKeyAccessServerOrBuilder.java b/sdkjava/com/attributes/ValueKeyAccessServerOrBuilder.java index 4fbf3adc23..f4e5d6da1c 100644 --- a/sdkjava/com/attributes/ValueKeyAccessServerOrBuilder.java +++ b/sdkjava/com/attributes/ValueKeyAccessServerOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ValueKeyAccessServerOrBuilder extends diff --git a/sdkjava/com/attributes/ValueOrBuilder.java b/sdkjava/com/attributes/ValueOrBuilder.java index 90e0de59c6..6963ff3910 100644 --- a/sdkjava/com/attributes/ValueOrBuilder.java +++ b/sdkjava/com/attributes/ValueOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: attributes/attributes.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.attributes; public interface ValueOrBuilder extends diff --git a/sdkjava/com/authorization/Action.java b/sdkjava/com/authorization/Action.java index 1a0d60f9c7..558e0a472a 100644 --- a/sdkjava/com/authorization/Action.java +++ b/sdkjava/com/authorization/Action.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/ActionOrBuilder.java b/sdkjava/com/authorization/ActionOrBuilder.java index ec0b6d68ef..447c648d10 100644 --- a/sdkjava/com/authorization/ActionOrBuilder.java +++ b/sdkjava/com/authorization/ActionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface ActionOrBuilder extends diff --git a/sdkjava/com/authorization/AuthorizationProto.java b/sdkjava/com/authorization/AuthorizationProto.java index a3a0f5b9ae..7dbcce5c29 100644 --- a/sdkjava/com/authorization/AuthorizationProto.java +++ b/sdkjava/com/authorization/AuthorizationProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public final class AuthorizationProto { diff --git a/sdkjava/com/authorization/DecisionRequest.java b/sdkjava/com/authorization/DecisionRequest.java index ea1afd12cb..d73f302e66 100644 --- a/sdkjava/com/authorization/DecisionRequest.java +++ b/sdkjava/com/authorization/DecisionRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/DecisionRequestOrBuilder.java b/sdkjava/com/authorization/DecisionRequestOrBuilder.java index 5b5b1d8f2d..7ab07adbbe 100644 --- a/sdkjava/com/authorization/DecisionRequestOrBuilder.java +++ b/sdkjava/com/authorization/DecisionRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface DecisionRequestOrBuilder extends diff --git a/sdkjava/com/authorization/DecisionResponse.java b/sdkjava/com/authorization/DecisionResponse.java index 154ceafb39..b99d52c9cd 100644 --- a/sdkjava/com/authorization/DecisionResponse.java +++ b/sdkjava/com/authorization/DecisionResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/DecisionResponseOrBuilder.java b/sdkjava/com/authorization/DecisionResponseOrBuilder.java index 97a3467661..1e5b96f1bd 100644 --- a/sdkjava/com/authorization/DecisionResponseOrBuilder.java +++ b/sdkjava/com/authorization/DecisionResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface DecisionResponseOrBuilder extends diff --git a/sdkjava/com/authorization/Entity.java b/sdkjava/com/authorization/Entity.java index 6ff372c86d..ea6802d11b 100644 --- a/sdkjava/com/authorization/Entity.java +++ b/sdkjava/com/authorization/Entity.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/EntityChain.java b/sdkjava/com/authorization/EntityChain.java index dfcbd2c225..d27f0f7635 100644 --- a/sdkjava/com/authorization/EntityChain.java +++ b/sdkjava/com/authorization/EntityChain.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/EntityChainOrBuilder.java b/sdkjava/com/authorization/EntityChainOrBuilder.java index 66be1c4817..d8b5c34258 100644 --- a/sdkjava/com/authorization/EntityChainOrBuilder.java +++ b/sdkjava/com/authorization/EntityChainOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface EntityChainOrBuilder extends diff --git a/sdkjava/com/authorization/EntityCustom.java b/sdkjava/com/authorization/EntityCustom.java index 5f0f82aee3..2216b37912 100644 --- a/sdkjava/com/authorization/EntityCustom.java +++ b/sdkjava/com/authorization/EntityCustom.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/EntityCustomOrBuilder.java b/sdkjava/com/authorization/EntityCustomOrBuilder.java index 5be2400885..f00b231523 100644 --- a/sdkjava/com/authorization/EntityCustomOrBuilder.java +++ b/sdkjava/com/authorization/EntityCustomOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface EntityCustomOrBuilder extends diff --git a/sdkjava/com/authorization/EntityEntitlements.java b/sdkjava/com/authorization/EntityEntitlements.java index a82fdaf7d7..056c34c5bb 100644 --- a/sdkjava/com/authorization/EntityEntitlements.java +++ b/sdkjava/com/authorization/EntityEntitlements.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/EntityEntitlementsOrBuilder.java b/sdkjava/com/authorization/EntityEntitlementsOrBuilder.java index b1ef534ea9..25fabd2952 100644 --- a/sdkjava/com/authorization/EntityEntitlementsOrBuilder.java +++ b/sdkjava/com/authorization/EntityEntitlementsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface EntityEntitlementsOrBuilder extends diff --git a/sdkjava/com/authorization/EntityOrBuilder.java b/sdkjava/com/authorization/EntityOrBuilder.java index 0ed1070a5d..bf35512fc3 100644 --- a/sdkjava/com/authorization/EntityOrBuilder.java +++ b/sdkjava/com/authorization/EntityOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface EntityOrBuilder extends diff --git a/sdkjava/com/authorization/GetDecisionsRequest.java b/sdkjava/com/authorization/GetDecisionsRequest.java index 1dbcbff74b..b8633efd0c 100644 --- a/sdkjava/com/authorization/GetDecisionsRequest.java +++ b/sdkjava/com/authorization/GetDecisionsRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/GetDecisionsRequestOrBuilder.java b/sdkjava/com/authorization/GetDecisionsRequestOrBuilder.java index 664800480e..de3feefca7 100644 --- a/sdkjava/com/authorization/GetDecisionsRequestOrBuilder.java +++ b/sdkjava/com/authorization/GetDecisionsRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface GetDecisionsRequestOrBuilder extends diff --git a/sdkjava/com/authorization/GetDecisionsResponse.java b/sdkjava/com/authorization/GetDecisionsResponse.java index 13fe3d46b4..af8fb28b51 100644 --- a/sdkjava/com/authorization/GetDecisionsResponse.java +++ b/sdkjava/com/authorization/GetDecisionsResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/GetDecisionsResponseOrBuilder.java b/sdkjava/com/authorization/GetDecisionsResponseOrBuilder.java index 386b7145e1..cd38ecc4ed 100644 --- a/sdkjava/com/authorization/GetDecisionsResponseOrBuilder.java +++ b/sdkjava/com/authorization/GetDecisionsResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface GetDecisionsResponseOrBuilder extends diff --git a/sdkjava/com/authorization/GetEntitlementsRequest.java b/sdkjava/com/authorization/GetEntitlementsRequest.java index 16a168e445..eee6598458 100644 --- a/sdkjava/com/authorization/GetEntitlementsRequest.java +++ b/sdkjava/com/authorization/GetEntitlementsRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/GetEntitlementsRequestOrBuilder.java b/sdkjava/com/authorization/GetEntitlementsRequestOrBuilder.java index a8b597b20e..c4ab02398e 100644 --- a/sdkjava/com/authorization/GetEntitlementsRequestOrBuilder.java +++ b/sdkjava/com/authorization/GetEntitlementsRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface GetEntitlementsRequestOrBuilder extends diff --git a/sdkjava/com/authorization/GetEntitlementsResponse.java b/sdkjava/com/authorization/GetEntitlementsResponse.java index c72f01a300..88959b9e59 100644 --- a/sdkjava/com/authorization/GetEntitlementsResponse.java +++ b/sdkjava/com/authorization/GetEntitlementsResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/GetEntitlementsResponseOrBuilder.java b/sdkjava/com/authorization/GetEntitlementsResponseOrBuilder.java index d48446924a..dbe7d2134f 100644 --- a/sdkjava/com/authorization/GetEntitlementsResponseOrBuilder.java +++ b/sdkjava/com/authorization/GetEntitlementsResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface GetEntitlementsResponseOrBuilder extends diff --git a/sdkjava/com/authorization/ResourceAttributes.java b/sdkjava/com/authorization/ResourceAttributes.java index a6cd0833f9..8108822ab7 100644 --- a/sdkjava/com/authorization/ResourceAttributes.java +++ b/sdkjava/com/authorization/ResourceAttributes.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; /** diff --git a/sdkjava/com/authorization/ResourceAttributesOrBuilder.java b/sdkjava/com/authorization/ResourceAttributesOrBuilder.java index 4d32cd8ce6..08fb7092dd 100644 --- a/sdkjava/com/authorization/ResourceAttributesOrBuilder.java +++ b/sdkjava/com/authorization/ResourceAttributesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: authorization/authorization.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.authorization; public interface ResourceAttributesOrBuilder extends diff --git a/sdkjava/com/common/CommonProto.java b/sdkjava/com/common/CommonProto.java index 7c4dbea710..428c544f1d 100644 --- a/sdkjava/com/common/CommonProto.java +++ b/sdkjava/com/common/CommonProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: common/common.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.common; public final class CommonProto { diff --git a/sdkjava/com/common/Metadata.java b/sdkjava/com/common/Metadata.java index f63e749a2d..379b2d1483 100644 --- a/sdkjava/com/common/Metadata.java +++ b/sdkjava/com/common/Metadata.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: common/common.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.common; /** diff --git a/sdkjava/com/common/MetadataMutable.java b/sdkjava/com/common/MetadataMutable.java index f744988ee2..d300fa0cc2 100644 --- a/sdkjava/com/common/MetadataMutable.java +++ b/sdkjava/com/common/MetadataMutable.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: common/common.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.common; /** diff --git a/sdkjava/com/common/MetadataMutableOrBuilder.java b/sdkjava/com/common/MetadataMutableOrBuilder.java index 2c9e20d16f..3643caa88f 100644 --- a/sdkjava/com/common/MetadataMutableOrBuilder.java +++ b/sdkjava/com/common/MetadataMutableOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: common/common.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.common; public interface MetadataMutableOrBuilder extends diff --git a/sdkjava/com/common/MetadataOrBuilder.java b/sdkjava/com/common/MetadataOrBuilder.java index 5e05983859..dce1ae6823 100644 --- a/sdkjava/com/common/MetadataOrBuilder.java +++ b/sdkjava/com/common/MetadataOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: common/common.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.common; public interface MetadataOrBuilder extends diff --git a/sdkjava/com/kasregistry/CreateKeyAccessServerRequest.java b/sdkjava/com/kasregistry/CreateKeyAccessServerRequest.java index 0555deba39..babbeac974 100644 --- a/sdkjava/com/kasregistry/CreateKeyAccessServerRequest.java +++ b/sdkjava/com/kasregistry/CreateKeyAccessServerRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/CreateKeyAccessServerRequestOrBuilder.java b/sdkjava/com/kasregistry/CreateKeyAccessServerRequestOrBuilder.java index aff6a89601..9728e6d52e 100644 --- a/sdkjava/com/kasregistry/CreateKeyAccessServerRequestOrBuilder.java +++ b/sdkjava/com/kasregistry/CreateKeyAccessServerRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface CreateKeyAccessServerRequestOrBuilder extends diff --git a/sdkjava/com/kasregistry/CreateKeyAccessServerResponse.java b/sdkjava/com/kasregistry/CreateKeyAccessServerResponse.java index 6af99f7e51..f68dd955b9 100644 --- a/sdkjava/com/kasregistry/CreateKeyAccessServerResponse.java +++ b/sdkjava/com/kasregistry/CreateKeyAccessServerResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/CreateKeyAccessServerResponseOrBuilder.java b/sdkjava/com/kasregistry/CreateKeyAccessServerResponseOrBuilder.java index 094255c525..30166fbfc0 100644 --- a/sdkjava/com/kasregistry/CreateKeyAccessServerResponseOrBuilder.java +++ b/sdkjava/com/kasregistry/CreateKeyAccessServerResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface CreateKeyAccessServerResponseOrBuilder extends diff --git a/sdkjava/com/kasregistry/DeleteKeyAccessServerRequest.java b/sdkjava/com/kasregistry/DeleteKeyAccessServerRequest.java index e61bab0693..ffc80086f8 100644 --- a/sdkjava/com/kasregistry/DeleteKeyAccessServerRequest.java +++ b/sdkjava/com/kasregistry/DeleteKeyAccessServerRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/DeleteKeyAccessServerRequestOrBuilder.java b/sdkjava/com/kasregistry/DeleteKeyAccessServerRequestOrBuilder.java index cb1df0c11d..e67b1ce419 100644 --- a/sdkjava/com/kasregistry/DeleteKeyAccessServerRequestOrBuilder.java +++ b/sdkjava/com/kasregistry/DeleteKeyAccessServerRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface DeleteKeyAccessServerRequestOrBuilder extends diff --git a/sdkjava/com/kasregistry/DeleteKeyAccessServerResponse.java b/sdkjava/com/kasregistry/DeleteKeyAccessServerResponse.java index ec055cf4c6..3d923fe3b9 100644 --- a/sdkjava/com/kasregistry/DeleteKeyAccessServerResponse.java +++ b/sdkjava/com/kasregistry/DeleteKeyAccessServerResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/DeleteKeyAccessServerResponseOrBuilder.java b/sdkjava/com/kasregistry/DeleteKeyAccessServerResponseOrBuilder.java index 6afef28993..19574078e8 100644 --- a/sdkjava/com/kasregistry/DeleteKeyAccessServerResponseOrBuilder.java +++ b/sdkjava/com/kasregistry/DeleteKeyAccessServerResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface DeleteKeyAccessServerResponseOrBuilder extends diff --git a/sdkjava/com/kasregistry/GetKeyAccessServerRequest.java b/sdkjava/com/kasregistry/GetKeyAccessServerRequest.java index 3dd923f20d..bf0ad6c1fa 100644 --- a/sdkjava/com/kasregistry/GetKeyAccessServerRequest.java +++ b/sdkjava/com/kasregistry/GetKeyAccessServerRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/GetKeyAccessServerRequestOrBuilder.java b/sdkjava/com/kasregistry/GetKeyAccessServerRequestOrBuilder.java index ef0b1a1015..b3086324b7 100644 --- a/sdkjava/com/kasregistry/GetKeyAccessServerRequestOrBuilder.java +++ b/sdkjava/com/kasregistry/GetKeyAccessServerRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface GetKeyAccessServerRequestOrBuilder extends diff --git a/sdkjava/com/kasregistry/GetKeyAccessServerResponse.java b/sdkjava/com/kasregistry/GetKeyAccessServerResponse.java index 85473b9d04..309c3e0657 100644 --- a/sdkjava/com/kasregistry/GetKeyAccessServerResponse.java +++ b/sdkjava/com/kasregistry/GetKeyAccessServerResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/GetKeyAccessServerResponseOrBuilder.java b/sdkjava/com/kasregistry/GetKeyAccessServerResponseOrBuilder.java index af133d28f6..bcc99d2329 100644 --- a/sdkjava/com/kasregistry/GetKeyAccessServerResponseOrBuilder.java +++ b/sdkjava/com/kasregistry/GetKeyAccessServerResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface GetKeyAccessServerResponseOrBuilder extends diff --git a/sdkjava/com/kasregistry/KeyAccessServer.java b/sdkjava/com/kasregistry/KeyAccessServer.java index 627133af97..1b85ddfff5 100644 --- a/sdkjava/com/kasregistry/KeyAccessServer.java +++ b/sdkjava/com/kasregistry/KeyAccessServer.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/KeyAccessServerCreateUpdate.java b/sdkjava/com/kasregistry/KeyAccessServerCreateUpdate.java index 5a4da06d2b..8236520b7c 100644 --- a/sdkjava/com/kasregistry/KeyAccessServerCreateUpdate.java +++ b/sdkjava/com/kasregistry/KeyAccessServerCreateUpdate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/KeyAccessServerCreateUpdateOrBuilder.java b/sdkjava/com/kasregistry/KeyAccessServerCreateUpdateOrBuilder.java index b4afa6e4d8..eb5c0bf97f 100644 --- a/sdkjava/com/kasregistry/KeyAccessServerCreateUpdateOrBuilder.java +++ b/sdkjava/com/kasregistry/KeyAccessServerCreateUpdateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface KeyAccessServerCreateUpdateOrBuilder extends diff --git a/sdkjava/com/kasregistry/KeyAccessServerOrBuilder.java b/sdkjava/com/kasregistry/KeyAccessServerOrBuilder.java index 78c9d4eac0..709bb4b59b 100644 --- a/sdkjava/com/kasregistry/KeyAccessServerOrBuilder.java +++ b/sdkjava/com/kasregistry/KeyAccessServerOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface KeyAccessServerOrBuilder extends diff --git a/sdkjava/com/kasregistry/KeyAccessServerRegistryProto.java b/sdkjava/com/kasregistry/KeyAccessServerRegistryProto.java index 83e14a52d1..cfbee3c50d 100644 --- a/sdkjava/com/kasregistry/KeyAccessServerRegistryProto.java +++ b/sdkjava/com/kasregistry/KeyAccessServerRegistryProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public final class KeyAccessServerRegistryProto { diff --git a/sdkjava/com/kasregistry/ListKeyAccessServersRequest.java b/sdkjava/com/kasregistry/ListKeyAccessServersRequest.java index 96830d84bc..ff1ad4cab3 100644 --- a/sdkjava/com/kasregistry/ListKeyAccessServersRequest.java +++ b/sdkjava/com/kasregistry/ListKeyAccessServersRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/ListKeyAccessServersRequestOrBuilder.java b/sdkjava/com/kasregistry/ListKeyAccessServersRequestOrBuilder.java index 3122916f93..867ed5b965 100644 --- a/sdkjava/com/kasregistry/ListKeyAccessServersRequestOrBuilder.java +++ b/sdkjava/com/kasregistry/ListKeyAccessServersRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface ListKeyAccessServersRequestOrBuilder extends diff --git a/sdkjava/com/kasregistry/ListKeyAccessServersResponse.java b/sdkjava/com/kasregistry/ListKeyAccessServersResponse.java index 0f34802cd7..ae945eeacb 100644 --- a/sdkjava/com/kasregistry/ListKeyAccessServersResponse.java +++ b/sdkjava/com/kasregistry/ListKeyAccessServersResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/ListKeyAccessServersResponseOrBuilder.java b/sdkjava/com/kasregistry/ListKeyAccessServersResponseOrBuilder.java index 871bc9678c..ee7f5679c1 100644 --- a/sdkjava/com/kasregistry/ListKeyAccessServersResponseOrBuilder.java +++ b/sdkjava/com/kasregistry/ListKeyAccessServersResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface ListKeyAccessServersResponseOrBuilder extends diff --git a/sdkjava/com/kasregistry/PublicKey.java b/sdkjava/com/kasregistry/PublicKey.java index 60f5738279..9c81329995 100644 --- a/sdkjava/com/kasregistry/PublicKey.java +++ b/sdkjava/com/kasregistry/PublicKey.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/PublicKeyOrBuilder.java b/sdkjava/com/kasregistry/PublicKeyOrBuilder.java index 7d9cc2bf24..26398b6396 100644 --- a/sdkjava/com/kasregistry/PublicKeyOrBuilder.java +++ b/sdkjava/com/kasregistry/PublicKeyOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface PublicKeyOrBuilder extends diff --git a/sdkjava/com/kasregistry/UpdateKeyAccessServerRequest.java b/sdkjava/com/kasregistry/UpdateKeyAccessServerRequest.java index fccf30c52e..6b8754440e 100644 --- a/sdkjava/com/kasregistry/UpdateKeyAccessServerRequest.java +++ b/sdkjava/com/kasregistry/UpdateKeyAccessServerRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/UpdateKeyAccessServerRequestOrBuilder.java b/sdkjava/com/kasregistry/UpdateKeyAccessServerRequestOrBuilder.java index 8d2d6ae033..bc997cc567 100644 --- a/sdkjava/com/kasregistry/UpdateKeyAccessServerRequestOrBuilder.java +++ b/sdkjava/com/kasregistry/UpdateKeyAccessServerRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface UpdateKeyAccessServerRequestOrBuilder extends diff --git a/sdkjava/com/kasregistry/UpdateKeyAccessServerResponse.java b/sdkjava/com/kasregistry/UpdateKeyAccessServerResponse.java index de4c88cc2c..630404a9e2 100644 --- a/sdkjava/com/kasregistry/UpdateKeyAccessServerResponse.java +++ b/sdkjava/com/kasregistry/UpdateKeyAccessServerResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; /** diff --git a/sdkjava/com/kasregistry/UpdateKeyAccessServerResponseOrBuilder.java b/sdkjava/com/kasregistry/UpdateKeyAccessServerResponseOrBuilder.java index f6f526aea6..42d3e5e67b 100644 --- a/sdkjava/com/kasregistry/UpdateKeyAccessServerResponseOrBuilder.java +++ b/sdkjava/com/kasregistry/UpdateKeyAccessServerResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: kasregistry/key_access_server_registry.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.kasregistry; public interface UpdateKeyAccessServerResponseOrBuilder extends diff --git a/sdkjava/com/namespaces/CreateNamespaceRequest.java b/sdkjava/com/namespaces/CreateNamespaceRequest.java index f50b02fd57..eeac618260 100644 --- a/sdkjava/com/namespaces/CreateNamespaceRequest.java +++ b/sdkjava/com/namespaces/CreateNamespaceRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/CreateNamespaceRequestOrBuilder.java b/sdkjava/com/namespaces/CreateNamespaceRequestOrBuilder.java index c7a93fad4d..ca93c05711 100644 --- a/sdkjava/com/namespaces/CreateNamespaceRequestOrBuilder.java +++ b/sdkjava/com/namespaces/CreateNamespaceRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface CreateNamespaceRequestOrBuilder extends diff --git a/sdkjava/com/namespaces/CreateNamespaceResponse.java b/sdkjava/com/namespaces/CreateNamespaceResponse.java index b211b8c6c3..b3c2c39751 100644 --- a/sdkjava/com/namespaces/CreateNamespaceResponse.java +++ b/sdkjava/com/namespaces/CreateNamespaceResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/CreateNamespaceResponseOrBuilder.java b/sdkjava/com/namespaces/CreateNamespaceResponseOrBuilder.java index 22f7f85a5f..0f0b272ad3 100644 --- a/sdkjava/com/namespaces/CreateNamespaceResponseOrBuilder.java +++ b/sdkjava/com/namespaces/CreateNamespaceResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface CreateNamespaceResponseOrBuilder extends diff --git a/sdkjava/com/namespaces/DeleteNamespaceRequest.java b/sdkjava/com/namespaces/DeleteNamespaceRequest.java index 29c7176781..68f162a421 100644 --- a/sdkjava/com/namespaces/DeleteNamespaceRequest.java +++ b/sdkjava/com/namespaces/DeleteNamespaceRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/DeleteNamespaceRequestOrBuilder.java b/sdkjava/com/namespaces/DeleteNamespaceRequestOrBuilder.java index a54da56f55..1d10458d56 100644 --- a/sdkjava/com/namespaces/DeleteNamespaceRequestOrBuilder.java +++ b/sdkjava/com/namespaces/DeleteNamespaceRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface DeleteNamespaceRequestOrBuilder extends diff --git a/sdkjava/com/namespaces/DeleteNamespaceResponse.java b/sdkjava/com/namespaces/DeleteNamespaceResponse.java index 2c3188a794..7d70fdc86c 100644 --- a/sdkjava/com/namespaces/DeleteNamespaceResponse.java +++ b/sdkjava/com/namespaces/DeleteNamespaceResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/DeleteNamespaceResponseOrBuilder.java b/sdkjava/com/namespaces/DeleteNamespaceResponseOrBuilder.java index a8ac9c65a8..6b9d5db7e0 100644 --- a/sdkjava/com/namespaces/DeleteNamespaceResponseOrBuilder.java +++ b/sdkjava/com/namespaces/DeleteNamespaceResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface DeleteNamespaceResponseOrBuilder extends diff --git a/sdkjava/com/namespaces/GetNamespaceRequest.java b/sdkjava/com/namespaces/GetNamespaceRequest.java index 8d98188c35..1c1fe9c302 100644 --- a/sdkjava/com/namespaces/GetNamespaceRequest.java +++ b/sdkjava/com/namespaces/GetNamespaceRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/GetNamespaceRequestOrBuilder.java b/sdkjava/com/namespaces/GetNamespaceRequestOrBuilder.java index 2e8e04794e..b5fe0912e2 100644 --- a/sdkjava/com/namespaces/GetNamespaceRequestOrBuilder.java +++ b/sdkjava/com/namespaces/GetNamespaceRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface GetNamespaceRequestOrBuilder extends diff --git a/sdkjava/com/namespaces/GetNamespaceResponse.java b/sdkjava/com/namespaces/GetNamespaceResponse.java index 5d18a3bbb7..39531e4af3 100644 --- a/sdkjava/com/namespaces/GetNamespaceResponse.java +++ b/sdkjava/com/namespaces/GetNamespaceResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/GetNamespaceResponseOrBuilder.java b/sdkjava/com/namespaces/GetNamespaceResponseOrBuilder.java index 5e33d0ddaa..6b131fd9c0 100644 --- a/sdkjava/com/namespaces/GetNamespaceResponseOrBuilder.java +++ b/sdkjava/com/namespaces/GetNamespaceResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface GetNamespaceResponseOrBuilder extends diff --git a/sdkjava/com/namespaces/ListNamespacesRequest.java b/sdkjava/com/namespaces/ListNamespacesRequest.java index f7abd6d437..ec445fc455 100644 --- a/sdkjava/com/namespaces/ListNamespacesRequest.java +++ b/sdkjava/com/namespaces/ListNamespacesRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/ListNamespacesRequestOrBuilder.java b/sdkjava/com/namespaces/ListNamespacesRequestOrBuilder.java index f289012b0d..6d70369ae8 100644 --- a/sdkjava/com/namespaces/ListNamespacesRequestOrBuilder.java +++ b/sdkjava/com/namespaces/ListNamespacesRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface ListNamespacesRequestOrBuilder extends diff --git a/sdkjava/com/namespaces/ListNamespacesResponse.java b/sdkjava/com/namespaces/ListNamespacesResponse.java index bdc0705a5c..786e3df315 100644 --- a/sdkjava/com/namespaces/ListNamespacesResponse.java +++ b/sdkjava/com/namespaces/ListNamespacesResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/ListNamespacesResponseOrBuilder.java b/sdkjava/com/namespaces/ListNamespacesResponseOrBuilder.java index 1dab1da1af..c30202abc5 100644 --- a/sdkjava/com/namespaces/ListNamespacesResponseOrBuilder.java +++ b/sdkjava/com/namespaces/ListNamespacesResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface ListNamespacesResponseOrBuilder extends diff --git a/sdkjava/com/namespaces/Namespace.java b/sdkjava/com/namespaces/Namespace.java index e726b3d97e..a37c1cee81 100644 --- a/sdkjava/com/namespaces/Namespace.java +++ b/sdkjava/com/namespaces/Namespace.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/NamespaceOrBuilder.java b/sdkjava/com/namespaces/NamespaceOrBuilder.java index 5ed043bf10..cfe787d7f3 100644 --- a/sdkjava/com/namespaces/NamespaceOrBuilder.java +++ b/sdkjava/com/namespaces/NamespaceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface NamespaceOrBuilder extends diff --git a/sdkjava/com/namespaces/NamespacesProto.java b/sdkjava/com/namespaces/NamespacesProto.java index ff57670131..ecf93d0539 100644 --- a/sdkjava/com/namespaces/NamespacesProto.java +++ b/sdkjava/com/namespaces/NamespacesProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public final class NamespacesProto { diff --git a/sdkjava/com/namespaces/UpdateNamespaceRequest.java b/sdkjava/com/namespaces/UpdateNamespaceRequest.java index 8e84012cef..d518468fd6 100644 --- a/sdkjava/com/namespaces/UpdateNamespaceRequest.java +++ b/sdkjava/com/namespaces/UpdateNamespaceRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/UpdateNamespaceRequestOrBuilder.java b/sdkjava/com/namespaces/UpdateNamespaceRequestOrBuilder.java index f50e146c63..ac34cc51c3 100644 --- a/sdkjava/com/namespaces/UpdateNamespaceRequestOrBuilder.java +++ b/sdkjava/com/namespaces/UpdateNamespaceRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface UpdateNamespaceRequestOrBuilder extends diff --git a/sdkjava/com/namespaces/UpdateNamespaceResponse.java b/sdkjava/com/namespaces/UpdateNamespaceResponse.java index ed3964e71f..5204183a89 100644 --- a/sdkjava/com/namespaces/UpdateNamespaceResponse.java +++ b/sdkjava/com/namespaces/UpdateNamespaceResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; /** diff --git a/sdkjava/com/namespaces/UpdateNamespaceResponseOrBuilder.java b/sdkjava/com/namespaces/UpdateNamespaceResponseOrBuilder.java index dcd41c3acf..f02b35ef50 100644 --- a/sdkjava/com/namespaces/UpdateNamespaceResponseOrBuilder.java +++ b/sdkjava/com/namespaces/UpdateNamespaceResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: namespaces/namespaces.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.namespaces; public interface UpdateNamespaceResponseOrBuilder extends diff --git a/sdkjava/com/resourcemapping/CreateResourceMappingRequest.java b/sdkjava/com/resourcemapping/CreateResourceMappingRequest.java index 1fb3b36b72..33fdff63ea 100644 --- a/sdkjava/com/resourcemapping/CreateResourceMappingRequest.java +++ b/sdkjava/com/resourcemapping/CreateResourceMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/CreateResourceMappingRequestOrBuilder.java b/sdkjava/com/resourcemapping/CreateResourceMappingRequestOrBuilder.java index 81c632c8db..73e9b8c2b9 100644 --- a/sdkjava/com/resourcemapping/CreateResourceMappingRequestOrBuilder.java +++ b/sdkjava/com/resourcemapping/CreateResourceMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface CreateResourceMappingRequestOrBuilder extends diff --git a/sdkjava/com/resourcemapping/CreateResourceMappingResponse.java b/sdkjava/com/resourcemapping/CreateResourceMappingResponse.java index bf2ea4f351..cfeb5e592d 100644 --- a/sdkjava/com/resourcemapping/CreateResourceMappingResponse.java +++ b/sdkjava/com/resourcemapping/CreateResourceMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/CreateResourceMappingResponseOrBuilder.java b/sdkjava/com/resourcemapping/CreateResourceMappingResponseOrBuilder.java index 24cb002586..8fd3a0e749 100644 --- a/sdkjava/com/resourcemapping/CreateResourceMappingResponseOrBuilder.java +++ b/sdkjava/com/resourcemapping/CreateResourceMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface CreateResourceMappingResponseOrBuilder extends diff --git a/sdkjava/com/resourcemapping/DeleteResourceMappingRequest.java b/sdkjava/com/resourcemapping/DeleteResourceMappingRequest.java index 2a84018251..c3b746d373 100644 --- a/sdkjava/com/resourcemapping/DeleteResourceMappingRequest.java +++ b/sdkjava/com/resourcemapping/DeleteResourceMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/DeleteResourceMappingRequestOrBuilder.java b/sdkjava/com/resourcemapping/DeleteResourceMappingRequestOrBuilder.java index 9c9edc9c71..83e27912a4 100644 --- a/sdkjava/com/resourcemapping/DeleteResourceMappingRequestOrBuilder.java +++ b/sdkjava/com/resourcemapping/DeleteResourceMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface DeleteResourceMappingRequestOrBuilder extends diff --git a/sdkjava/com/resourcemapping/DeleteResourceMappingResponse.java b/sdkjava/com/resourcemapping/DeleteResourceMappingResponse.java index f180743045..89b0e50340 100644 --- a/sdkjava/com/resourcemapping/DeleteResourceMappingResponse.java +++ b/sdkjava/com/resourcemapping/DeleteResourceMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/DeleteResourceMappingResponseOrBuilder.java b/sdkjava/com/resourcemapping/DeleteResourceMappingResponseOrBuilder.java index d89d6b7b5b..c90027d088 100644 --- a/sdkjava/com/resourcemapping/DeleteResourceMappingResponseOrBuilder.java +++ b/sdkjava/com/resourcemapping/DeleteResourceMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface DeleteResourceMappingResponseOrBuilder extends diff --git a/sdkjava/com/resourcemapping/GetResourceMappingRequest.java b/sdkjava/com/resourcemapping/GetResourceMappingRequest.java index 476cde875a..b9b20e8f27 100644 --- a/sdkjava/com/resourcemapping/GetResourceMappingRequest.java +++ b/sdkjava/com/resourcemapping/GetResourceMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/GetResourceMappingRequestOrBuilder.java b/sdkjava/com/resourcemapping/GetResourceMappingRequestOrBuilder.java index fa3de7fb31..9043be9ecd 100644 --- a/sdkjava/com/resourcemapping/GetResourceMappingRequestOrBuilder.java +++ b/sdkjava/com/resourcemapping/GetResourceMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface GetResourceMappingRequestOrBuilder extends diff --git a/sdkjava/com/resourcemapping/GetResourceMappingResponse.java b/sdkjava/com/resourcemapping/GetResourceMappingResponse.java index a83e648b5a..a8fa21aab6 100644 --- a/sdkjava/com/resourcemapping/GetResourceMappingResponse.java +++ b/sdkjava/com/resourcemapping/GetResourceMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/GetResourceMappingResponseOrBuilder.java b/sdkjava/com/resourcemapping/GetResourceMappingResponseOrBuilder.java index fe7276fd84..5ff76274ec 100644 --- a/sdkjava/com/resourcemapping/GetResourceMappingResponseOrBuilder.java +++ b/sdkjava/com/resourcemapping/GetResourceMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface GetResourceMappingResponseOrBuilder extends diff --git a/sdkjava/com/resourcemapping/ListResourceMappingsRequest.java b/sdkjava/com/resourcemapping/ListResourceMappingsRequest.java index 82296861ef..1a8e27d9dc 100644 --- a/sdkjava/com/resourcemapping/ListResourceMappingsRequest.java +++ b/sdkjava/com/resourcemapping/ListResourceMappingsRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/ListResourceMappingsRequestOrBuilder.java b/sdkjava/com/resourcemapping/ListResourceMappingsRequestOrBuilder.java index acc84ff2f5..dff3d2712f 100644 --- a/sdkjava/com/resourcemapping/ListResourceMappingsRequestOrBuilder.java +++ b/sdkjava/com/resourcemapping/ListResourceMappingsRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface ListResourceMappingsRequestOrBuilder extends diff --git a/sdkjava/com/resourcemapping/ListResourceMappingsResponse.java b/sdkjava/com/resourcemapping/ListResourceMappingsResponse.java index f787d41ad0..9e4827713c 100644 --- a/sdkjava/com/resourcemapping/ListResourceMappingsResponse.java +++ b/sdkjava/com/resourcemapping/ListResourceMappingsResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/ListResourceMappingsResponseOrBuilder.java b/sdkjava/com/resourcemapping/ListResourceMappingsResponseOrBuilder.java index bc7933016f..c1208578bf 100644 --- a/sdkjava/com/resourcemapping/ListResourceMappingsResponseOrBuilder.java +++ b/sdkjava/com/resourcemapping/ListResourceMappingsResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface ListResourceMappingsResponseOrBuilder extends diff --git a/sdkjava/com/resourcemapping/ResourceMapping.java b/sdkjava/com/resourcemapping/ResourceMapping.java index c254a6e861..4bda118fe2 100644 --- a/sdkjava/com/resourcemapping/ResourceMapping.java +++ b/sdkjava/com/resourcemapping/ResourceMapping.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/ResourceMappingCreateUpdate.java b/sdkjava/com/resourcemapping/ResourceMappingCreateUpdate.java index fa4949960c..af359fa115 100644 --- a/sdkjava/com/resourcemapping/ResourceMappingCreateUpdate.java +++ b/sdkjava/com/resourcemapping/ResourceMappingCreateUpdate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/ResourceMappingCreateUpdateOrBuilder.java b/sdkjava/com/resourcemapping/ResourceMappingCreateUpdateOrBuilder.java index ef7cef0401..32ad63a607 100644 --- a/sdkjava/com/resourcemapping/ResourceMappingCreateUpdateOrBuilder.java +++ b/sdkjava/com/resourcemapping/ResourceMappingCreateUpdateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface ResourceMappingCreateUpdateOrBuilder extends diff --git a/sdkjava/com/resourcemapping/ResourceMappingOrBuilder.java b/sdkjava/com/resourcemapping/ResourceMappingOrBuilder.java index 8298a310eb..9ab3828326 100644 --- a/sdkjava/com/resourcemapping/ResourceMappingOrBuilder.java +++ b/sdkjava/com/resourcemapping/ResourceMappingOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface ResourceMappingOrBuilder extends diff --git a/sdkjava/com/resourcemapping/ResourceMappingProto.java b/sdkjava/com/resourcemapping/ResourceMappingProto.java index 98f7741d97..cfa57ae83b 100644 --- a/sdkjava/com/resourcemapping/ResourceMappingProto.java +++ b/sdkjava/com/resourcemapping/ResourceMappingProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public final class ResourceMappingProto { diff --git a/sdkjava/com/resourcemapping/UpdateResourceMappingRequest.java b/sdkjava/com/resourcemapping/UpdateResourceMappingRequest.java index 44d671b6a5..14982f3c6b 100644 --- a/sdkjava/com/resourcemapping/UpdateResourceMappingRequest.java +++ b/sdkjava/com/resourcemapping/UpdateResourceMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/UpdateResourceMappingRequestOrBuilder.java b/sdkjava/com/resourcemapping/UpdateResourceMappingRequestOrBuilder.java index e71a2962b6..c537c23aaf 100644 --- a/sdkjava/com/resourcemapping/UpdateResourceMappingRequestOrBuilder.java +++ b/sdkjava/com/resourcemapping/UpdateResourceMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface UpdateResourceMappingRequestOrBuilder extends diff --git a/sdkjava/com/resourcemapping/UpdateResourceMappingResponse.java b/sdkjava/com/resourcemapping/UpdateResourceMappingResponse.java index f0eb1a0c38..4c4c183b35 100644 --- a/sdkjava/com/resourcemapping/UpdateResourceMappingResponse.java +++ b/sdkjava/com/resourcemapping/UpdateResourceMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; /** diff --git a/sdkjava/com/resourcemapping/UpdateResourceMappingResponseOrBuilder.java b/sdkjava/com/resourcemapping/UpdateResourceMappingResponseOrBuilder.java index c6b229b3ff..dedb0fb090 100644 --- a/sdkjava/com/resourcemapping/UpdateResourceMappingResponseOrBuilder.java +++ b/sdkjava/com/resourcemapping/UpdateResourceMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: resourcemapping/resource_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.resourcemapping; public interface UpdateResourceMappingResponseOrBuilder extends diff --git a/sdkjava/com/subjectmapping/CreateSubjectMappingRequest.java b/sdkjava/com/subjectmapping/CreateSubjectMappingRequest.java index 2f937d28a1..a3e307f50c 100644 --- a/sdkjava/com/subjectmapping/CreateSubjectMappingRequest.java +++ b/sdkjava/com/subjectmapping/CreateSubjectMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/CreateSubjectMappingRequestOrBuilder.java b/sdkjava/com/subjectmapping/CreateSubjectMappingRequestOrBuilder.java index cab1ba06c1..01b7765373 100644 --- a/sdkjava/com/subjectmapping/CreateSubjectMappingRequestOrBuilder.java +++ b/sdkjava/com/subjectmapping/CreateSubjectMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface CreateSubjectMappingRequestOrBuilder extends diff --git a/sdkjava/com/subjectmapping/CreateSubjectMappingResponse.java b/sdkjava/com/subjectmapping/CreateSubjectMappingResponse.java index 83f389a12a..59c75de411 100644 --- a/sdkjava/com/subjectmapping/CreateSubjectMappingResponse.java +++ b/sdkjava/com/subjectmapping/CreateSubjectMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/CreateSubjectMappingResponseOrBuilder.java b/sdkjava/com/subjectmapping/CreateSubjectMappingResponseOrBuilder.java index 3fa31b0c6e..3362bfc912 100644 --- a/sdkjava/com/subjectmapping/CreateSubjectMappingResponseOrBuilder.java +++ b/sdkjava/com/subjectmapping/CreateSubjectMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface CreateSubjectMappingResponseOrBuilder extends diff --git a/sdkjava/com/subjectmapping/DeleteSubjectMappingRequest.java b/sdkjava/com/subjectmapping/DeleteSubjectMappingRequest.java index ee688fffc7..7c5495a1ec 100644 --- a/sdkjava/com/subjectmapping/DeleteSubjectMappingRequest.java +++ b/sdkjava/com/subjectmapping/DeleteSubjectMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/DeleteSubjectMappingRequestOrBuilder.java b/sdkjava/com/subjectmapping/DeleteSubjectMappingRequestOrBuilder.java index f082240148..1b82101ddb 100644 --- a/sdkjava/com/subjectmapping/DeleteSubjectMappingRequestOrBuilder.java +++ b/sdkjava/com/subjectmapping/DeleteSubjectMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface DeleteSubjectMappingRequestOrBuilder extends diff --git a/sdkjava/com/subjectmapping/DeleteSubjectMappingResponse.java b/sdkjava/com/subjectmapping/DeleteSubjectMappingResponse.java index a21545d5da..20ce383aa1 100644 --- a/sdkjava/com/subjectmapping/DeleteSubjectMappingResponse.java +++ b/sdkjava/com/subjectmapping/DeleteSubjectMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/DeleteSubjectMappingResponseOrBuilder.java b/sdkjava/com/subjectmapping/DeleteSubjectMappingResponseOrBuilder.java index 6a832b9a27..82238e4bc0 100644 --- a/sdkjava/com/subjectmapping/DeleteSubjectMappingResponseOrBuilder.java +++ b/sdkjava/com/subjectmapping/DeleteSubjectMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface DeleteSubjectMappingResponseOrBuilder extends diff --git a/sdkjava/com/subjectmapping/GetSubjectMappingRequest.java b/sdkjava/com/subjectmapping/GetSubjectMappingRequest.java index 7b72c21bb8..61cc79da00 100644 --- a/sdkjava/com/subjectmapping/GetSubjectMappingRequest.java +++ b/sdkjava/com/subjectmapping/GetSubjectMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/GetSubjectMappingRequestOrBuilder.java b/sdkjava/com/subjectmapping/GetSubjectMappingRequestOrBuilder.java index 5938610de6..d0ddd42446 100644 --- a/sdkjava/com/subjectmapping/GetSubjectMappingRequestOrBuilder.java +++ b/sdkjava/com/subjectmapping/GetSubjectMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface GetSubjectMappingRequestOrBuilder extends diff --git a/sdkjava/com/subjectmapping/GetSubjectMappingResponse.java b/sdkjava/com/subjectmapping/GetSubjectMappingResponse.java index a85c98c61d..ba32b0a6ad 100644 --- a/sdkjava/com/subjectmapping/GetSubjectMappingResponse.java +++ b/sdkjava/com/subjectmapping/GetSubjectMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/GetSubjectMappingResponseOrBuilder.java b/sdkjava/com/subjectmapping/GetSubjectMappingResponseOrBuilder.java index c8e7f7208a..328e1fd3e2 100644 --- a/sdkjava/com/subjectmapping/GetSubjectMappingResponseOrBuilder.java +++ b/sdkjava/com/subjectmapping/GetSubjectMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface GetSubjectMappingResponseOrBuilder extends diff --git a/sdkjava/com/subjectmapping/ListSubjectMappingsRequest.java b/sdkjava/com/subjectmapping/ListSubjectMappingsRequest.java index e297c125be..c5c4f01567 100644 --- a/sdkjava/com/subjectmapping/ListSubjectMappingsRequest.java +++ b/sdkjava/com/subjectmapping/ListSubjectMappingsRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/ListSubjectMappingsRequestOrBuilder.java b/sdkjava/com/subjectmapping/ListSubjectMappingsRequestOrBuilder.java index 7c614ed9dd..68a3051f63 100644 --- a/sdkjava/com/subjectmapping/ListSubjectMappingsRequestOrBuilder.java +++ b/sdkjava/com/subjectmapping/ListSubjectMappingsRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface ListSubjectMappingsRequestOrBuilder extends diff --git a/sdkjava/com/subjectmapping/ListSubjectMappingsResponse.java b/sdkjava/com/subjectmapping/ListSubjectMappingsResponse.java index c70259b1bf..8fc6220fd3 100644 --- a/sdkjava/com/subjectmapping/ListSubjectMappingsResponse.java +++ b/sdkjava/com/subjectmapping/ListSubjectMappingsResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/ListSubjectMappingsResponseOrBuilder.java b/sdkjava/com/subjectmapping/ListSubjectMappingsResponseOrBuilder.java index 9903976e83..4a8a7ff59b 100644 --- a/sdkjava/com/subjectmapping/ListSubjectMappingsResponseOrBuilder.java +++ b/sdkjava/com/subjectmapping/ListSubjectMappingsResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface ListSubjectMappingsResponseOrBuilder extends diff --git a/sdkjava/com/subjectmapping/SubjectMapping.java b/sdkjava/com/subjectmapping/SubjectMapping.java index 5cf1c5099b..0841498941 100644 --- a/sdkjava/com/subjectmapping/SubjectMapping.java +++ b/sdkjava/com/subjectmapping/SubjectMapping.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/SubjectMappingCreateUpdate.java b/sdkjava/com/subjectmapping/SubjectMappingCreateUpdate.java index 7c596e4de1..f6603fc520 100644 --- a/sdkjava/com/subjectmapping/SubjectMappingCreateUpdate.java +++ b/sdkjava/com/subjectmapping/SubjectMappingCreateUpdate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/SubjectMappingCreateUpdateOrBuilder.java b/sdkjava/com/subjectmapping/SubjectMappingCreateUpdateOrBuilder.java index ae2a077694..f29e3aa7f6 100644 --- a/sdkjava/com/subjectmapping/SubjectMappingCreateUpdateOrBuilder.java +++ b/sdkjava/com/subjectmapping/SubjectMappingCreateUpdateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface SubjectMappingCreateUpdateOrBuilder extends diff --git a/sdkjava/com/subjectmapping/SubjectMappingOperatorEnum.java b/sdkjava/com/subjectmapping/SubjectMappingOperatorEnum.java index c37f48c839..8d4a0642b1 100644 --- a/sdkjava/com/subjectmapping/SubjectMappingOperatorEnum.java +++ b/sdkjava/com/subjectmapping/SubjectMappingOperatorEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/SubjectMappingOrBuilder.java b/sdkjava/com/subjectmapping/SubjectMappingOrBuilder.java index 4ae96cc72c..3774ba1016 100644 --- a/sdkjava/com/subjectmapping/SubjectMappingOrBuilder.java +++ b/sdkjava/com/subjectmapping/SubjectMappingOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface SubjectMappingOrBuilder extends diff --git a/sdkjava/com/subjectmapping/SubjectMappingProto.java b/sdkjava/com/subjectmapping/SubjectMappingProto.java index 1868cdb353..7cff367379 100644 --- a/sdkjava/com/subjectmapping/SubjectMappingProto.java +++ b/sdkjava/com/subjectmapping/SubjectMappingProto.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public final class SubjectMappingProto { diff --git a/sdkjava/com/subjectmapping/UpdateSubjectMappingRequest.java b/sdkjava/com/subjectmapping/UpdateSubjectMappingRequest.java index 842f121060..d5bc833053 100644 --- a/sdkjava/com/subjectmapping/UpdateSubjectMappingRequest.java +++ b/sdkjava/com/subjectmapping/UpdateSubjectMappingRequest.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/UpdateSubjectMappingRequestOrBuilder.java b/sdkjava/com/subjectmapping/UpdateSubjectMappingRequestOrBuilder.java index 098ee5f176..4451920436 100644 --- a/sdkjava/com/subjectmapping/UpdateSubjectMappingRequestOrBuilder.java +++ b/sdkjava/com/subjectmapping/UpdateSubjectMappingRequestOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface UpdateSubjectMappingRequestOrBuilder extends diff --git a/sdkjava/com/subjectmapping/UpdateSubjectMappingResponse.java b/sdkjava/com/subjectmapping/UpdateSubjectMappingResponse.java index 1bf84f113c..69e2a4adfb 100644 --- a/sdkjava/com/subjectmapping/UpdateSubjectMappingResponse.java +++ b/sdkjava/com/subjectmapping/UpdateSubjectMappingResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; /** diff --git a/sdkjava/com/subjectmapping/UpdateSubjectMappingResponseOrBuilder.java b/sdkjava/com/subjectmapping/UpdateSubjectMappingResponseOrBuilder.java index 3664494878..0de4cd7c68 100644 --- a/sdkjava/com/subjectmapping/UpdateSubjectMappingResponseOrBuilder.java +++ b/sdkjava/com/subjectmapping/UpdateSubjectMappingResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: subjectmapping/subject_mapping.proto -// Protobuf Java Version: 3.25.2 +// Protobuf Java Version: 3.25.3 package com.subjectmapping; public interface UpdateSubjectMappingResponseOrBuilder extends