Cloud AI Platform v1 API - Class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient (2.28.0)

public class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient : ClientBase<FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient.

Client for FeatureOnlineStoreAdminService

Inheritance

object > ClientBase > ClientBaseFeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient > FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureOnlineStoreAdminServiceClient()

protected FeatureOnlineStoreAdminServiceClient()

Protected parameterless constructor to allow creation of test doubles.

FeatureOnlineStoreAdminServiceClient(CallInvoker)

public FeatureOnlineStoreAdminServiceClient(CallInvoker callInvoker)

Creates a new client for FeatureOnlineStoreAdminService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

FeatureOnlineStoreAdminServiceClient(ChannelBase)

public FeatureOnlineStoreAdminServiceClient(ChannelBase channel)

Creates a new client for FeatureOnlineStoreAdminService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

FeatureOnlineStoreAdminServiceClient(ClientBaseConfiguration)

protected FeatureOnlineStoreAdminServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest, CallOptions)

public virtual Operation CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest request, CallOptions options)

Creates a new FeatureOnlineStore in a given project and location.

Parameters
Name Description
request CreateFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FeatureOnlineStore in a given project and location.

Parameters
Name Description
request CreateFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request, CallOptions options)

Creates a new FeatureOnlineStore in a given project and location.

Parameters
Name Description
request CreateFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FeatureOnlineStore in a given project and location.

Parameters
Name Description
request CreateFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFeatureView(CreateFeatureViewRequest, CallOptions)

public virtual Operation CreateFeatureView(CreateFeatureViewRequest request, CallOptions options)

Creates a new FeatureView in a given FeatureOnlineStore.

