Represents a BackendBuckets
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.BackendBucketsPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new BackendBuckets service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
addSignedUrlKey(request, callback)
public addSignedUrlKey(request: google.cloud.compute.v1.IAddSignedUrlKeyBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.AddSignedUrlKeyCallback): void;
Calls AddSignedUrlKey.
Name | Description |
request |
IAddSignedUrlKeyBackendBucketRequest
AddSignedUrlKeyBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.AddSignedUrlKeyCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
addSignedUrlKey(request)
public addSignedUrlKey(request: google.cloud.compute.v1.IAddSignedUrlKeyBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls AddSignedUrlKey.
Name | Description |
request |
IAddSignedUrlKeyBackendBucketRequest
AddSignedUrlKeyBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): BackendBuckets;
Creates new BackendBuckets service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
BackendBuckets | RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1.IDeleteBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.DeleteCallback): void;
Calls Delete.
Name | Description |
request |
IDeleteBackendBucketRequest
DeleteBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.DeleteCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
delete(request)
public delete(request: google.cloud.compute.v1.IDeleteBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Delete.
Name | Description |
request |
IDeleteBackendBucketRequest
DeleteBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |
deleteSignedUrlKey(request, callback)
public deleteSignedUrlKey(request: google.cloud.compute.v1.IDeleteSignedUrlKeyBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.DeleteSignedUrlKeyCallback): void;
Calls DeleteSignedUrlKey.
Name | Description |
request |
IDeleteSignedUrlKeyBackendBucketRequest
DeleteSignedUrlKeyBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.DeleteSignedUrlKeyCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
deleteSignedUrlKey(request)
public deleteSignedUrlKey(request: google.cloud.compute.v1.IDeleteSignedUrlKeyBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls DeleteSignedUrlKey.
Name | Description |
request |
IDeleteSignedUrlKeyBackendBucketRequest
DeleteSignedUrlKeyBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.GetCallback): void;
Calls Get.
Name | Description |
request |
IGetBackendBucketRequest
GetBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.GetCallback
Node-style callback called with the error, if any, and BackendBucket |
Type | Description |
void |
get(request)
public get(request: google.cloud.compute.v1.IGetBackendBucketRequest): Promise<google.cloud.compute.v1.BackendBucket>;
Calls Get.
Name | Description |
request |
IGetBackendBucketRequest
GetBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.BackendBucket> | Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1.IInsertBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.InsertCallback): void;
Calls Insert.
Name | Description |
request |
google.cloud.compute.v1.IInsertBackendBucketRequest
InsertBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.InsertCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
insert(request)
public insert(request: google.cloud.compute.v1.IInsertBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Insert.
Name | Description |
request |
google.cloud.compute.v1.IInsertBackendBucketRequest
InsertBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |
list(request, callback)
public list(request: google.cloud.compute.v1.IListBackendBucketsRequest, callback: google.cloud.compute.v1.BackendBuckets.ListCallback): void;
Calls List.
Name | Description |
request |
IListBackendBucketsRequest
ListBackendBucketsRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.ListCallback
Node-style callback called with the error, if any, and BackendBucketList |
Type | Description |
void |
list(request)
public list(request: google.cloud.compute.v1.IListBackendBucketsRequest): Promise<google.cloud.compute.v1.BackendBucketList>;
Calls List.
Name | Description |
request |
IListBackendBucketsRequest
ListBackendBucketsRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.BackendBucketList> | Promise |
patch(request, callback)
public patch(request: google.cloud.compute.v1.IPatchBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.PatchCallback): void;
Calls Patch.
Name | Description |
request |
IPatchBackendBucketRequest
PatchBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.PatchCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
patch(request)
public patch(request: google.cloud.compute.v1.IPatchBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Patch.
Name | Description |
request |
IPatchBackendBucketRequest
PatchBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |
update(request, callback)
public update(request: google.cloud.compute.v1.IUpdateBackendBucketRequest, callback: google.cloud.compute.v1.BackendBuckets.UpdateCallback): void;
Calls Update.
Name | Description |
request |
IUpdateBackendBucketRequest
UpdateBackendBucketRequest message or plain object |
callback |
google.cloud.compute.v1.BackendBuckets.UpdateCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
update(request)
public update(request: google.cloud.compute.v1.IUpdateBackendBucketRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Update.
Name | Description |
request |
IUpdateBackendBucketRequest
UpdateBackendBucketRequest message or plain object |
Type | Description |
Promise<google.cloud.compute.v1.Operation> | Promise |