Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudrunv2 and dialogflowcx #18703

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/11132.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func resourceDialogflowCXEntityTypeCreate(d *schema.ResourceData, meta interface
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -282,7 +281,6 @@ func resourceDialogflowCXEntityTypeRead(d *schema.ResourceData, meta interface{}
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -432,7 +430,6 @@ func resourceDialogflowCXEntityTypeUpdate(d *schema.ResourceData, meta interface
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -499,7 +496,6 @@ func resourceDialogflowCXEntityTypeDelete(d *schema.ResourceData, meta interface
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func resourceDialogflowCXEnvironmentCreate(d *schema.ResourceData, meta interfac
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -230,7 +229,6 @@ func resourceDialogflowCXEnvironmentRead(d *schema.ResourceData, meta interface{
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -331,7 +329,6 @@ func resourceDialogflowCXEnvironmentUpdate(d *schema.ResourceData, meta interfac
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -405,7 +402,6 @@ func resourceDialogflowCXEnvironmentDelete(d *schema.ResourceData, meta interfac
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
4 changes: 0 additions & 4 deletions google/services/dialogflowcx/resource_dialogflow_cx_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,6 @@ func resourceDialogflowCXFlowCreate(d *schema.ResourceData, meta interface{}) er
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -865,7 +864,6 @@ func resourceDialogflowCXFlowRead(d *schema.ResourceData, meta interface{}) erro
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -1020,7 +1018,6 @@ func resourceDialogflowCXFlowUpdate(d *schema.ResourceData, meta interface{}) er
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -1087,7 +1084,6 @@ func resourceDialogflowCXFlowDelete(d *schema.ResourceData, meta interface{}) er
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ func resourceDialogflowCXIntentCreate(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -389,7 +388,6 @@ func resourceDialogflowCXIntentRead(d *schema.ResourceData, meta interface{}) er
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -550,7 +548,6 @@ func resourceDialogflowCXIntentUpdate(d *schema.ResourceData, meta interface{})
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -617,7 +614,6 @@ func resourceDialogflowCXIntentDelete(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
4 changes: 0 additions & 4 deletions google/services/dialogflowcx/resource_dialogflow_cx_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,6 @@ func resourceDialogflowCXPageCreate(d *schema.ResourceData, meta interface{}) er
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -1547,7 +1546,6 @@ func resourceDialogflowCXPageRead(d *schema.ResourceData, meta interface{}) erro
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -1700,7 +1698,6 @@ func resourceDialogflowCXPageUpdate(d *schema.ResourceData, meta interface{}) er
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -1767,7 +1764,6 @@ func resourceDialogflowCXPageDelete(d *schema.ResourceData, meta interface{}) er
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ func resourceDialogflowCXTestCaseCreate(d *schema.ResourceData, meta interface{}
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -692,7 +691,6 @@ func resourceDialogflowCXTestCaseRead(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -822,7 +820,6 @@ func resourceDialogflowCXTestCaseUpdate(d *schema.ResourceData, meta interface{}
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -889,7 +886,6 @@ func resourceDialogflowCXTestCaseDelete(d *schema.ResourceData, meta interface{}
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func resourceDialogflowCXVersionCreate(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -250,7 +249,6 @@ func resourceDialogflowCXVersionRead(d *schema.ResourceData, meta interface{}) e
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -344,7 +342,6 @@ func resourceDialogflowCXVersionUpdate(d *schema.ResourceData, meta interface{})
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -411,7 +408,6 @@ func resourceDialogflowCXVersionDelete(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func resourceDialogflowCXWebhookCreate(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -313,7 +312,6 @@ func resourceDialogflowCXWebhookRead(d *schema.ResourceData, meta interface{}) e
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down Expand Up @@ -479,7 +477,6 @@ func resourceDialogflowCXWebhookUpdate(d *schema.ResourceData, meta interface{})
if err != nil {
return err
}

// extract location from the parent
location := ""

Expand Down Expand Up @@ -546,7 +543,6 @@ func resourceDialogflowCXWebhookDelete(d *schema.ResourceData, meta interface{})
}

headers := make(http.Header)

// extract location from the parent
location := ""

Expand Down