Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit bd37e33

Browse files
docs: fix docstring formatting (#552)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 404010652 Source-Link: googleapis/googleapis@853c7bc Source-Link: https://github.com/googleapis/googleapis-gen/commit/b7b97a0a1ae19e482b234d958e7db21104e4ce14 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjdiOTdhMGExYWUxOWU0ODJiMjM0ZDk1OGU3ZGIyMTEwNGU0Y2UxNCJ9 * 🦉 Updates from OwlBot 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 006906d commit bd37e33

9 files changed

Lines changed: 30 additions & 30 deletions

File tree

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/Endpoint.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
160160
*
161161
* <pre>
162162
* Immutable. The resource name for the endpoint in the format
163-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
163+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
164164
* </pre>
165165
*
166166
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -184,7 +184,7 @@ public java.lang.String getName() {
184184
*
185185
* <pre>
186186
* Immutable. The resource name for the endpoint in the format
187-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
187+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
188188
* </pre>
189189
*
190190
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -864,7 +864,7 @@ public Builder mergeFrom(
864864
*
865865
* <pre>
866866
* Immutable. The resource name for the endpoint in the format
867-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
867+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
868868
* </pre>
869869
*
870870
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -887,7 +887,7 @@ public java.lang.String getName() {
887887
*
888888
* <pre>
889889
* Immutable. The resource name for the endpoint in the format
890-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
890+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
891891
* </pre>
892892
*
893893
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -910,7 +910,7 @@ public com.google.protobuf.ByteString getNameBytes() {
910910
*
911911
* <pre>
912912
* Immutable. The resource name for the endpoint in the format
913-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
913+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
914914
* </pre>
915915
*
916916
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -932,7 +932,7 @@ public Builder setName(java.lang.String value) {
932932
*
933933
* <pre>
934934
* Immutable. The resource name for the endpoint in the format
935-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
935+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
936936
* </pre>
937937
*
938938
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -950,7 +950,7 @@ public Builder clearName() {
950950
*
951951
* <pre>
952952
* Immutable. The resource name for the endpoint in the format
953-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
953+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
954954
* </pre>
955955
*
956956
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/EndpointOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface EndpointOrBuilder
2828
*
2929
* <pre>
3030
* Immutable. The resource name for the endpoint in the format
31-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
31+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
3232
* </pre>
3333
*
3434
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -41,7 +41,7 @@ public interface EndpointOrBuilder
4141
*
4242
* <pre>
4343
* Immutable. The resource name for the endpoint in the format
44-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;'.
44+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;&#47;endpoints/&#42;`.
4545
* </pre>
4646
*
4747
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/Namespace.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
145145
*
146146
* <pre>
147147
* Immutable. The resource name for the namespace in the format
148-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
148+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
149149
* </pre>
150150
*
151151
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -169,7 +169,7 @@ public java.lang.String getName() {
169169
*
170170
* <pre>
171171
* Immutable. The resource name for the namespace in the format
172-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
172+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
173173
* </pre>
174174
*
175175
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -663,7 +663,7 @@ public Builder mergeFrom(
663663
*
664664
* <pre>
665665
* Immutable. The resource name for the namespace in the format
666-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
666+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
667667
* </pre>
668668
*
669669
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -686,7 +686,7 @@ public java.lang.String getName() {
686686
*
687687
* <pre>
688688
* Immutable. The resource name for the namespace in the format
689-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
689+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
690690
* </pre>
691691
*
692692
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -709,7 +709,7 @@ public com.google.protobuf.ByteString getNameBytes() {
709709
*
710710
* <pre>
711711
* Immutable. The resource name for the namespace in the format
712-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
712+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
713713
* </pre>
714714
*
715715
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -731,7 +731,7 @@ public Builder setName(java.lang.String value) {
731731
*
732732
* <pre>
733733
* Immutable. The resource name for the namespace in the format
734-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
734+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
735735
* </pre>
736736
*
737737
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -749,7 +749,7 @@ public Builder clearName() {
749749
*
750750
* <pre>
751751
* Immutable. The resource name for the namespace in the format
752-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
752+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
753753
* </pre>
754754
*
755755
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/NamespaceOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface NamespaceOrBuilder
2828
*
2929
* <pre>
3030
* Immutable. The resource name for the namespace in the format
31-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
31+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
3232
* </pre>
3333
*
3434
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -41,7 +41,7 @@ public interface NamespaceOrBuilder
4141
*
4242
* <pre>
4343
* Immutable. The resource name for the namespace in the format
44-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;'.
44+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;`.
4545
* </pre>
4646
*
4747
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/Service.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
164164
*
165165
* <pre>
166166
* Immutable. The resource name for the service in the format
167-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
167+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
168168
* </pre>
169169
*
170170
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -188,7 +188,7 @@ public java.lang.String getName() {
188188
*
189189
* <pre>
190190
* Immutable. The resource name for the service in the format
191-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
191+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
192192
* </pre>
193193
*
194194
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -905,7 +905,7 @@ public Builder mergeFrom(
905905
*
906906
* <pre>
907907
* Immutable. The resource name for the service in the format
908-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
908+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
909909
* </pre>
910910
*
911911
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -928,7 +928,7 @@ public java.lang.String getName() {
928928
*
929929
* <pre>
930930
* Immutable. The resource name for the service in the format
931-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
931+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
932932
* </pre>
933933
*
934934
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -951,7 +951,7 @@ public com.google.protobuf.ByteString getNameBytes() {
951951
*
952952
* <pre>
953953
* Immutable. The resource name for the service in the format
954-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
954+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
955955
* </pre>
956956
*
957957
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -973,7 +973,7 @@ public Builder setName(java.lang.String value) {
973973
*
974974
* <pre>
975975
* Immutable. The resource name for the service in the format
976-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
976+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
977977
* </pre>
978978
*
979979
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -991,7 +991,7 @@ public Builder clearName() {
991991
*
992992
* <pre>
993993
* Immutable. The resource name for the service in the format
994-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
994+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
995995
* </pre>
996996
*
997997
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/java/com/google/cloud/servicedirectory/v1/ServiceOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface ServiceOrBuilder
2828
*
2929
* <pre>
3030
* Immutable. The resource name for the service in the format
31-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
31+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
3232
* </pre>
3333
*
3434
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>
@@ -41,7 +41,7 @@ public interface ServiceOrBuilder
4141
*
4242
* <pre>
4343
* Immutable. The resource name for the service in the format
44-
* 'projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;'.
44+
* `projects/&#42;&#47;locations/&#42;&#47;namespaces/&#42;&#47;services/&#42;`.
4545
* </pre>
4646
*
4747
* <code>string name = 1 [(.google.api.field_behavior) = IMMUTABLE];</code>

proto-google-cloud-servicedirectory-v1/src/main/proto/google/cloud/servicedirectory/v1/endpoint.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ message Endpoint {
3838
};
3939

4040
// Immutable. The resource name for the endpoint in the format
41-
// 'projects/*/locations/*/namespaces/*/services/*/endpoints/*'.
41+
// `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
4242
string name = 1 [(google.api.field_behavior) = IMMUTABLE];
4343
// Optional. An IPv4 or IPv6 address. Service Directory will reject bad
4444
// addresses like:

proto-google-cloud-servicedirectory-v1/src/main/proto/google/cloud/servicedirectory/v1/namespace.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ message Namespace {
3939
};
4040

4141
// Immutable. The resource name for the namespace in the format
42-
// 'projects/*/locations/*/namespaces/*'.
42+
// `projects/*/locations/*/namespaces/*`.
4343
string name = 1 [(google.api.field_behavior) = IMMUTABLE];
4444

4545
// Optional. Resource labels associated with this Namespace.

proto-google-cloud-servicedirectory-v1/src/main/proto/google/cloud/servicedirectory/v1/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ message Service {
4141
};
4242

4343
// Immutable. The resource name for the service in the format
44-
// 'projects/*/locations/*/namespaces/*/services/*'.
44+
// `projects/*/locations/*/namespaces/*/services/*`.
4545
string name = 1 [(google.api.field_behavior) = IMMUTABLE];
4646

4747
// Optional. Annotations for the service. This data can be consumed by service

0 commit comments

Comments
 (0)