Socket
Socket
Sign inDemoInstall

googleapis

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis - npm Package Compare versions

Comparing version 142.0.0 to 143.0.0

build/src/apis/gkehub/v2.d.ts

4

build/src/apis/assuredworkloads/v1.d.ts

@@ -481,2 +481,6 @@ /// <reference types="node" />

/**
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field is required for creating SIA/PSN partner workloads. The caller should have 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
*/
partnerServicesBillingAccount?: string | null;
/**
* Input only. The parent resource for the resources managed by this Assured Workload. May be either empty or a folder resource which is a child of the Workload parent. If not specified all resources are created under the parent organization. Format: folders/{folder_id\}

@@ -483,0 +487,0 @@ */

@@ -342,2 +342,33 @@ "use strict";

}
search(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback || {});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://chat.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/spaces:search').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
}, options),
params,
requiredParams: [],
pathParams: [],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
setup(paramsOrCallback, optionsOrCallback, callback) {

@@ -344,0 +375,0 @@ let params = (paramsOrCallback || {});

@@ -290,2 +290,66 @@ "use strict";

}
cancel(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://cloudasset.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
delete(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://cloudasset.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
method: 'DELETE',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
get(paramsOrCallback, optionsOrCallback, callback) {

@@ -292,0 +356,0 @@ let params = (paramsOrCallback || {});

2

build/src/apis/cloudcontrolspartner/v1.d.ts

@@ -147,3 +147,3 @@ /// <reference types="node" />

/**
* Optional. The customer organization's display name. E.g. "Google".
* The customer organization's display name. E.g. "Google".
*/

@@ -150,0 +150,0 @@ displayName?: string | null;

@@ -147,3 +147,3 @@ /// <reference types="node" />

/**
* Optional. The customer organization's display name. E.g. "Google".
* The customer organization's display name. E.g. "Google".
*/

@@ -150,0 +150,0 @@ displayName?: string | null;

@@ -131,3 +131,3 @@ /// <reference types="node" />

/**
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label values must be less than 16 kilobytes (10MB for `/stacktrace` values). Some predefined label keys exist, or you may create your own. When creating your own, we recommend the following formats: * `/category/product/key` for agents of well-known products (e.g. `/db/mongodb/read_size`). * `short_host/path/key` for domain-specific keys (e.g. `foo.com/myproduct/bar`) Predefined labels include: * `/agent` * `/component` * `/error/message` * `/error/name` * `/http/client_city` * `/http/client_country` * `/http/client_protocol` * `/http/client_region` * `/http/host` * `/http/method` * `/http/path` * `/http/redirected_url` * `/http/request/size` * `/http/response/size` * `/http/route` * `/http/status_code` * `/http/url` * `/http/user_agent` * `/pid` * `/stacktrace` * `/tid`
* Collection of labels associated with the span. Label keys must be less than 128 bytes. Label values must be less than 16 KiB. Some keys might have predefined meaning, and you can also create your own. For more information, see [Cloud Trace labels](https://cloud.google.com/trace/docs/trace-labels).
*/

@@ -134,0 +134,0 @@ labels?: {

@@ -197,2 +197,34 @@ "use strict";

}
getIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
list(paramsOrCallback, optionsOrCallback, callback) {

@@ -262,2 +294,67 @@ let params = (paramsOrCallback ||

}
setIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
testIamPermissions(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}

@@ -437,2 +534,35 @@ containeranalysis_v1.Resource$Projects$Locations$Notes = Resource$Projects$Locations$Notes;

}
getIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:getIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
getNotes(paramsOrCallback, optionsOrCallback, callback) {

@@ -567,2 +697,68 @@ let params = (paramsOrCallback ||

}
setIamPolicy(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:setIamPolicy').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
testIamPermissions(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://containeranalysis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+resource}:testIamPermissions').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['resource'],
pathParams: ['resource'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}

@@ -569,0 +765,0 @@ containeranalysis_v1.Resource$Projects$Locations$Occurrences = Resource$Projects$Locations$Occurrences;

@@ -393,2 +393,6 @@ /// <reference types="node" />

/**
* Optional. Enables routing of Programmable Search Engine requests to an alternate search handler.
*/
enableAlternateSearchHandler?: boolean;
/**
* Identifies a phrase that all documents in the search results must contain.

@@ -542,2 +546,6 @@ */

/**
* Optional. Enables routing of Programmable Search Engine requests to an alternate search handler.
*/
enableAlternateSearchHandler?: boolean;
/**
* Identifies a phrase that all documents in the search results must contain.

@@ -544,0 +552,0 @@ */

@@ -140,4 +140,2 @@ /// <reference types="node" />

kind?: string | null;
mediaRequestInfo?: Schema$MediaRequestInfo;
mediaResponseInfo?: Schema$MediaResponseInfo;
/**

@@ -248,84 +246,2 @@ * True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.

/**
* Extra information added to operations that support Scotty media requests.
*/
export interface Schema$MediaRequestInfo {
/**
* The number of current bytes uploaded or downloaded.
*/
currentBytes?: string | null;
/**
* Data to be copied to backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.
*/
customData?: string | null;
/**
* Set if the http request info is diff encoded. The value of this field is the version number of the base revision. This is corresponding to Apiary's mediaDiffObjectVersion (//depot/google3/java/com/google/api/server/media/variable/DiffObjectVersionVariable.java). See go/esf-scotty-diff-upload for more information.
*/
diffObjectVersion?: string | null;
/**
* The existence of the final_status field indicates that this is the last call to the agent for this request_id. http://google3/uploader/agent/scotty_agent.proto?l=737&rcl=347601929
*/
finalStatus?: number | null;
/**
* The type of notification received from Scotty.
*/
notificationType?: string | null;
/**
* The Scotty request ID.
*/
requestId?: string | null;
/**
* The partition of the Scotty server handling this request. type is uploader_service.RequestReceivedParamsServingInfo LINT.IfChange(request_received_params_serving_info_annotations) LINT.ThenChange()
*/
requestReceivedParamsServingInfo?: string | null;
/**
* The total size of the file.
*/
totalBytes?: string | null;
/**
* Whether the total bytes field contains an estimated data.
*/
totalBytesIsEstimated?: boolean | null;
}
/**
* This message is for backends to pass their scotty media specific fields to ESF. Backend will include this in their response message to ESF. Example: ExportFile is an rpc defined for upload using scotty from ESF. rpc ExportFile(ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse will include apiserving.MediaResponseInfo to tell ESF about data like dynamic_dropzone it needs to pass to Scotty. message ExportFileResponse { optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo media_response_info = 2 \}
*/
export interface Schema$MediaResponseInfo {
/**
* Data to copy from backend response to the next backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.
*/
customData?: string | null;
/**
* Specifies any transformation to be applied to data before persisting it or retrieving from storage. E.g., encryption options for blobstore2. This should be of the form uploader_service.DataStorageTransform.
*/
dataStorageTransform?: string | null;
/**
* Specifies the Scotty Drop Target to use for uploads. If present in a media response, Scotty does not upload to a standard drop zone. Instead, Scotty saves the upload directly to the location specified in this drop target. Unlike drop zones, the drop target is the final storage location for an upload. So, the agent does not need to clone the blob at the end of the upload. The agent is responsible for garbage collecting any orphaned blobs that may occur due to aborted uploads. For more information, see the drop target design doc here: http://goto/ScottyDropTarget This field will be preferred to dynamicDropzone. If provided, the identified field in the response must be of the type uploader.agent.DropTarget.
*/
dynamicDropTarget?: string | null;
/**
* Specifies the Scotty dropzone to use for uploads.
*/
dynamicDropzone?: string | null;
/**
* Request class to use for all Blobstore operations for this request.
*/
requestClass?: string | null;
/**
* Requester ID passed along to be recorded in the Scotty logs
*/
scottyAgentUserId?: string | null;
/**
* Customer-specific data to be recorded in the Scotty logs type is logs_proto_scotty.CustomerLog
*/
scottyCustomerLog?: string | null;
/**
* Specifies the TrafficClass that Scotty should use for any RPCs to fetch the response bytes. Will override the traffic class GTOS of the incoming http request. This is a temporary field to facilitate whitelisting and experimentation by the bigstore agent only. For instance, this does not apply to RTMP reads. WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.
*/
trafficClassField?: string | null;
/**
* Tells Scotty to verify hashes on the agent's behalf by parsing out the X-Goog-Hash header.
*/
verifyHashFromHeader?: boolean | null;
}
/**
* Offset Position.

@@ -332,0 +248,0 @@ */

@@ -298,2 +298,6 @@ /// <reference types="node" />

linkEventStats?: Schema$DynamicLinkEventStat[];
/**
* Optional warnings associated this API request.
*/
warnings?: Schema$DynamicLinkWarning[];
}

@@ -480,2 +484,6 @@ /**

utmTerm?: string | null;
/**
* Optional warnings associated this API request.
*/
warning?: Schema$DynamicLinkWarning[];
}

@@ -482,0 +490,0 @@ /**

@@ -301,3 +301,3 @@ /// <reference types="node" />

/**
* Required. The function response in JSON object format.
* Required. The function response in JSON object format. Use "output" key to specify function output and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as function output.
*/

@@ -380,2 +380,6 @@ response?: {

/**
* Output only. Number of tokens in the cached part in the input (the cached content).
*/
cachedContentTokenCount?: number | null;
/**
* Number of tokens in the response(s).

@@ -388,2 +392,5 @@ */

promptTokenCount?: number | null;
/**
* Total token count for prompt and response candidates.
*/
totalTokenCount?: number | null;

@@ -654,3 +661,3 @@ }

/**
* Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). More fields may be added in the future as needed.
* Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed.
*/

@@ -657,0 +664,0 @@ export interface Schema$GoogleCloudAiplatformV1beta1Schema {

@@ -8,2 +8,3 @@ /*! THIS FILE IS AUTO-GENERATED */

import { gkehub_v1beta1 } from './v1beta1';
import { gkehub_v2 } from './v2';
import { gkehub_v2alpha } from './v2alpha';

@@ -17,2 +18,3 @@ import { gkehub_v2beta } from './v2beta';

v1beta1: typeof gkehub_v1beta1.Gkehub;
v2: typeof gkehub_v2.Gkehub;
v2alpha: typeof gkehub_v2alpha.Gkehub;

@@ -31,2 +33,4 @@ v2beta: typeof gkehub_v2beta.Gkehub;

export declare function gkehub(options: gkehub_v1beta1.Options): gkehub_v1beta1.Gkehub;
export declare function gkehub(version: 'v2'): gkehub_v2.Gkehub;
export declare function gkehub(options: gkehub_v2.Options): gkehub_v2.Gkehub;
export declare function gkehub(version: 'v2alpha'): gkehub_v2alpha.Gkehub;

@@ -43,4 +47,5 @@ export declare function gkehub(options: gkehub_v2alpha.Options): gkehub_v2alpha.Gkehub;

export { gkehub_v1beta1 };
export { gkehub_v2 };
export { gkehub_v2alpha };
export { gkehub_v2beta };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';

@@ -15,3 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthPlus = exports.gkehub_v2beta = exports.gkehub_v2alpha = exports.gkehub_v1beta1 = exports.gkehub_v1beta = exports.gkehub_v1alpha2 = exports.gkehub_v1alpha = exports.gkehub_v1 = exports.auth = exports.gkehub = exports.VERSIONS = void 0;
exports.AuthPlus = exports.gkehub_v2beta = exports.gkehub_v2alpha = exports.gkehub_v2 = exports.gkehub_v1beta1 = exports.gkehub_v1beta = exports.gkehub_v1alpha2 = exports.gkehub_v1alpha = exports.gkehub_v1 = exports.auth = exports.gkehub = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */

@@ -29,2 +29,4 @@ const googleapis_common_1 = require("googleapis-common");

Object.defineProperty(exports, "gkehub_v1beta1", { enumerable: true, get: function () { return v1beta1_1.gkehub_v1beta1; } });
const v2_1 = require("./v2");
Object.defineProperty(exports, "gkehub_v2", { enumerable: true, get: function () { return v2_1.gkehub_v2; } });
const v2alpha_1 = require("./v2alpha");

@@ -40,2 +42,3 @@ Object.defineProperty(exports, "gkehub_v2alpha", { enumerable: true, get: function () { return v2alpha_1.gkehub_v2alpha; } });

v1beta1: v1beta1_1.gkehub_v1beta1.Gkehub,
v2: v2_1.gkehub_v2.Gkehub,
v2alpha: v2alpha_1.gkehub_v2alpha.Gkehub,

@@ -42,0 +45,0 @@ v2beta: v2beta_1.gkehub_v2beta.Gkehub,

@@ -515,2 +515,34 @@ "use strict";

}
restore(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://notebooks.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v2/{+name}:restore').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
rollback(paramsOrCallback, optionsOrCallback, callback) {

@@ -517,0 +549,0 @@ let params = (paramsOrCallback ||

@@ -521,2 +521,34 @@ "use strict";

}
listIpOverrides(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://recaptchaenterprise.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+parent}:listIpOverrides').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
}, options),
params,
requiredParams: ['parent'],
pathParams: ['parent'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
migrate(paramsOrCallback, optionsOrCallback, callback) {

@@ -586,2 +618,34 @@ let params = (paramsOrCallback ||

}
removeIpOverride(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://recaptchaenterprise.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:removeIpOverride').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
retrieveLegacySecretKey(paramsOrCallback, optionsOrCallback, callback) {

@@ -588,0 +652,0 @@ let params = (paramsOrCallback ||

@@ -322,2 +322,35 @@ "use strict";

}
rescheduleClusterMaintenance(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://redis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:rescheduleClusterMaintenance').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}

@@ -324,0 +357,0 @@ redis_v1.Resource$Projects$Locations$Clusters = Resource$Projects$Locations$Clusters;

@@ -322,2 +322,35 @@ "use strict";

}
rescheduleClusterMaintenance(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://redis.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1beta1/{+name}:rescheduleClusterMaintenance').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}

@@ -324,0 +357,0 @@ redis_v1beta1.Resource$Projects$Locations$Clusters = Resource$Projects$Locations$Clusters;

@@ -55,2 +55,3 @@ "use strict";

this.context = context;
this.builds = new Resource$Projects$Locations$Builds(this.context);
this.jobs = new Resource$Projects$Locations$Jobs(this.context);

@@ -190,2 +191,40 @@ this.operations = new Resource$Projects$Locations$Operations(this.context);

run_v2.Resource$Projects$Locations = Resource$Projects$Locations;
class Resource$Projects$Locations$Builds {
constructor(context) {
this.context = context;
}
submit(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params = {};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://run.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v2/{+parent}/builds:submit').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['parent'],
pathParams: ['parent'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
}
run_v2.Resource$Projects$Locations$Builds = Resource$Projects$Locations$Builds;
class Resource$Projects$Locations$Jobs {

@@ -192,0 +231,0 @@ constructor(context) {

@@ -613,2 +613,6 @@ /// <reference types="node" />

/**
* Optional. Specifies the pre-GA features to enable.
*/
experiments?: string[];
/**
* The latitude in degrees. It must be in the range [-90.0, +90.0].

@@ -650,2 +654,6 @@ */

/**
* Optional. Specifies the pre-GA experiments to enable.
*/
experiments?: string[];
/**
* The latitude in degrees. It must be in the range [-90.0, +90.0].

@@ -652,0 +660,0 @@ */

@@ -255,3 +255,3 @@ /// <reference types="node" />

/**
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
* Required. The Synthesizer requires either plain text or SSML as input.
*/

@@ -258,0 +258,0 @@ input?: Schema$SynthesisInput;

@@ -244,3 +244,3 @@ /// <reference types="node" />

/**
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
* Required. The Synthesizer requires either plain text or SSML as input.
*/

@@ -247,0 +247,0 @@ input?: Schema$SynthesisInput;

@@ -101,2 +101,12 @@ /// <reference types="node" />

/**
* Request for the DeleteExecutionHistory method.
*/
export interface Schema$DeleteExecutionHistoryRequest {
}
/**
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
*/
export interface Schema$Empty {
}
/**
* Error describes why the execution was abnormally terminated.

@@ -424,2 +434,6 @@ */

updateTime?: string | null;
/**
* Output only. The VariableData associated to this step.
*/
variableData?: Schema$VariableData;
}

@@ -468,2 +482,13 @@ /**

}
/**
* VariableData contains the variable data for this step.
*/
export interface Schema$VariableData {
/**
* Variables that are associated with this step.
*/
variables?: {
[key: string]: any;
} | null;
}
export class Resource$Projects {

@@ -542,2 +567,16 @@ context: APIRequestContext;

/**
* Deletes all step entries for an execution.
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
* @param callback - Optional callback that handles the response.
* @returns A promise if used with async/await, or void if used with a callback.
*/
deleteExecutionHistory(params: Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory, options: StreamMethodOptions): GaxiosPromise<Readable>;
deleteExecutionHistory(params?: Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory, options?: MethodOptions): GaxiosPromise<Schema$Empty>;
deleteExecutionHistory(params: Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
deleteExecutionHistory(params: Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void;
deleteExecutionHistory(params: Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory, callback: BodyResponseCallback<Schema$Empty>): void;
deleteExecutionHistory(callback: BodyResponseCallback<Schema$Empty>): void;
/**
* Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods.

@@ -605,2 +644,12 @@ *

}
export interface Params$Resource$Projects$Locations$Workflows$Executions$Deleteexecutionhistory extends StandardParameters {
/**
* Required. Name of the execution for which step entries should be deleted. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}
*/
name?: string;
/**
* Request body metadata
*/
requestBody?: Schema$DeleteExecutionHistoryRequest;
}
export interface Params$Resource$Projects$Locations$Workflows$Executions$Exportdata extends StandardParameters {

@@ -717,6 +766,10 @@ /**

name?: string;
/**
* Deprecated field.
*/
view?: string;
}
export interface Params$Resource$Projects$Locations$Workflows$Executions$Stepentries$List extends StandardParameters {
/**
* Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `createTime\>"2023-08-01" AND state="FAILED"`
* Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `parent`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `createTime\>"2023-08-01" AND state="FAILED"`
*/

@@ -737,3 +790,3 @@ filter?: string;

/**
* Required. Name of the workflow execution to list entries for. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}/stepEntries/
* Required. Name of the workflow execution to list entries for. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}
*/

@@ -745,4 +798,8 @@ parent?: string;

skip?: number;
/**
* Deprecated field.
*/
view?: string;
}
export {};
}

@@ -173,2 +173,35 @@ "use strict";

}
deleteExecutionHistory(paramsOrCallback, optionsOrCallback, callback) {
let params = (paramsOrCallback ||
{});
let options = (optionsOrCallback || {});
if (typeof paramsOrCallback === 'function') {
callback = paramsOrCallback;
params =
{};
options = {};
}
if (typeof optionsOrCallback === 'function') {
callback = optionsOrCallback;
options = {};
}
const rootUrl = options.rootUrl || 'https://workflowexecutions.googleapis.com/';
const parameters = {
options: Object.assign({
url: (rootUrl + '/v1/{+name}:deleteExecutionHistory').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
}, options),
params,
requiredParams: ['name'],
pathParams: ['name'],
context: this.context,
};
if (callback) {
(0, googleapis_common_1.createAPIRequest)(parameters, callback);
}
else {
return (0, googleapis_common_1.createAPIRequest)(parameters);
}
}
exportData(paramsOrCallback, optionsOrCallback, callback) {

@@ -175,0 +208,0 @@ let params = (paramsOrCallback ||

@@ -283,2 +283,6 @@ /// <reference types="node" />

/**
* Optional. Describes the level of the execution history feature to apply to this workflow.
*/
executionHistoryLevel?: string | null;
/**
* Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. This is a workflow-wide field and is not tied to a specific revision.

@@ -285,0 +289,0 @@ */

@@ -283,2 +283,3 @@ /*! THIS FILE IS AUTO-GENERATED */

export { gkehub_v1beta1 } from './apis/gkehub/v1beta1';
export { gkehub_v2 } from './apis/gkehub/v2';
export { gkehub_v2alpha } from './apis/gkehub/v2alpha';

@@ -285,0 +286,0 @@ export { gkehub_v2beta } from './apis/gkehub/v2beta';

{
"name": "googleapis",
"version": "142.0.0",
"version": "143.0.0",
"repository": "googleapis/google-api-nodejs-client",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc