- 3.54.0 (latest)
 - 3.53.0
 - 3.52.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.27.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.0
 - 3.1.0
 - 3.0.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.0
 - 2.2.0
 - 2.1.0
 - 2.0.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.0
 - 1.2.0
 - 1.1.0
 - 1.0.0
 
public class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient : ClientBase<FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient>Reference documentation and code samples for the Vertex AI v1 API class FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient.
Client for FeatureOnlineStoreAdminService
Inheritance
object > ClientBase > ClientBaseFeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient > FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
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 | 
        CallInvokerThe callInvoker to use to make remote calls.  | 
      
FeatureOnlineStoreAdminServiceClient(ChannelBase)
public FeatureOnlineStoreAdminServiceClient(ChannelBase channel)Creates a new client for FeatureOnlineStoreAdminService
| Parameter | |
|---|---|
| Name | Description | 
channel | 
        ChannelBaseThe 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 | 
        ClientBaseClientBaseConfigurationThe 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 | 
        CreateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        CreateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        CreateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        CreateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        CreateFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        CreateFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        CreateFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        CreateFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        DeleteFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        DeleteFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        DeleteFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        DeleteFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        DeleteFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        DeleteFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        DeleteFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        DeleteFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureViewSyncRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureViewSyncRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        GetFeatureViewSyncRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        GetFeatureViewSyncRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureOnlineStoresRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureOnlineStoresRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureOnlineStoresRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureOnlineStoresRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureViewSyncsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureViewSyncsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureViewSyncsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureViewSyncsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureViewsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureViewsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        ListFeatureViewsRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        ListFeatureViewsRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        |
SyncFeatureView(SyncFeatureViewRequest, CallOptions)
public virtual SyncFeatureViewResponse SyncFeatureView(SyncFeatureViewRequest request, CallOptions options)Triggers on-demand sync for the FeatureView.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SyncFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        SyncFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        SyncFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        SyncFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        UpdateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        UpdateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        UpdateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        UpdateFeatureOnlineStoreRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        UpdateFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        UpdateFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn 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 | 
        UpdateFeatureViewRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe 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 | 
        UpdateFeatureViewRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCallOperation | 
        The call object.  |