@@ -31,8 +31,8 @@ option php_namespace = "Google\\Cloud\\AppHub\\V1";
3131option ruby_package = "Google::Cloud::AppHub::V1" ;
3232
3333// Service is an App Hub data model that contains a discovered service, which
34- // represents a network/api interface that exposes some functionality to clients
35- // for consumption over the network.
34+ // represents a network or API interface that exposes some functionality to
35+ // clients for consumption over the network.
3636message Service {
3737 option (google.api.resource ) = {
3838 type : "apphub.googleapis.com/Service"
@@ -60,7 +60,7 @@ message Service {
6060 }
6161
6262 // Identifier. The resource name of a Service. Format:
63- // "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"
63+ // ` "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"`
6464 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
6565
6666 // Optional. User-defined name for the Service.
@@ -114,8 +114,8 @@ message Service {
114114
115115// Reference to an underlying networking resource that can comprise a Service.
116116message ServiceReference {
117- // Output only. The underlying resource URI ( For example, URI of Forwarding
118- // Rule, URL Map, and Backend Service) .
117+ // Output only. The underlying resource URI. For example, URI of Forwarding
118+ // Rule, URL Map, and Backend Service.
119119 string uri = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
120120}
121121
@@ -134,9 +134,9 @@ message ServiceProperties {
134134 string zone = 3 [(google.api.field_behavior ) = OUTPUT_ONLY ];
135135}
136136
137- // DiscoveredService is a network/api interface that exposes some functionality
138- // to clients for consumption over the network. A discovered service can be
139- // registered to a App Hub service.
137+ // DiscoveredService is a network or API interface that exposes some
138+ // functionality to clients for consumption over the network. A discovered
139+ // service can be registered to a App Hub service.
140140message DiscoveredService {
141141 option (google.api.resource ) = {
142142 type : "apphub.googleapis.com/DiscoveredService"
@@ -146,7 +146,7 @@ message DiscoveredService {
146146 };
147147
148148 // Identifier. The resource name of the discovered service. Format:
149- // "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""
149+ // ` "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"`
150150 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
151151
152152 // Output only. Reference to an underlying networking resource that can
0 commit comments