- 3.10.0 (latest)
- 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 sealed class FeatureOnlineStoreAdminServiceClientImpl : FeatureOnlineStoreAdminServiceClient
Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStoreAdminServiceClientImpl.
FeatureOnlineStoreAdminService client wrapper implementation, for convenient use.
Inheritance
object > FeatureOnlineStoreAdminServiceClient > FeatureOnlineStoreAdminServiceClientImplNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Remarks
The service that handles CRUD and List for resources for FeatureOnlineStore.
Constructors
FeatureOnlineStoreAdminServiceClientImpl(FeatureOnlineStoreAdminServiceClient, FeatureOnlineStoreAdminServiceSettings, ILogger)
public FeatureOnlineStoreAdminServiceClientImpl(FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient grpcClient, FeatureOnlineStoreAdminServiceSettings settings, ILogger logger)
Constructs a client wrapper for the FeatureOnlineStoreAdminService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | FeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient The underlying gRPC client. |
settings | FeatureOnlineStoreAdminServiceSettings The base FeatureOnlineStoreAdminServiceSettings used within this client. |
logger | ILogger Optional ILogger to use within this client. |
Properties
CreateFeatureOnlineStoreOperationsClient
public override OperationsClient CreateFeatureOnlineStoreOperationsClient { get; }
The long-running operations client for CreateFeatureOnlineStore
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateFeatureViewOperationsClient
public override OperationsClient CreateFeatureViewOperationsClient { get; }
The long-running operations client for CreateFeatureView
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteFeatureOnlineStoreOperationsClient
public override OperationsClient DeleteFeatureOnlineStoreOperationsClient { get; }
The long-running operations client for DeleteFeatureOnlineStore
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteFeatureViewOperationsClient
public override OperationsClient DeleteFeatureViewOperationsClient { get; }
The long-running operations client for DeleteFeatureView
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override FeatureOnlineStoreAdminService.FeatureOnlineStoreAdminServiceClient GrpcClient { get; }
The underlying gRPC FeatureOnlineStoreAdminService client
Property Value | |
---|---|
Type | Description |
FeatureOnlineStoreAdminServiceFeatureOnlineStoreAdminServiceClient |
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }
The IAMPolicyClient associated with this client.
Property Value | |
---|---|
Type | Description |
IAMPolicyClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
UpdateFeatureOnlineStoreOperationsClient
public override OperationsClient UpdateFeatureOnlineStoreOperationsClient { get; }
The long-running operations client for UpdateFeatureOnlineStore
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateFeatureViewOperationsClient
public override OperationsClient UpdateFeatureViewOperationsClient { get; }
The long-running operations client for UpdateFeatureView
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest, CallSettings)
public override Operation<FeatureOnlineStore, CreateFeatureOnlineStoreOperationMetadata> CreateFeatureOnlineStore(CreateFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Creates a new FeatureOnlineStore in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationFeatureOnlineStoreCreateFeatureOnlineStoreOperationMetadata | The RPC response. |
CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest, CallSettings)
public override Task<Operation<FeatureOnlineStore, CreateFeatureOnlineStoreOperationMetadata>> CreateFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Creates a new FeatureOnlineStore in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationFeatureOnlineStoreCreateFeatureOnlineStoreOperationMetadata | A Task containing the RPC response. |
CreateFeatureView(CreateFeatureViewRequest, CallSettings)
public override Operation<FeatureView, CreateFeatureViewOperationMetadata> CreateFeatureView(CreateFeatureViewRequest request, CallSettings callSettings = null)
Creates a new FeatureView in a given FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | CreateFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationFeatureViewCreateFeatureViewOperationMetadata | The RPC response. |
CreateFeatureViewAsync(CreateFeatureViewRequest, CallSettings)
public override Task<Operation<FeatureView, CreateFeatureViewOperationMetadata>> CreateFeatureViewAsync(CreateFeatureViewRequest request, CallSettings callSettings = null)
Creates a new FeatureView in a given FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | CreateFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationFeatureViewCreateFeatureViewOperationMetadata | A Task containing the RPC response. |
DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.
Parameters | |
---|---|
Name | Description |
request | DeleteFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyDeleteOperationMetadata | The RPC response. |
DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.
Parameters | |
---|---|
Name | Description |
request | DeleteFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyDeleteOperationMetadata | A Task containing the RPC response. |
DeleteFeatureView(DeleteFeatureViewRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeleteFeatureView(DeleteFeatureViewRequest request, CallSettings callSettings = null)
Deletes a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | DeleteFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyDeleteOperationMetadata | The RPC response. |
DeleteFeatureViewAsync(DeleteFeatureViewRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteFeatureViewAsync(DeleteFeatureViewRequest request, CallSettings callSettings = null)
Deletes a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | DeleteFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyDeleteOperationMetadata | A Task containing the RPC response. |
GetFeatureOnlineStore(GetFeatureOnlineStoreRequest, CallSettings)
public override FeatureOnlineStore GetFeatureOnlineStore(GetFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Gets details of a single FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | GetFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore | The RPC response. |
GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest, CallSettings)
public override Task<FeatureOnlineStore> GetFeatureOnlineStoreAsync(GetFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Gets details of a single FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | GetFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFeatureOnlineStore | A Task containing the RPC response. |
GetFeatureView(GetFeatureViewRequest, CallSettings)
public override FeatureView GetFeatureView(GetFeatureViewRequest request, CallSettings callSettings = null)
Gets details of a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | GetFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FeatureView | The RPC response. |
GetFeatureViewAsync(GetFeatureViewRequest, CallSettings)
public override Task<FeatureView> GetFeatureViewAsync(GetFeatureViewRequest request, CallSettings callSettings = null)
Gets details of a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | GetFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFeatureView | A Task containing the RPC response. |
GetFeatureViewSync(GetFeatureViewSyncRequest, CallSettings)
public override FeatureViewSync GetFeatureViewSync(GetFeatureViewSyncRequest request, CallSettings callSettings = null)
Gets details of a single FeatureViewSync.
Parameters | |
---|---|
Name | Description |
request | GetFeatureViewSyncRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FeatureViewSync | The RPC response. |
GetFeatureViewSyncAsync(GetFeatureViewSyncRequest, CallSettings)
public override Task<FeatureViewSync> GetFeatureViewSyncAsync(GetFeatureViewSyncRequest request, CallSettings callSettings = null)
Gets details of a single FeatureViewSync.
Parameters | |
---|---|
Name | Description |
request | GetFeatureViewSyncRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFeatureViewSync | A Task containing the RPC response. |
ListFeatureOnlineStores(ListFeatureOnlineStoresRequest, CallSettings)
public override PagedEnumerable<ListFeatureOnlineStoresResponse, FeatureOnlineStore> ListFeatureOnlineStores(ListFeatureOnlineStoresRequest request, CallSettings callSettings = null)
Lists FeatureOnlineStores in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListFeatureOnlineStoresRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListFeatureOnlineStoresResponseFeatureOnlineStore | A pageable sequence of FeatureOnlineStore resources. |
ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest, CallSettings)
public override PagedAsyncEnumerable<ListFeatureOnlineStoresResponse, FeatureOnlineStore> ListFeatureOnlineStoresAsync(ListFeatureOnlineStoresRequest request, CallSettings callSettings = null)
Lists FeatureOnlineStores in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListFeatureOnlineStoresRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListFeatureOnlineStoresResponseFeatureOnlineStore | A pageable asynchronous sequence of FeatureOnlineStore resources. |
ListFeatureViewSyncs(ListFeatureViewSyncsRequest, CallSettings)
public override PagedEnumerable<ListFeatureViewSyncsResponse, FeatureViewSync> ListFeatureViewSyncs(ListFeatureViewSyncsRequest request, CallSettings callSettings = null)
Lists FeatureViewSyncs in a given FeatureView.
Parameters | |
---|---|
Name | Description |
request | ListFeatureViewSyncsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListFeatureViewSyncsResponseFeatureViewSync | A pageable sequence of FeatureViewSync resources. |
ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest, CallSettings)
public override PagedAsyncEnumerable<ListFeatureViewSyncsResponse, FeatureViewSync> ListFeatureViewSyncsAsync(ListFeatureViewSyncsRequest request, CallSettings callSettings = null)
Lists FeatureViewSyncs in a given FeatureView.
Parameters | |
---|---|
Name | Description |
request | ListFeatureViewSyncsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListFeatureViewSyncsResponseFeatureViewSync | A pageable asynchronous sequence of FeatureViewSync resources. |
ListFeatureViews(ListFeatureViewsRequest, CallSettings)
public override PagedEnumerable<ListFeatureViewsResponse, FeatureView> ListFeatureViews(ListFeatureViewsRequest request, CallSettings callSettings = null)
Lists FeatureViews in a given FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | ListFeatureViewsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListFeatureViewsResponseFeatureView | A pageable sequence of FeatureView resources. |
ListFeatureViewsAsync(ListFeatureViewsRequest, CallSettings)
public override PagedAsyncEnumerable<ListFeatureViewsResponse, FeatureView> ListFeatureViewsAsync(ListFeatureViewsRequest request, CallSettings callSettings = null)
Lists FeatureViews in a given FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | ListFeatureViewsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListFeatureViewsResponseFeatureView | A pageable asynchronous sequence of FeatureView resources. |
SyncFeatureView(SyncFeatureViewRequest, CallSettings)
public override SyncFeatureViewResponse SyncFeatureView(SyncFeatureViewRequest request, CallSettings callSettings = null)
Triggers on-demand sync for the FeatureView.
Parameters | |
---|---|
Name | Description |
request | SyncFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
SyncFeatureViewResponse | The RPC response. |
SyncFeatureViewAsync(SyncFeatureViewRequest, CallSettings)
public override Task<SyncFeatureViewResponse> SyncFeatureViewAsync(SyncFeatureViewRequest request, CallSettings callSettings = null)
Triggers on-demand sync for the FeatureView.
Parameters | |
---|---|
Name | Description |
request | SyncFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSyncFeatureViewResponse | A Task containing the RPC response. |
UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest, CallSettings)
public override Operation<FeatureOnlineStore, UpdateFeatureOnlineStoreOperationMetadata> UpdateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Updates the parameters of a single FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | UpdateFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationFeatureOnlineStoreUpdateFeatureOnlineStoreOperationMetadata | The RPC response. |
UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest, CallSettings)
public override Task<Operation<FeatureOnlineStore, UpdateFeatureOnlineStoreOperationMetadata>> UpdateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request, CallSettings callSettings = null)
Updates the parameters of a single FeatureOnlineStore.
Parameters | |
---|---|
Name | Description |
request | UpdateFeatureOnlineStoreRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationFeatureOnlineStoreUpdateFeatureOnlineStoreOperationMetadata | A Task containing the RPC response. |
UpdateFeatureView(UpdateFeatureViewRequest, CallSettings)
public override Operation<FeatureView, UpdateFeatureViewOperationMetadata> UpdateFeatureView(UpdateFeatureViewRequest request, CallSettings callSettings = null)
Updates the parameters of a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | UpdateFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationFeatureViewUpdateFeatureViewOperationMetadata | The RPC response. |
UpdateFeatureViewAsync(UpdateFeatureViewRequest, CallSettings)
public override Task<Operation<FeatureView, UpdateFeatureViewOperationMetadata>> UpdateFeatureViewAsync(UpdateFeatureViewRequest request, CallSettings callSettings = null)
Updates the parameters of a single FeatureView.
Parameters | |
---|---|
Name | Description |
request | UpdateFeatureViewRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationFeatureViewUpdateFeatureViewOperationMetadata | A Task containing the RPC response. |