Cloud AI Platform v1 API - Class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient (2.27.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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

FeatureOnlineStoreAdminServiceClient(ChannelBase)

public FeatureOnlineStoreAdminServiceClient(ChannelBase channel)

Creates a new client for FeatureOnlineStoreAdminService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

FeatureOnlineStoreAdminServiceClient(ClientBaseConfiguration)

protected FeatureOnlineStoreAdminServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

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
NameDescription
requestCreateFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateFeatureView(CreateFeatureViewRequest, CallOptions)

public virtual Operation CreateFeatureView(CreateFeatureViewRequest request, CallOptions options)

Creates a new FeatureView in a given FeatureOnlineStore.

Parameters
NameDescription
requestCreateFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
requestDeleteFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteFeatureView(DeleteFeatureViewRequest, CallOptions)

public virtual Operation DeleteFeatureView(DeleteFeatureViewRequest request, CallOptions options)

Deletes a single FeatureView.

Parameters
NameDescription
requestDeleteFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteFeatureViewAsync(DeleteFeatureViewRequest, CallOptions)

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

Deletes a single FeatureView.

Parameters
NameDescription
requestDeleteFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetFeatureOnlineStore(GetFeatureOnlineStoreRequest, CallOptions)

public virtual FeatureOnlineStore GetFeatureOnlineStore(GetFeatureOnlineStoreRequest request, CallOptions options)

Gets details of a single FeatureOnlineStore.

Parameters
NameDescription
requestGetFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFeatureOnlineStore

The call object.

GetFeatureView(GetFeatureViewRequest, CallOptions)

public virtual FeatureView GetFeatureView(GetFeatureViewRequest request, CallOptions options)

Gets details of a single FeatureView.

Parameters
NameDescription
requestGetFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFeatureView

The call object.

GetFeatureViewSync(GetFeatureViewSyncRequest, CallOptions)

public virtual FeatureViewSync GetFeatureViewSync(GetFeatureViewSyncRequest request, CallOptions options)

Gets details of a single FeatureViewSync.

Parameters
NameDescription
requestGetFeatureViewSyncRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewSyncRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewSyncRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetFeatureViewSyncRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFeatureViewSync

The call object.

ListFeatureOnlineStores(ListFeatureOnlineStoresRequest, CallOptions)

public virtual ListFeatureOnlineStoresResponse ListFeatureOnlineStores(ListFeatureOnlineStoresRequest request, CallOptions options)

Lists FeatureOnlineStores in a given project and location.

Parameters
NameDescription
requestListFeatureOnlineStoresRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureOnlineStoresRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureOnlineStoresRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureOnlineStoresRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListFeatureOnlineStoresResponse

The call object.

ListFeatureViewSyncs(ListFeatureViewSyncsRequest, CallOptions)

public virtual ListFeatureViewSyncsResponse ListFeatureViewSyncs(ListFeatureViewSyncsRequest request, CallOptions options)

Lists FeatureViewSyncs in a given FeatureView.

Parameters
NameDescription
requestListFeatureViewSyncsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewSyncsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewSyncsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewSyncsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListFeatureViewSyncsResponse

The call object.

ListFeatureViews(ListFeatureViewsRequest, CallOptions)

public virtual ListFeatureViewsResponse ListFeatureViews(ListFeatureViewsRequest request, CallOptions options)

Lists FeatureViews in a given FeatureOnlineStore.

Parameters
NameDescription
requestListFeatureViewsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListFeatureViewsRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListFeatureViewsResponse

The call object.

NewInstance(ClientBaseConfiguration)

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

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
FeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient
Overrides

SyncFeatureView(SyncFeatureViewRequest, CallOptions)

public virtual SyncFeatureViewResponse SyncFeatureView(SyncFeatureViewRequest request, CallOptions options)

Triggers on-demand sync for the FeatureView.

Parameters
NameDescription
requestSyncFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestSyncFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestSyncFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestSyncFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSyncFeatureViewResponse

The call object.

UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest, CallOptions)

public virtual Operation UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request, CallOptions options)

Updates the parameters of a single FeatureOnlineStore.

Parameters
NameDescription
requestUpdateFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureOnlineStoreRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureOnlineStoreRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateFeatureView(UpdateFeatureViewRequest, CallOptions)

public virtual Operation UpdateFeatureView(UpdateFeatureViewRequest request, CallOptions options)

Updates the parameters of a single FeatureView.

Parameters
NameDescription
requestUpdateFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureViewRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateFeatureViewRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.