Class protos.google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService (3.13.0)

Represents a FeatureOnlineStoreAdminService

Inheritance

$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService

Package

@google-cloud/aiplatform

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new FeatureOnlineStoreAdminService 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): FeatureOnlineStoreAdminService;

Creates new FeatureOnlineStoreAdminService 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
FeatureOnlineStoreAdminService

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

createFeatureOnlineStore(request, callback)

public createFeatureOnlineStore(request: google.cloud.aiplatform.v1.ICreateFeatureOnlineStoreRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.CreateFeatureOnlineStoreCallback): void;

Calls CreateFeatureOnlineStore.

Parameters
NameDescription
request ICreateFeatureOnlineStoreRequest

CreateFeatureOnlineStoreRequest message or plain object

callback CreateFeatureOnlineStoreCallback

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

Returns
TypeDescription
void

createFeatureOnlineStore(request)

public createFeatureOnlineStore(request: google.cloud.aiplatform.v1.ICreateFeatureOnlineStoreRequest): Promise<google.longrunning.Operation>;

Calls CreateFeatureOnlineStore.

Parameter
NameDescription
request ICreateFeatureOnlineStoreRequest

CreateFeatureOnlineStoreRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

createFeatureView(request, callback)

public createFeatureView(request: google.cloud.aiplatform.v1.ICreateFeatureViewRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.CreateFeatureViewCallback): void;

Calls CreateFeatureView.

Parameters
NameDescription
request ICreateFeatureViewRequest

CreateFeatureViewRequest message or plain object

callback CreateFeatureViewCallback

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

Returns
TypeDescription
void

createFeatureView(request)

public createFeatureView(request: google.cloud.aiplatform.v1.ICreateFeatureViewRequest): Promise<google.longrunning.Operation>;

Calls CreateFeatureView.

Parameter
NameDescription
request ICreateFeatureViewRequest

CreateFeatureViewRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

deleteFeatureOnlineStore(request, callback)

public deleteFeatureOnlineStore(request: google.cloud.aiplatform.v1.IDeleteFeatureOnlineStoreRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.DeleteFeatureOnlineStoreCallback): void;

Calls DeleteFeatureOnlineStore.

Parameters
NameDescription
request IDeleteFeatureOnlineStoreRequest

DeleteFeatureOnlineStoreRequest message or plain object

callback DeleteFeatureOnlineStoreCallback

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

Returns
TypeDescription
void

deleteFeatureOnlineStore(request)

