Skip to content

Commit

Permalink
- Fix client library environment resource annotation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318303567
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 25, 2020
1 parent 796aa1f commit dc3682a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions google/cloud/dialogflow/v2beta1/environment.proto
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

0 comments on commit dc3682a

Please sign in to comment.