Class protos.google.cloud.gkehub.v1alpha.GkeHub (4.2.0)

Represents a GkeHub

Inheritance

$protobuf.rpc.Service > protos.google.cloud.gkehub.v1alpha.GkeHub

Package

@google-cloud/gke-hub

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new GkeHub service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): GkeHub;

Creates new GkeHub service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
GkeHub

RPC service. Useful where requests and/or responses are streamed.

createFeature(request, callback)

public createFeature(request: google.cloud.gkehub.v1alpha.ICreateFeatureRequest, callback: google.cloud.gkehub.v1alpha.GkeHub.CreateFeatureCallback): void;

Calls CreateFeature.

Parameters
NameDescription
request ICreateFeatureRequest

CreateFeatureRequest message or plain object

callback CreateFeatureCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createFeature(request)

public createFeature(request: google.cloud.gkehub.v1alpha.ICreateFeatureRequest): Promise<google.longrunning.Operation>;

Calls CreateFeature.

Parameter
NameDescription
request ICreateFeatureRequest

CreateFeatureRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

deleteFeature(request, callback)

public deleteFeature(request: google.cloud.gkehub.v1alpha.IDeleteFeatureRequest, callback: google.cloud.gkehub.v1alpha.GkeHub.DeleteFeatureCallback): void;

Calls DeleteFeature.

Parameters
NameDescription
request IDeleteFeatureRequest

DeleteFeatureRequest message or plain object

callback DeleteFeatureCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteFeature(request)

public deleteFeature(request: google.cloud.gkehub.v1alpha.IDeleteFeatureRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeature.

Parameter
NameDescription
request IDeleteFeatureRequest

DeleteFeatureRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

getFeature(request, callback)

public getFeature(request: google.cloud.gkehub.v1alpha.IGetFeatureRequest, callback: google.cloud.gkehub.v1alpha.GkeHub.GetFeatureCallback): void;

Calls GetFeature.

Parameters
NameDescription
request IGetFeatureRequest

GetFeatureRequest message or plain object

callback GetFeatureCallback

Node-style callback called with the error, if any, and Feature

Returns
TypeDescription
void

getFeature(request)

public getFeature(request: google.cloud.gkehub.v1alpha.IGetFeatureRequest): Promise<google.cloud.gkehub.v1alpha.Feature>;

Calls GetFeature.

Parameter
NameDescription
request IGetFeatureRequest

GetFeatureRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.gkehub.v1alpha.Feature>

Promise

listFeatures(request, callback)

public listFeatures(request: google.cloud.gkehub.v1alpha.IListFeaturesRequest, callback: google.cloud.gkehub.v1alpha.GkeHub.ListFeaturesCallback): void;

Calls ListFeatures.

Parameters
NameDescription
request IListFeaturesRequest

ListFeaturesRequest message or plain object

callback ListFeaturesCallback

Node-style callback called with the error, if any, and ListFeaturesResponse

Returns
TypeDescription
void

listFeatures(request)

public listFeatures(request: google.cloud.gkehub.v1alpha.IListFeaturesRequest): Promise<google.cloud.gkehub.v1alpha.ListFeaturesResponse>;

Calls ListFeatures.

Parameter
NameDescription
request IListFeaturesRequest

ListFeaturesRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.gkehub.v1alpha.ListFeaturesResponse>

Promise

updateFeature(request, callback)

public updateFeature(request: google.cloud.gkehub.v1alpha.IUpdateFeatureRequest, callback: google.cloud.gkehub.v1alpha.GkeHub.UpdateFeatureCallback): void;

Calls UpdateFeature.

Parameters
NameDescription
request IUpdateFeatureRequest

UpdateFeatureRequest message or plain object

callback UpdateFeatureCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

updateFeature(request)

public updateFeature(request: google.cloud.gkehub.v1alpha.IUpdateFeatureRequest): Promise<google.longrunning.Operation>;

Calls UpdateFeature.

Parameter
NameDescription
request IUpdateFeatureRequest

UpdateFeatureRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise