Skip to content

Commit dd46516

Browse files
chore: fix client library environment resource annotation (#632)
1 parent 1c336b8 commit dd46516

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/environment.proto

+1-6
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ message Environment {
8888

8989
// Optional. The agent version loaded into this environment.
9090
// Format: `projects/<Project ID>/agent/versions/<Version ID>`.
91-
string agent_version = 3 [
92-
(google.api.field_behavior) = OPTIONAL,
93-
(google.api.resource_reference) = {
94-
type: "dialogflow.googleapis.com/Version"
95-
}
96-
];
91+
string agent_version = 3 [(google.api.field_behavior) = OPTIONAL];
9792

9893
// Output only. The state of this environment. This field is read-only, i.e., it cannot be
9994
// set by create and update methods.

packages/google-cloud-dialogflow/protos/protos.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-dialogflow/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "927ff51dcfbdf092d469083dc3964173851f5575",
15-
"internalRef": "317983262"
14+
"sha": "dc3682a7075d3028f00de866446fd0543ebc6079",
15+
"internalRef": "318303567"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)