all: autogenerated update (2018-06-28) Update: - cloudkms/v1 - dataproc/v1beta2 - dialogflow/v2
diff --git a/cloudkms/v1/cloudkms-api.json b/cloudkms/v1/cloudkms-api.json index 855cc46..e96d4ad 100644 --- a/cloudkms/v1/cloudkms-api.json +++ b/cloudkms/v1/cloudkms-api.json
@@ -623,7 +623,7 @@ ] }, "updatePrimaryVersion": { - "description": "Update the version of a CryptoKey that will be used in Encrypt", + "description": "Update the version of a CryptoKey that will be used in Encrypt.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/keyRings/{keyRingsId}/cryptoKeys/{cryptoKeysId}:updatePrimaryVersion", "httpMethod": "POST", "id": "cloudkms.projects.locations.keyRings.cryptoKeys.updatePrimaryVersion", @@ -844,7 +844,7 @@ } } }, - "revision": "20180611", + "revision": "20180622", "rootUrl": "https://cloudkms.googleapis.com/", "schemas": { "AuditConfig": {
diff --git a/cloudkms/v1/cloudkms-gen.go b/cloudkms/v1/cloudkms-gen.go index 80e74dd..7522fc7 100644 --- a/cloudkms/v1/cloudkms-gen.go +++ b/cloudkms/v1/cloudkms-gen.go
@@ -3767,7 +3767,7 @@ } // UpdatePrimaryVersion: Update the version of a CryptoKey that will be -// used in Encrypt +// used in Encrypt. func (r *ProjectsLocationsKeyRingsCryptoKeysService) UpdatePrimaryVersion(name string, updatecryptokeyprimaryversionrequest *UpdateCryptoKeyPrimaryVersionRequest) *ProjectsLocationsKeyRingsCryptoKeysUpdatePrimaryVersionCall { c := &ProjectsLocationsKeyRingsCryptoKeysUpdatePrimaryVersionCall{s: r.s, urlParams_: make(gensupport.URLParams)} c.name = name @@ -3861,7 +3861,7 @@ } return ret, nil // { - // "description": "Update the version of a CryptoKey that will be used in Encrypt", + // "description": "Update the version of a CryptoKey that will be used in Encrypt.", // "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/keyRings/{keyRingsId}/cryptoKeys/{cryptoKeysId}:updatePrimaryVersion", // "httpMethod": "POST", // "id": "cloudkms.projects.locations.keyRings.cryptoKeys.updatePrimaryVersion",
diff --git a/dataproc/v1beta2/dataproc-api.json b/dataproc/v1beta2/dataproc-api.json index 0479cf1..f682350 100644 --- a/dataproc/v1beta2/dataproc-api.json +++ b/dataproc/v1beta2/dataproc-api.json
@@ -1619,7 +1619,7 @@ } } }, - "revision": "20180601", + "revision": "20180622", "rootUrl": "https://dataproc.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -2166,7 +2166,7 @@ "description": "Optional. Disk option config settings." }, "imageUri": { - "description": "Output only. The Compute Engine image resource used for cluster instances. Inferred from SoftwareConfig.image_version.", + "description": "Optional. The Compute Engine image resource used for cluster instances. It can be specified or may be inferred from SoftwareConfig.image_version.", "type": "string" }, "instanceNames": {
diff --git a/dataproc/v1beta2/dataproc-gen.go b/dataproc/v1beta2/dataproc-gen.go index b23939c..9e35ca3 100644 --- a/dataproc/v1beta2/dataproc-gen.go +++ b/dataproc/v1beta2/dataproc-gen.go
@@ -1034,8 +1034,9 @@ // DiskConfig: Optional. Disk option config settings. DiskConfig *DiskConfig `json:"diskConfig,omitempty"` - // ImageUri: Output only. The Compute Engine image resource used for - // cluster instances. Inferred from SoftwareConfig.image_version. + // ImageUri: Optional. The Compute Engine image resource used for + // cluster instances. It can be specified or may be inferred from + // SoftwareConfig.image_version. ImageUri string `json:"imageUri,omitempty"` // InstanceNames: Output only. The list of instance names. Cloud
diff --git a/dialogflow/v2/dialogflow-api.json b/dialogflow/v2/dialogflow-api.json index fd75063..ba5d251 100644 --- a/dialogflow/v2/dialogflow-api.json +++ b/dialogflow/v2/dialogflow-api.json
@@ -1264,7 +1264,7 @@ } } }, - "revision": "20180617", + "revision": "20180623", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowV2Agent": { @@ -2843,7 +2843,7 @@ "type": "integer" }, "name": { - "description": "Required. The unique identifier of the context. Format:\n`projects/\u003cProject ID\u003e/agent/sessions/\u003cSession ID\u003e/contexts/\u003cContext ID\u003e`,\nor\n`projects/\u003cProject ID\u003e/agent/environments/\u003cEnvironment ID\u003e/users/\u003cUser\nID\u003e/sessions/\u003cSession ID\u003e/contexts/\u003cContext ID\u003e`. Note: Environments and\nusers are under construction and will be available soon. The `Context ID`\nis always converted to lowercase. If `Environment ID` is not specified, we\nassume default 'draft' environment. If `User ID` is not specified, we\nassume default '-' user.", + "description": "Required. The unique identifier of the context. Format:\n`projects/\u003cProject ID\u003e/agent/sessions/\u003cSession ID\u003e/contexts/\u003cContext ID\u003e`,\nor `projects/\u003cProject ID\u003e/agent/environments/\u003cEnvironment ID\u003e/users/\u003cUser\nID\u003e/sessions/\u003cSession ID\u003e/contexts/\u003cContext ID\u003e`. The `Context ID` is\nalways converted to lowercase. If `Environment ID` is not specified, we\nassume default 'draft' environment. If `User ID` is not specified, we\nassume default '-' user.", "type": "string" }, "parameters": {
diff --git a/dialogflow/v2/dialogflow-gen.go b/dialogflow/v2/dialogflow-gen.go index 5095d65..c135812 100644 --- a/dialogflow/v2/dialogflow-gen.go +++ b/dialogflow/v2/dialogflow-gen.go
@@ -3306,15 +3306,12 @@ // Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context // ID>`, - // or - // `projects/<Project ID>/agent/environments/<Environment + // or `projects/<Project ID>/agent/environments/<Environment // ID>/users/<User - // ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments - // and - // users are under construction and will be available soon. The `Context - // ID` - // is always converted to lowercase. If `Environment ID` is not - // specified, we + // ID>/sessions/<Session ID>/contexts/<Context ID>`. The `Context ID` + // is + // always converted to lowercase. If `Environment ID` is not specified, + // we // assume default 'draft' environment. If `User ID` is not specified, // we // assume default '-' user.