Skip to content

Commit 853c7bc

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 404010652
1 parent d2f4f46 commit 853c7bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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:

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.

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)