Skip to content

Commit 408dba8

Browse files
feat: [common-protos] add audit_context.proto Bazel targets (#1493)
* feat: added overrides_by_request_protocol to backend.proto feat: added field proto_reference_documentation_uri to proto reference documentation. feat: added SERVICE_NOT_VISIBLE and GCP_SUSPENDED into error reason PiperOrigin-RevId: 517437454 Source-Link: googleapis/googleapis@ecb1cf0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8731b8fd2044a93c32309d633dfc2e836bf13cbf Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiI4NzMxYjhmZDIwNDRhOTNjMzIzMDlkNjMzZGZjMmU4MzZiZjEzY2JmIn0= chore: regenerate API index Source-Link: googleapis/googleapis@40a03de Source-Link: https://github.com/googleapis/googleapis-gen/commit/6c17328e9e1c2b58e9600722e8fc8cbe84600d7f Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiI2YzE3MzI4ZTllMWMyYjU4ZTk2MDA3MjJlOGZjOGNiZTg0NjAwZDdmIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add audit_context.proto Bazel targets PiperOrigin-RevId: 519036970 Source-Link: googleapis/googleapis@c454580 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2fc6ba766b36975078e79155038c79196acb4a3f Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiIyZmM2YmE3NjZiMzY5NzUwNzhlNzkxNTUwMzhjNzkxOTZhY2I0YTNmIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5173014 commit 408dba8

File tree

72 files changed

+3427
-654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3427
-654
lines changed

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java

+14-7
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
8181
*
8282
* <pre>
8383
* Selects the methods to which this rule applies.
84-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
84+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
85+
* details.
8586
* </pre>
8687
*
8788
* <code>string selector = 1;</code>
@@ -105,7 +106,8 @@ public java.lang.String getSelector() {
105106
*
106107
* <pre>
107108
* Selects the methods to which this rule applies.
108-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
109+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
110+
* details.
109111
* </pre>
110112
*
111113
* <code>string selector = 1;</code>
@@ -732,7 +734,8 @@ public Builder mergeFrom(
732734
*
733735
* <pre>
734736
* Selects the methods to which this rule applies.
735-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
737+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
738+
* details.
736739
* </pre>
737740
*
738741
* <code>string selector = 1;</code>
@@ -755,7 +758,8 @@ public java.lang.String getSelector() {
755758
*
756759
* <pre>
757760
* Selects the methods to which this rule applies.
758-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
761+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
762+
* details.
759763
* </pre>
760764
*
761765
* <code>string selector = 1;</code>
@@ -778,7 +782,8 @@ public com.google.protobuf.ByteString getSelectorBytes() {
778782
*
779783
* <pre>
780784
* Selects the methods to which this rule applies.
781-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
785+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
786+
* details.
782787
* </pre>
783788
*
784789
* <code>string selector = 1;</code>
@@ -800,7 +805,8 @@ public Builder setSelector(java.lang.String value) {
800805
*
801806
* <pre>
802807
* Selects the methods to which this rule applies.
803-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
808+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
809+
* details.
804810
* </pre>
805811
*
806812
* <code>string selector = 1;</code>
@@ -818,7 +824,8 @@ public Builder clearSelector() {
818824
*
819825
* <pre>
820826
* Selects the methods to which this rule applies.
821-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
827+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
828+
* details.
822829
* </pre>
823830
*
824831
* <code>string selector = 1;</code>

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public interface AuthenticationRuleOrBuilder
2828
*
2929
* <pre>
3030
* Selects the methods to which this rule applies.
31-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
31+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
32+
* details.
3233
* </pre>
3334
*
3435
* <code>string selector = 1;</code>
@@ -41,7 +42,8 @@ public interface AuthenticationRuleOrBuilder
4142
*
4243
* <pre>
4344
* Selects the methods to which this rule applies.
44-
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
45+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
46+
* details.
4547
* </pre>
4648
*
4749
* <code>string selector = 1;</code>

java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java

+26-8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
3535
internal_static_google_api_BackendRule_descriptor;
3636
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
3737
internal_static_google_api_BackendRule_fieldAccessorTable;
38+
static final com.google.protobuf.Descriptors.Descriptor
39+
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor;
40+
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41+
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_fieldAccessorTable;
3842

3943
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
4044
return descriptor;
@@ -46,19 +50,24 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
4650
java.lang.String[] descriptorData = {
4751
"\n\030google/api/backend.proto\022\ngoogle.api\"1"
4852
+ "\n\007Backend\022&\n\005rules\030\001 \003(\0132\027.google.api.Ba"
49-
+ "ckendRule\"\366\002\n\013BackendRule\022\020\n\010selector\030\001 "
53+
+ "ckendRule\"\262\004\n\013BackendRule\022\020\n\010selector\030\001 "
5054
+ "\001(\t\022\017\n\007address\030\002 \001(\t\022\020\n\010deadline\030\003 \001(\001\022\030"
5155
+ "\n\014min_deadline\030\004 \001(\001B\002\030\001\022\032\n\022operation_de"
5256
+ "adline\030\005 \001(\001\022A\n\020path_translation\030\006 \001(\0162\'"
5357
+ ".google.api.BackendRule.PathTranslation\022"
5458
+ "\026\n\014jwt_audience\030\007 \001(\tH\000\022\026\n\014disable_auth\030"
55-
+ "\010 \001(\010H\000\022\020\n\010protocol\030\t \001(\t\"e\n\017PathTransla"
56-
+ "tion\022 \n\034PATH_TRANSLATION_UNSPECIFIED\020\000\022\024"
57-
+ "\n\020CONSTANT_ADDRESS\020\001\022\032\n\026APPEND_PATH_TO_A"
58-
+ "DDRESS\020\002B\020\n\016authenticationBn\n\016com.google"
59-
+ ".apiB\014BackendProtoP\001ZEgoogle.golang.org/"
60-
+ "genproto/googleapis/api/serviceconfig;se"
61-
+ "rviceconfig\242\002\004GAPIb\006proto3"
59+
+ "\010 \001(\010H\000\022\020\n\010protocol\030\t \001(\t\022^\n\035overrides_b"
60+
+ "y_request_protocol\030\n \003(\01327.google.api.Ba"
61+
+ "ckendRule.OverridesByRequestProtocolEntr"
62+
+ "y\032Z\n\037OverridesByRequestProtocolEntry\022\013\n\003"
63+
+ "key\030\001 \001(\t\022&\n\005value\030\002 \001(\0132\027.google.api.Ba"
64+
+ "ckendRule:\0028\001\"e\n\017PathTranslation\022 \n\034PATH"
65+
+ "_TRANSLATION_UNSPECIFIED\020\000\022\024\n\020CONSTANT_A"
66+
+ "DDRESS\020\001\022\032\n\026APPEND_PATH_TO_ADDRESS\020\002B\020\n\016"
67+
+ "authenticationBn\n\016com.google.apiB\014Backen"
68+
+ "dProtoP\001ZEgoogle.golang.org/genproto/goo"
69+
+ "gleapis/api/serviceconfig;serviceconfig\242"
70+
+ "\002\004GAPIb\006proto3"
6271
};
6372
descriptor =
6473
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -84,8 +93,17 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
8493
"JwtAudience",
8594
"DisableAuth",
8695
"Protocol",
96+
"OverridesByRequestProtocol",
8797
"Authentication",
8898
});
99+
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor =
100+
internal_static_google_api_BackendRule_descriptor.getNestedTypes().get(0);
101+
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_fieldAccessorTable =
102+
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
103+
internal_static_google_api_BackendRule_OverridesByRequestProtocolEntry_descriptor,
104+
new java.lang.String[] {
105+
"Key", "Value",
106+
});
89107
}
90108

91109
// @@protoc_insertion_point(outer_class_scope)

0 commit comments

Comments
 (0)