Skip to content

Commit

Permalink
chore: fix client library environment resource annotation (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jul 1, 2020
1 parent 1c336b8 commit dd46516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ message Environment {

// Optional. The agent version loaded into this environment.
// Format: `projects/<Project ID>/agent/versions/<Version ID>`.
string agent_version = 3 [
(google.api.field_behavior) = OPTIONAL,
(google.api.resource_reference) = {
type: "dialogflow.googleapis.com/Version"
}
];
string agent_version = 3 [(google.api.field_behavior) = OPTIONAL];

// Output only. The state of this environment. This field is read-only, i.e., it cannot be
// set by create and update methods.
Expand Down
3 changes: 1 addition & 2 deletions packages/google-cloud-dialogflow/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/google-cloud-dialogflow/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "927ff51dcfbdf092d469083dc3964173851f5575",
"internalRef": "317983262"
"sha": "dc3682a7075d3028f00de866446fd0543ebc6079",
"internalRef": "318303567"
}
},
{
Expand Down

0 comments on commit dd46516

Please sign in to comment.