public deleteFeatureOnlineStore(request: google.cloud.aiplatform.v1.IDeleteFeatureOnlineStoreRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeatureOnlineStore.

Parameter
NameDescription
request IDeleteFeatureOnlineStoreRequest

DeleteFeatureOnlineStoreRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

deleteFeatureView(request, callback)

public deleteFeatureView(request: google.cloud.aiplatform.v1.IDeleteFeatureViewRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.DeleteFeatureViewCallback): void;

Calls DeleteFeatureView.

Parameters
NameDescription
request IDeleteFeatureViewRequest

DeleteFeatureViewRequest message or plain object

callback DeleteFeatureViewCallback

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

Returns
TypeDescription
void

deleteFeatureView(request)

public deleteFeatureView(request: google.cloud.aiplatform.v1.IDeleteFeatureViewRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeatureView.

Parameter
NameDescription
request IDeleteFeatureViewRequest

DeleteFeatureViewRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

getFeatureOnlineStore(request, callback)

public getFeatureOnlineStore(request: google.cloud.aiplatform.v1.IGetFeatureOnlineStoreRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.GetFeatureOnlineStoreCallback): void;

Calls GetFeatureOnlineStore.

Parameters
NameDescription
request IGetFeatureOnlineStoreRequest

GetFeatureOnlineStoreRequest message or plain object

callback GetFeatureOnlineStoreCallback

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

Returns
TypeDescription
void

getFeatureOnlineStore(request)

public getFeatureOnlineStore(request: google.cloud.aiplatform.v1.IGetFeatureOnlineStoreRequest): Promise<google.cloud.aiplatform.v1.FeatureOnlineStore>;

Calls GetFeatureOnlineStore.

Parameter
NameDescription
request IGetFeatureOnlineStoreRequest

GetFeatureOnlineStoreRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.FeatureOnlineStore>

Promise

getFeatureView(request, callback)

public getFeatureView(request: google.cloud.aiplatform.v1.IGetFeatureViewRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.GetFeatureViewCallback): void;

Calls GetFeatureView.

Parameters
NameDescription
request IGetFeatureViewRequest

GetFeatureViewRequest message or plain object

callback GetFeatureViewCallback

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

Returns
TypeDescription
void

getFeatureView(request)

public getFeatureView(request: google.cloud.aiplatform.v1.IGetFeatureViewRequest): Promise<google.cloud.aiplatform.v1.FeatureView>;

Calls GetFeatureView.

Parameter
NameDescription
request IGetFeatureViewRequest

GetFeatureViewRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.FeatureView>

Promise

getFeatureViewSync(request, callback)

public getFeatureViewSync(request: google.cloud.aiplatform.v1.IGetFeatureViewSyncRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.GetFeatureViewSyncCallback): void;

Calls GetFeatureViewSync.

Parameters
NameDescription
request IGetFeatureViewSyncRequest

GetFeatureViewSyncRequest message or plain object

callback GetFeatureViewSyncCallback

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

Returns
TypeDescription
void

getFeatureViewSync(request)

public getFeatureViewSync(request: google.cloud.aiplatform.v1.IGetFeatureViewSyncRequest): Promise<google.cloud.aiplatform.v1.FeatureViewSync>;

Calls GetFeatureViewSync.

Parameter
NameDescription
request IGetFeatureViewSyncRequest

GetFeatureViewSyncRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.FeatureViewSync>

Promise

listFeatureOnlineStores(request, callback)

public listFeatureOnlineStores(request: google.cloud.aiplatform.v1.IListFeatureOnlineStoresRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureOnlineStoresCallback): void;

Calls ListFeatureOnlineStores.

Parameters
NameDescription
request IListFeatureOnlineStoresRequest

ListFeatureOnlineStoresRequest message or plain object

callback ListFeatureOnlineStoresCallback

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

Returns
TypeDescription
void

listFeatureOnlineStores(request)

public listFeatureOnlineStores(request: google.cloud.aiplatform.v1.IListFeatureOnlineStoresRequest): Promise<google.cloud.aiplatform.v1.ListFeatureOnlineStoresResponse>;

Calls ListFeatureOnlineStores.

Parameter
NameDescription
request IListFeatureOnlineStoresRequest

ListFeatureOnlineStoresRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.ListFeatureOnlineStoresResponse>

Promise

listFeatureViews(request, callback)

public listFeatureViews(request: google.cloud.aiplatform.v1.IListFeatureViewsRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViewsCallback): void;

Calls ListFeatureViews.

Parameters
NameDescription
request IListFeatureViewsRequest

ListFeatureViewsRequest message or plain object

callback ListFeatureViewsCallback

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

Returns
TypeDescription
void

listFeatureViews(request)

public listFeatureViews(request: google.cloud.aiplatform.v1.IListFeatureViewsRequest): Promise<google.cloud.aiplatform.v1.ListFeatureViewsResponse>;

Calls ListFeatureViews.

Parameter
NameDescription
request IListFeatureViewsRequest

ListFeatureViewsRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.ListFeatureViewsResponse>

Promise

listFeatureViewSyncs(request, callback)

public listFeatureViewSyncs(request: google.cloud.aiplatform.v1.IListFeatureViewSyncsRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureViewSyncsCallback): void;

Calls ListFeatureViewSyncs.

Parameters
NameDescription
request IListFeatureViewSyncsRequest

ListFeatureViewSyncsRequest message or plain object

callback ListFeatureViewSyncsCallback

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

Returns
TypeDescription
void

listFeatureViewSyncs(request)

public listFeatureViewSyncs(request: google.cloud.aiplatform.v1.IListFeatureViewSyncsRequest): Promise<google.cloud.aiplatform.v1.ListFeatureViewSyncsResponse>;

Calls ListFeatureViewSyncs.

Parameter
NameDescription
request IListFeatureViewSyncsRequest

ListFeatureViewSyncsRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.ListFeatureViewSyncsResponse>

Promise

syncFeatureView(request, callback)

public syncFeatureView(request: google.cloud.aiplatform.v1.ISyncFeatureViewRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.SyncFeatureViewCallback): void;

Calls SyncFeatureView.

Parameters
NameDescription
request ISyncFeatureViewRequest

SyncFeatureViewRequest message or plain object

callback SyncFeatureViewCallback

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

Returns
TypeDescription
void

syncFeatureView(request)

public syncFeatureView(request: google.cloud.aiplatform.v1.ISyncFeatureViewRequest): Promise<google.cloud.aiplatform.v1.SyncFeatureViewResponse>;

Calls SyncFeatureView.

Parameter
NameDescription
request ISyncFeatureViewRequest

SyncFeatureViewRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.aiplatform.v1.SyncFeatureViewResponse>

Promise

updateFeatureOnlineStore(request, callback)

public updateFeatureOnlineStore(request: google.cloud.aiplatform.v1.IUpdateFeatureOnlineStoreRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.UpdateFeatureOnlineStoreCallback): void;

Calls UpdateFeatureOnlineStore.

Parameters
NameDescription
request IUpdateFeatureOnlineStoreRequest

UpdateFeatureOnlineStoreRequest message or plain object

callback UpdateFeatureOnlineStoreCallback

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

Returns
TypeDescription
void

updateFeatureOnlineStore(request)

public updateFeatureOnlineStore(request: google.cloud.aiplatform.v1.IUpdateFeatureOnlineStoreRequest): Promise<google.longrunning.Operation>;

Calls UpdateFeatureOnlineStore.

Parameter
NameDescription
request IUpdateFeatureOnlineStoreRequest

UpdateFeatureOnlineStoreRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise

updateFeatureView(request, callback)

public updateFeatureView(request: google.cloud.aiplatform.v1.IUpdateFeatureViewRequest, callback: google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.UpdateFeatureViewCallback): void;

Calls UpdateFeatureView.

Parameters
NameDescription
request IUpdateFeatureViewRequest

UpdateFeatureViewRequest message or plain object

callback UpdateFeatureViewCallback

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

Returns
TypeDescription
void

updateFeatureView(request)

public updateFeatureView(request: google.cloud.aiplatform.v1.IUpdateFeatureViewRequest): Promise<google.longrunning.Operation>;

Calls UpdateFeatureView.

Parameter
NameDescription
request IUpdateFeatureViewRequest

UpdateFeatureViewRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise