File tree Expand file tree Collapse file tree
google/cloud/servicedirectory/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments