diff --git a/discovery/osconfig-v1.json b/discovery/osconfig-v1.json index 84e6f313cf..8b9a7c29e7 100644 --- a/discovery/osconfig-v1.json +++ b/discovery/osconfig-v1.json @@ -406,7 +406,7 @@ } } }, - "revision": "20200504", + "revision": "20200601", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptSettings": { @@ -804,7 +804,7 @@ "type": "object" }, "PatchJob": { - "description": "A high level representation of a patch job that is either in progress\nor has completed.\n\nInstances details are not included in the job. To paginate through instance\ndetails, use ListPatchJobInstanceDetails.\n\nFor more information about patch jobs, see\n[Creating patch\njobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).", + "description": "A high level representation of a patch job that is either in progress\nor has completed.\n\nInstance details are not included in the job. To paginate through instance\ndetails, use ListPatchJobInstanceDetails.\n\nFor more information about patch jobs, see\n[Creating patch\njobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).", "id": "PatchJob", "properties": { "createTime": { @@ -859,7 +859,7 @@ "type": "number" }, "state": { - "description": "The current state of the PatchJob .", + "description": "The current state of the PatchJob.", "enum": [ "STATE_UNSPECIFIED", "STARTED", diff --git a/discovery/osconfig-v1beta.json b/discovery/osconfig-v1beta.json index 3a694d4ebc..f861bb0f48 100644 --- a/discovery/osconfig-v1beta.json +++ b/discovery/osconfig-v1beta.json @@ -599,7 +599,7 @@ } } }, - "revision": "20200504", + "revision": "20200601", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptRepository": { @@ -890,7 +890,7 @@ "type": "object" }, "ExecutePatchJobRequest": { - "description": "A request message to initiate patching across Google Compute Engine\ninstances.", + "description": "A request message to initiate patching across Compute Engine instances.", "id": "ExecutePatchJobRequest", "properties": { "description": { @@ -1354,14 +1354,14 @@ "additionalProperties": { "type": "string" }, - "description": "Google Compute Engine instance labels that must be present for a VM\ninstance to be targeted by this filter.", + "description": "Compute Engine instance labels that must be present for a VM instance to\nbe targeted by this filter.", "type": "object" } }, "type": "object" }, "PatchJob": { - "description": "A high level representation of a patch job that is either in progress\nor has completed.\n\nInstances details are not included in the job. To paginate through instance\ndetails, use ListPatchJobInstanceDetails.\n\nFor more information about patch jobs, see\n[Creating patch\njobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).", + "description": "A high level representation of a patch job that is either in progress\nor has completed.\n\nInstance details are not included in the job. To paginate through instance\ndetails, use `ListPatchJobInstanceDetails`.\n\nFor more information about patch jobs, see\n[Creating patch\njobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).", "id": "PatchJob", "properties": { "createTime": { @@ -1416,7 +1416,7 @@ "type": "number" }, "state": { - "description": "The current state of the PatchJob .", + "description": "The current state of the PatchJob.", "enum": [ "STATE_UNSPECIFIED", "STARTED", diff --git a/src/apis/osconfig/v1.ts b/src/apis/osconfig/v1.ts index 96bd1ee09c..ac75929d77 100644 --- a/src/apis/osconfig/v1.ts +++ b/src/apis/osconfig/v1.ts @@ -414,7 +414,7 @@ export namespace osconfig_v1 { labels?: {[key: string]: string} | null; } /** - * A high level representation of a patch job that is either in progress or has completed. Instances details are not included in the job. To paginate through instance details, use ListPatchJobInstanceDetails. For more information about patch jobs, see [Creating patch jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job). + * A high level representation of a patch job that is either in progress or has completed. Instance details are not included in the job. To paginate through instance details, use ListPatchJobInstanceDetails. For more information about patch jobs, see [Creating patch jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job). */ export interface Schema$PatchJob { /** @@ -466,7 +466,7 @@ export namespace osconfig_v1 { */ percentComplete?: number | null; /** - * The current state of the PatchJob . + * The current state of the PatchJob. */ state?: string | null; /** diff --git a/src/apis/osconfig/v1beta.ts b/src/apis/osconfig/v1beta.ts index a6f7ed0b22..ba1545be04 100644 --- a/src/apis/osconfig/v1beta.ts +++ b/src/apis/osconfig/v1beta.ts @@ -319,7 +319,7 @@ export namespace osconfig_v1beta { localPath?: string | null; } /** - * A request message to initiate patching across Google Compute Engine instances. + * A request message to initiate patching across Compute Engine instances. */ export interface Schema$ExecutePatchJobRequest { /** @@ -663,12 +663,12 @@ export namespace osconfig_v1beta { */ export interface Schema$PatchInstanceFilterGroupLabel { /** - * Google Compute Engine instance labels that must be present for a VM instance to be targeted by this filter. + * Compute Engine instance labels that must be present for a VM instance to be targeted by this filter. */ labels?: {[key: string]: string} | null; } /** - * A high level representation of a patch job that is either in progress or has completed. Instances details are not included in the job. To paginate through instance details, use ListPatchJobInstanceDetails. For more information about patch jobs, see [Creating patch jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job). + * A high level representation of a patch job that is either in progress or has completed. Instance details are not included in the job. To paginate through instance details, use `ListPatchJobInstanceDetails`. For more information about patch jobs, see [Creating patch jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job). */ export interface Schema$PatchJob { /** @@ -720,7 +720,7 @@ export namespace osconfig_v1beta { */ percentComplete?: number | null; /** - * The current state of the PatchJob . + * The current state of the PatchJob. */ state?: string | null; /**