public class FeatureRegistryService.FeatureRegistryServiceClient : ClientBase<FeatureRegistryService.FeatureRegistryServiceClient>Reference documentation and code samples for the Vertex AI v1beta1 API class FeatureRegistryService.FeatureRegistryServiceClient.
Client for FeatureRegistryService
Inheritance
object > ClientBase > ClientBaseFeatureRegistryServiceFeatureRegistryServiceClient > FeatureRegistryService.FeatureRegistryServiceClientNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureRegistryServiceClient()
protected FeatureRegistryServiceClient()Protected parameterless constructor to allow creation of test doubles.
FeatureRegistryServiceClient(CallInvoker)
public FeatureRegistryServiceClient(CallInvoker callInvoker)Creates a new client for FeatureRegistryService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
| callInvoker | CallInvokerThe callInvoker to use to make remote calls. | 
FeatureRegistryServiceClient(ChannelBase)
public FeatureRegistryServiceClient(ChannelBase channel)Creates a new client for FeatureRegistryService
| Parameter | |
|---|---|
| Name | Description | 
| channel | ChannelBaseThe channel to use to make remote calls. | 
FeatureRegistryServiceClient(ClientBaseConfiguration)
protected FeatureRegistryServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBaseClientBaseConfigurationThe client configuration. | 
Methods
BatchCreateFeatures(BatchCreateFeaturesRequest, CallOptions)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, CallOptions options)Creates a batch of Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchCreateFeaturesRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
BatchCreateFeatures(BatchCreateFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a batch of Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchCreateFeaturesRequestThe 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. | 
BatchCreateFeaturesAsync(BatchCreateFeaturesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchCreateFeaturesAsync(BatchCreateFeaturesRequest request, CallOptions options)Creates a batch of Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchCreateFeaturesRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
BatchCreateFeaturesAsync(BatchCreateFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchCreateFeaturesAsync(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a batch of Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchCreateFeaturesRequestThe 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. | 
CreateFeature(CreateFeatureRequest, CallOptions)
public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)Creates a new Feature in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
CreateFeature(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFeature(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Feature in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureRequestThe 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. | 
CreateFeatureAsync(CreateFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, CallOptions options)Creates a new Feature in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
CreateFeatureAsync(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new Feature in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureRequestThe 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. | 
CreateFeatureGroup(CreateFeatureGroupRequest, CallOptions)
public virtual Operation CreateFeatureGroup(CreateFeatureGroupRequest request, CallOptions options)Creates a new FeatureGroup in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
CreateFeatureGroup(CreateFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFeatureGroup(CreateFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FeatureGroup in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureGroupRequestThe 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. | 
CreateFeatureGroupAsync(CreateFeatureGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFeatureGroupAsync(CreateFeatureGroupRequest request, CallOptions options)Creates a new FeatureGroup in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
CreateFeatureGroupAsync(CreateFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeatureGroupAsync(CreateFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FeatureGroup in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureGroupRequestThe 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. | 
CreateFeatureMonitor(CreateFeatureMonitorRequest, CallOptions)
public virtual Operation CreateFeatureMonitor(CreateFeatureMonitorRequest request, CallOptions options)Creates a new FeatureMonitor in a given project, location and FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
CreateFeatureMonitor(CreateFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFeatureMonitor(CreateFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FeatureMonitor in a given project, location and FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorRequestThe 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. | 
CreateFeatureMonitorAsync(CreateFeatureMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFeatureMonitorAsync(CreateFeatureMonitorRequest request, CallOptions options)Creates a new FeatureMonitor in a given project, location and FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
CreateFeatureMonitorAsync(CreateFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeatureMonitorAsync(CreateFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new FeatureMonitor in a given project, location and FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorRequestThe 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. | 
CreateFeatureMonitorJob(CreateFeatureMonitorJobRequest, CallOptions)
public virtual FeatureMonitorJob CreateFeatureMonitorJob(CreateFeatureMonitorJobRequest request, CallOptions options)Creates a new feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorJobRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureMonitorJob | The response received from the server. | 
CreateFeatureMonitorJob(CreateFeatureMonitorJobRequest, Metadata, DateTime?, CancellationToken)
public virtual FeatureMonitorJob CreateFeatureMonitorJob(CreateFeatureMonitorJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorJobRequestThe 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 | 
| FeatureMonitorJob | The response received from the server. | 
CreateFeatureMonitorJobAsync(CreateFeatureMonitorJobRequest, CallOptions)
public virtual AsyncUnaryCall<FeatureMonitorJob> CreateFeatureMonitorJobAsync(CreateFeatureMonitorJobRequest request, CallOptions options)Creates a new feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorJobRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallFeatureMonitorJob | The call object. | 
CreateFeatureMonitorJobAsync(CreateFeatureMonitorJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FeatureMonitorJob> CreateFeatureMonitorJobAsync(CreateFeatureMonitorJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateFeatureMonitorJobRequestThe 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 | 
| AsyncUnaryCallFeatureMonitorJob | 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. | 
DeleteFeature(DeleteFeatureRequest, CallOptions)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)Deletes a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
DeleteFeature(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureRequestThe 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. | 
DeleteFeatureAsync(DeleteFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, CallOptions options)Deletes a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
DeleteFeatureAsync(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureRequestThe 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. | 
DeleteFeatureGroup(DeleteFeatureGroupRequest, CallOptions)
public virtual Operation DeleteFeatureGroup(DeleteFeatureGroupRequest request, CallOptions options)Deletes a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
DeleteFeatureGroup(DeleteFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeatureGroup(DeleteFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureGroupRequestThe 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. | 
DeleteFeatureGroupAsync(DeleteFeatureGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeatureGroupAsync(DeleteFeatureGroupRequest request, CallOptions options)Deletes a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
DeleteFeatureGroupAsync(DeleteFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureGroupAsync(DeleteFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureGroupRequestThe 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. | 
DeleteFeatureMonitor(DeleteFeatureMonitorRequest, CallOptions)
public virtual Operation DeleteFeatureMonitor(DeleteFeatureMonitorRequest request, CallOptions options)Deletes a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
DeleteFeatureMonitor(DeleteFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeatureMonitor(DeleteFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureMonitorRequestThe 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. | 
DeleteFeatureMonitorAsync(DeleteFeatureMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeatureMonitorAsync(DeleteFeatureMonitorRequest request, CallOptions options)Deletes a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
DeleteFeatureMonitorAsync(DeleteFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureMonitorAsync(DeleteFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteFeatureMonitorRequestThe 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. | 
GetFeature(GetFeatureRequest, CallOptions)
public virtual Feature GetFeature(GetFeatureRequest request, CallOptions options)Gets details of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Feature | The response received from the server. | 
GetFeature(GetFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Feature GetFeature(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureRequestThe 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 | 
| Feature | The response received from the server. | 
GetFeatureAsync(GetFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, CallOptions options)Gets details of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallFeature | The call object. | 
GetFeatureAsync(GetFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureRequestThe 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 | 
| AsyncUnaryCallFeature | The call object. | 
GetFeatureGroup(GetFeatureGroupRequest, CallOptions)
public virtual FeatureGroup GetFeatureGroup(GetFeatureGroupRequest request, CallOptions options)Gets details of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureGroup | The response received from the server. | 
GetFeatureGroup(GetFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual FeatureGroup GetFeatureGroup(GetFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureGroupRequestThe 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 | 
| FeatureGroup | The response received from the server. | 
GetFeatureGroupAsync(GetFeatureGroupRequest, CallOptions)
public virtual AsyncUnaryCall<FeatureGroup> GetFeatureGroupAsync(GetFeatureGroupRequest request, CallOptions options)Gets details of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallFeatureGroup | The call object. | 
GetFeatureGroupAsync(GetFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FeatureGroup> GetFeatureGroupAsync(GetFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureGroupRequestThe 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 | 
| AsyncUnaryCallFeatureGroup | The call object. | 
GetFeatureMonitor(GetFeatureMonitorRequest, CallOptions)
public virtual FeatureMonitor GetFeatureMonitor(GetFeatureMonitorRequest request, CallOptions options)Gets details of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureMonitor | The response received from the server. | 
GetFeatureMonitor(GetFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual FeatureMonitor GetFeatureMonitor(GetFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorRequestThe 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 | 
| FeatureMonitor | The response received from the server. | 
GetFeatureMonitorAsync(GetFeatureMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<FeatureMonitor> GetFeatureMonitorAsync(GetFeatureMonitorRequest request, CallOptions options)Gets details of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallFeatureMonitor | The call object. | 
GetFeatureMonitorAsync(GetFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FeatureMonitor> GetFeatureMonitorAsync(GetFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets details of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorRequestThe 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 | 
| AsyncUnaryCallFeatureMonitor | The call object. | 
GetFeatureMonitorJob(GetFeatureMonitorJobRequest, CallOptions)
public virtual FeatureMonitorJob GetFeatureMonitorJob(GetFeatureMonitorJobRequest request, CallOptions options)Get a feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorJobRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureMonitorJob | The response received from the server. | 
GetFeatureMonitorJob(GetFeatureMonitorJobRequest, Metadata, DateTime?, CancellationToken)
public virtual FeatureMonitorJob GetFeatureMonitorJob(GetFeatureMonitorJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorJobRequestThe 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 | 
| FeatureMonitorJob | The response received from the server. | 
GetFeatureMonitorJobAsync(GetFeatureMonitorJobRequest, CallOptions)
public virtual AsyncUnaryCall<FeatureMonitorJob> GetFeatureMonitorJobAsync(GetFeatureMonitorJobRequest request, CallOptions options)Get a feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorJobRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallFeatureMonitorJob | The call object. | 
GetFeatureMonitorJobAsync(GetFeatureMonitorJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<FeatureMonitorJob> GetFeatureMonitorJobAsync(GetFeatureMonitorJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a feature monitor job.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetFeatureMonitorJobRequestThe 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 | 
| AsyncUnaryCallFeatureMonitorJob | The call object. | 
ListFeatureGroups(ListFeatureGroupsRequest, CallOptions)
public virtual ListFeatureGroupsResponse ListFeatureGroups(ListFeatureGroupsRequest request, CallOptions options)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureGroupsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListFeatureGroupsResponse | The response received from the server. | 
ListFeatureGroups(ListFeatureGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeatureGroupsResponse ListFeatureGroups(ListFeatureGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureGroupsRequestThe 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 | 
| ListFeatureGroupsResponse | The response received from the server. | 
ListFeatureGroupsAsync(ListFeatureGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeatureGroupsResponse> ListFeatureGroupsAsync(ListFeatureGroupsRequest request, CallOptions options)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureGroupsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallListFeatureGroupsResponse | The call object. | 
ListFeatureGroupsAsync(ListFeatureGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeatureGroupsResponse> ListFeatureGroupsAsync(ListFeatureGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureGroupsRequestThe 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 | 
| AsyncUnaryCallListFeatureGroupsResponse | The call object. | 
ListFeatureMonitorJobs(ListFeatureMonitorJobsRequest, CallOptions)
public virtual ListFeatureMonitorJobsResponse ListFeatureMonitorJobs(ListFeatureMonitorJobsRequest request, CallOptions options)List feature monitor jobs.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorJobsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListFeatureMonitorJobsResponse | The response received from the server. | 
ListFeatureMonitorJobs(ListFeatureMonitorJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeatureMonitorJobsResponse ListFeatureMonitorJobs(ListFeatureMonitorJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List feature monitor jobs.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorJobsRequestThe 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 | 
| ListFeatureMonitorJobsResponse | The response received from the server. | 
ListFeatureMonitorJobsAsync(ListFeatureMonitorJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeatureMonitorJobsResponse> ListFeatureMonitorJobsAsync(ListFeatureMonitorJobsRequest request, CallOptions options)List feature monitor jobs.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorJobsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallListFeatureMonitorJobsResponse | The call object. | 
ListFeatureMonitorJobsAsync(ListFeatureMonitorJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeatureMonitorJobsResponse> ListFeatureMonitorJobsAsync(ListFeatureMonitorJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List feature monitor jobs.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorJobsRequestThe 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 | 
| AsyncUnaryCallListFeatureMonitorJobsResponse | The call object. | 
ListFeatureMonitors(ListFeatureMonitorsRequest, CallOptions)
public virtual ListFeatureMonitorsResponse ListFeatureMonitors(ListFeatureMonitorsRequest request, CallOptions options)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListFeatureMonitorsResponse | The response received from the server. | 
ListFeatureMonitors(ListFeatureMonitorsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeatureMonitorsResponse ListFeatureMonitors(ListFeatureMonitorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorsRequestThe 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 | 
| ListFeatureMonitorsResponse | The response received from the server. | 
ListFeatureMonitorsAsync(ListFeatureMonitorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeatureMonitorsResponse> ListFeatureMonitorsAsync(ListFeatureMonitorsRequest request, CallOptions options)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallListFeatureMonitorsResponse | The call object. | 
ListFeatureMonitorsAsync(ListFeatureMonitorsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeatureMonitorsResponse> ListFeatureMonitorsAsync(ListFeatureMonitorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists FeatureGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeatureMonitorsRequestThe 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 | 
| AsyncUnaryCallListFeatureMonitorsResponse | The call object. | 
ListFeatures(ListFeaturesRequest, CallOptions)
public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, CallOptions options)Lists Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeaturesRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListFeaturesResponse | The response received from the server. | 
ListFeatures(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeaturesRequestThe 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 | 
| ListFeaturesResponse | The response received from the server. | 
ListFeaturesAsync(ListFeaturesRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, CallOptions options)Lists Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeaturesRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallListFeaturesResponse | The call object. | 
ListFeaturesAsync(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists Features in a given FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListFeaturesRequestThe 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 | 
| AsyncUnaryCallListFeaturesResponse | The call object. | 
NewInstance(ClientBaseConfiguration)
protected override FeatureRegistryService.FeatureRegistryServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBaseClientBaseConfiguration | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureRegistryServiceFeatureRegistryServiceClient | |
UpdateFeature(UpdateFeatureRequest, CallOptions)
public virtual Operation UpdateFeature(UpdateFeatureRequest request, CallOptions options)Updates the parameters of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
UpdateFeature(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFeature(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureRequestThe 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. | 
UpdateFeatureAsync(UpdateFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFeatureAsync(UpdateFeatureRequest request, CallOptions options)Updates the parameters of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
UpdateFeatureAsync(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFeatureAsync(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Feature.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureRequestThe 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. | 
UpdateFeatureGroup(UpdateFeatureGroupRequest, CallOptions)
public virtual Operation UpdateFeatureGroup(UpdateFeatureGroupRequest request, CallOptions options)Updates the parameters of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
UpdateFeatureGroup(UpdateFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFeatureGroup(UpdateFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureGroupRequestThe 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. | 
UpdateFeatureGroupAsync(UpdateFeatureGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFeatureGroupAsync(UpdateFeatureGroupRequest request, CallOptions options)Updates the parameters of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureGroupRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
UpdateFeatureGroupAsync(UpdateFeatureGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFeatureGroupAsync(UpdateFeatureGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single FeatureGroup.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureGroupRequestThe 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. | 
UpdateFeatureMonitor(UpdateFeatureMonitorRequest, CallOptions)
public virtual Operation UpdateFeatureMonitor(UpdateFeatureMonitorRequest request, CallOptions options)Updates the parameters of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
UpdateFeatureMonitor(UpdateFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFeatureMonitor(UpdateFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureMonitorRequestThe 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. | 
UpdateFeatureMonitorAsync(UpdateFeatureMonitorRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFeatureMonitorAsync(UpdateFeatureMonitorRequest request, CallOptions options)Updates the parameters of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureMonitorRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallOperation | The call object. | 
UpdateFeatureMonitorAsync(UpdateFeatureMonitorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFeatureMonitorAsync(UpdateFeatureMonitorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single FeatureMonitor.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateFeatureMonitorRequestThe 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. |