@@ -168,9 +168,9 @@ message Environment {
168168
169169 // Output only. The unique identifier of this agent environment.
170170 // Supported formats:
171- // - `projects/<Project Number / ID>/agent/environments/<Environment ID>`
172- // - `projects/<Project Number / ID>/locations/<Location
173- // ID>/agent/environments/<Environment ID>`
171+ // - `projects/<Project ID>/agent/environments/<Environment ID>`
172+ // - `projects/<Project ID>/locations/<Location
173+ // ID>/agent/environments/<Environment ID>`
174174 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
175175
176176 // Optional. The developer-provided description for this environment.
@@ -181,7 +181,7 @@ message Environment {
181181 // Supported formats:
182182 // - `projects/<Project ID>/agent/versions/<Version ID>`
183183 // - `projects/<Project ID>/locations/<Location ID>/agent/versions/<Version
184- // ID>`
184+ // ID>`
185185 string agent_version = 3 [
186186 (google.api.field_behavior ) = OPTIONAL ,
187187 (google.api.resource_reference ) = {
@@ -235,8 +235,8 @@ message TextToSpeechSettings {
235235message ListEnvironmentsRequest {
236236 // Required. The agent to list all environments from.
237237 // Format:
238- // - `projects/<Project Number / ID>/agent`
239- // - `projects/<Project Number / ID>/locations/<Location ID>/agent`
238+ // - `projects/<Project ID>/agent`
239+ // - `projects/<Project ID>/locations/<Location ID>/agent`
240240 string parent = 1 [
241241 (google.api.field_behavior ) = REQUIRED ,
242242 (google.api.resource_reference ) = {
@@ -269,8 +269,8 @@ message ListEnvironmentsResponse {
269269message GetEnvironmentRequest {
270270 // Required. The name of the environment.
271271 // Supported formats:
272- // - `projects/<Project Number / ID>/agent/environments/<Environment ID>`
273- // - `projects/<Project Number / ID>/locations/<Location
272+ // - `projects/<Project ID>/agent/environments/<Environment ID>`
273+ // - `projects/<Project ID>/locations/<Location
274274 // ID>/agent/environments/<Environment ID>`
275275 string name = 1 [
276276 (google.api.field_behavior ) = REQUIRED ,
@@ -285,8 +285,8 @@ message GetEnvironmentRequest {
285285message CreateEnvironmentRequest {
286286 // Required. The agent to create an environment for.
287287 // Supported formats:
288- // - `projects/<Project Number / ID>/agent`
289- // - `projects/<Project Number / ID>/locations/<Location ID>/agent`
288+ // - `projects/<Project ID>/agent`
289+ // - `projects/<Project ID>/locations/<Location ID>/agent`
290290 string parent = 1 [
291291 (google.api.field_behavior ) = REQUIRED ,
292292 (google.api.resource_reference ) = {
@@ -324,8 +324,8 @@ message UpdateEnvironmentRequest {
324324message DeleteEnvironmentRequest {
325325 // Required. The name of the environment to delete.
326326 // / Format:
327- // - `projects/<Project Number / ID>/agent/environments/<Environment ID>`
328- // - `projects/<Project Number / ID>/locations/<Location
327+ // - `projects/<Project ID>/agent/environments/<Environment ID>`
328+ // - `projects/<Project ID>/locations/<Location
329329 // ID>/agent/environments/<Environment ID>`
330330 string name = 1 [
331331 (google.api.field_behavior ) = REQUIRED ,
@@ -340,8 +340,8 @@ message DeleteEnvironmentRequest {
340340message GetEnvironmentHistoryRequest {
341341 // Required. The name of the environment to retrieve history for.
342342 // Supported formats:
343- // - `projects/<Project Number / ID>/agent/environments/<Environment ID>`
344- // - `projects/<Project Number / ID>/locations/<Location
343+ // - `projects/<Project ID>/agent/environments/<Environment ID>`
344+ // - `projects/<Project ID>/locations/<Location
345345 // ID>/agent/environments/<Environment ID>`
346346 string parent = 1 [
347347 (google.api.field_behavior ) = REQUIRED ,
@@ -375,8 +375,8 @@ message EnvironmentHistory {
375375
376376 // Output only. The name of the environment this history is for.
377377 // Supported formats:
378- // - `projects/<Project Number / ID>/agent/environments/<Environment ID>`
379- // - `projects/<Project Number / ID>/locations/<Location
378+ // - `projects/<Project ID>/agent/environments/<Environment ID>`
379+ // - `projects/<Project ID>/locations/<Location
380380 // ID>/agent/environments/<Environment ID>`
381381 string parent = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
382382
0 commit comments