Parameters
Name Description
request CreateFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeatureView(CreateFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateFeatureView(CreateFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FeatureView in a given FeatureOnlineStore.

Parameters
Name Description
request CreateFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeatureViewAsync(CreateFeatureViewRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFeatureViewAsync(CreateFeatureViewRequest request, CallOptions options)

Creates a new FeatureView in a given FeatureOnlineStore.

Parameters
Name Description
request CreateFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFeatureViewAsync(CreateFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateFeatureViewAsync(CreateFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FeatureView in a given FeatureOnlineStore.

Parameters
Name Description
request CreateFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest, CallOptions)

public virtual Operation DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest request, CallOptions options)

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

Parameters
Name Description
request DeleteFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

Parameters
Name Description
request DeleteFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request, CallOptions options)

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

Parameters
Name Description
request DeleteFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

Parameters
Name Description
request DeleteFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFeatureView(DeleteFeatureViewRequest, CallOptions)

public virtual Operation DeleteFeatureView(DeleteFeatureViewRequest request, CallOptions options)

Deletes a single FeatureView.

Parameters
Name Description
request DeleteFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeatureView(DeleteFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteFeatureView(DeleteFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FeatureView.

Parameters
Name Description
request DeleteFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeatureViewAsync(DeleteFeatureViewRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFeatureViewAsync(DeleteFeatureViewRequest request, CallOptions options)

Deletes a single FeatureView.

Parameters
Name Description
request DeleteFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFeatureViewAsync(DeleteFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteFeatureViewAsync(DeleteFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FeatureView.

Parameters
Name Description
request DeleteFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetFeatureOnlineStore(GetFeatureOnlineStoreRequest, CallOptions)

public virtual FeatureOnlineStore GetFeatureOnlineStore(GetFeatureOnlineStoreRequest request, CallOptions options)

Gets details of a single FeatureOnlineStore.

Parameters
Name Description
request GetFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeatureOnlineStore

The response received from the server.

GetFeatureOnlineStore(GetFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual FeatureOnlineStore GetFeatureOnlineStore(GetFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureOnlineStore.

Parameters
Name Description
request GetFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FeatureOnlineStore

The response received from the server.

GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest, CallOptions)

public virtual AsyncUnaryCall<FeatureOnlineStore> GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest request, CallOptions options)

Gets details of a single FeatureOnlineStore.

Parameters
Name Description
request GetFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeatureOnlineStore

The call object.

GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeatureOnlineStore> GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureOnlineStore.

Parameters
Name Description
request GetFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFeatureOnlineStore

The call object.

GetFeatureView(GetFeatureViewRequest, CallOptions)

public virtual FeatureView GetFeatureView(GetFeatureViewRequest request, CallOptions options)

Gets details of a single FeatureView.

Parameters
Name Description
request GetFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeatureView

The response received from the server.

GetFeatureView(GetFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual FeatureView GetFeatureView(GetFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureView.

Parameters
Name Description
request GetFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FeatureView

The response received from the server.

GetFeatureViewAsync(GetFeatureViewRequest, CallOptions)

public virtual AsyncUnaryCall<FeatureView> GetFeatureViewAsync(GetFeatureViewRequest request, CallOptions options)

Gets details of a single FeatureView.

Parameters
Name Description
request GetFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeatureView

The call object.

GetFeatureViewAsync(GetFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeatureView> GetFeatureViewAsync(GetFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureView.

Parameters
Name Description
request GetFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFeatureView

The call object.

GetFeatureViewSync(GetFeatureViewSyncRequest, CallOptions)

public virtual FeatureViewSync GetFeatureViewSync(GetFeatureViewSyncRequest request, CallOptions options)

Gets details of a single FeatureViewSync.

Parameters
Name Description
request GetFeatureViewSyncRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeatureViewSync

The response received from the server.

GetFeatureViewSync(GetFeatureViewSyncRequest, Metadata, DateTime?, CancellationToken)

public virtual FeatureViewSync GetFeatureViewSync(GetFeatureViewSyncRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureViewSync.

Parameters
Name Description
request GetFeatureViewSyncRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FeatureViewSync

The response received from the server.

GetFeatureViewSyncAsync(GetFeatureViewSyncRequest, CallOptions)

public virtual AsyncUnaryCall<FeatureViewSync> GetFeatureViewSyncAsync(GetFeatureViewSyncRequest request, CallOptions options)

Gets details of a single FeatureViewSync.

Parameters
Name Description
request GetFeatureViewSyncRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeatureViewSync

The call object.

GetFeatureViewSyncAsync(GetFeatureViewSyncRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeatureViewSync> GetFeatureViewSyncAsync(GetFeatureViewSyncRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FeatureViewSync.

Parameters
Name Description
request GetFeatureViewSyncRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFeatureViewSync

The call object.

ListFeatureOnlineStores(ListFeatureOnlineStoresRequest, CallOptions)

public virtual ListFeatureOnlineStoresResponse ListFeatureOnlineStores(ListFeatureOnlineStoresRequest request, CallOptions options)

Lists FeatureOnlineStores in a given project and location.

Parameters
Name Description
request ListFeatureOnlineStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFeatureOnlineStoresResponse

The response received from the server.

ListFeatureOnlineStores(ListFeatureOnlineStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFeatureOnlineStoresResponse ListFeatureOnlineStores(ListFeatureOnlineStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureOnlineStores in a given project and location.

Parameters
Name Description
request ListFeatureOnlineStoresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFeatureOnlineStoresResponse

The response received from the server.

ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest, CallOptions)

public virtual AsyncUnaryCall<ListFeatureOnlineStoresResponse> ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest request, CallOptions options)

Lists FeatureOnlineStores in a given project and location.

Parameters
Name Description
request ListFeatureOnlineStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFeatureOnlineStoresResponse

The call object.

ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFeatureOnlineStoresResponse> ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureOnlineStores in a given project and location.

Parameters
Name Description
request ListFeatureOnlineStoresRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFeatureOnlineStoresResponse

The call object.

ListFeatureViewSyncs(ListFeatureViewSyncsRequest, CallOptions)

public virtual ListFeatureViewSyncsResponse ListFeatureViewSyncs(ListFeatureViewSyncsRequest request, CallOptions options)

Lists FeatureViewSyncs in a given FeatureView.

Parameters
Name Description
request ListFeatureViewSyncsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFeatureViewSyncsResponse

The response received from the server.

ListFeatureViewSyncs(ListFeatureViewSyncsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFeatureViewSyncsResponse ListFeatureViewSyncs(ListFeatureViewSyncsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureViewSyncs in a given FeatureView.

Parameters
Name Description
request ListFeatureViewSyncsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFeatureViewSyncsResponse

The response received from the server.

ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest, CallOptions)

public virtual AsyncUnaryCall<ListFeatureViewSyncsResponse> ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest request, CallOptions options)

Lists FeatureViewSyncs in a given FeatureView.

Parameters
Name Description
request ListFeatureViewSyncsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFeatureViewSyncsResponse

The call object.

ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFeatureViewSyncsResponse> ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureViewSyncs in a given FeatureView.

Parameters
Name Description
request ListFeatureViewSyncsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFeatureViewSyncsResponse

The call object.

ListFeatureViews(ListFeatureViewsRequest, CallOptions)

public virtual ListFeatureViewsResponse ListFeatureViews(ListFeatureViewsRequest request, CallOptions options)

Lists FeatureViews in a given FeatureOnlineStore.

Parameters
Name Description
request ListFeatureViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFeatureViewsResponse

The response received from the server.

ListFeatureViews(ListFeatureViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFeatureViewsResponse ListFeatureViews(ListFeatureViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureViews in a given FeatureOnlineStore.

Parameters
Name Description
request ListFeatureViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFeatureViewsResponse

The response received from the server.

ListFeatureViewsAsync(ListFeatureViewsRequest, CallOptions)

public virtual AsyncUnaryCall<ListFeatureViewsResponse> ListFeatureViewsAsync(ListFeatureViewsRequest request, CallOptions options)

Lists FeatureViews in a given FeatureOnlineStore.

Parameters
Name Description
request ListFeatureViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFeatureViewsResponse

The call object.

ListFeatureViewsAsync(ListFeatureViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFeatureViewsResponse> ListFeatureViewsAsync(ListFeatureViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FeatureViews in a given FeatureOnlineStore.

Parameters
Name Description
request ListFeatureViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFeatureViewsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
FeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient
Overrides

SyncFeatureView(SyncFeatureViewRequest, CallOptions)

public virtual SyncFeatureViewResponse SyncFeatureView(SyncFeatureViewRequest request, CallOptions options)

Triggers on-demand sync for the FeatureView.

Parameters
Name Description
request SyncFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
SyncFeatureViewResponse

The response received from the server.

SyncFeatureView(SyncFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual SyncFeatureViewResponse SyncFeatureView(SyncFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Triggers on-demand sync for the FeatureView.

Parameters
Name Description
request SyncFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
SyncFeatureViewResponse

The response received from the server.

SyncFeatureViewAsync(SyncFeatureViewRequest, CallOptions)

public virtual AsyncUnaryCall<SyncFeatureViewResponse> SyncFeatureViewAsync(SyncFeatureViewRequest request, CallOptions options)

Triggers on-demand sync for the FeatureView.

Parameters
Name Description
request SyncFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSyncFeatureViewResponse

The call object.

SyncFeatureViewAsync(SyncFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SyncFeatureViewResponse> SyncFeatureViewAsync(SyncFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Triggers on-demand sync for the FeatureView.

Parameters
Name Description
request SyncFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallSyncFeatureViewResponse

The call object.

UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest, CallOptions)

public virtual Operation UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request, CallOptions options)

Updates the parameters of a single FeatureOnlineStore.

Parameters
Name Description
request UpdateFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FeatureOnlineStore.

Parameters
Name Description
request UpdateFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request, CallOptions options)

Updates the parameters of a single FeatureOnlineStore.

Parameters
Name Description
request UpdateFeatureOnlineStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FeatureOnlineStore.

Parameters
Name Description
request UpdateFeatureOnlineStoreRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFeatureView(UpdateFeatureViewRequest, CallOptions)

public virtual Operation UpdateFeatureView(UpdateFeatureViewRequest request, CallOptions options)

Updates the parameters of a single FeatureView.

Parameters
Name Description
request UpdateFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeatureView(UpdateFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateFeatureView(UpdateFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FeatureView.

Parameters
Name Description
request UpdateFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeatureViewAsync(UpdateFeatureViewRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFeatureViewAsync(UpdateFeatureViewRequest request, CallOptions options)

Updates the parameters of a single FeatureView.

Parameters
Name Description
request UpdateFeatureViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFeatureViewAsync(UpdateFeatureViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateFeatureViewAsync(UpdateFeatureViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FeatureView.

Parameters
Name Description
request UpdateFeatureViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.