Cloud AI Platform v1 API - Class FeatureRegistryService.FeatureRegistryServiceClient (2.27.0)

public class FeatureRegistryService.FeatureRegistryServiceClient : ClientBase<FeatureRegistryService.FeatureRegistryServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureRegistryService.FeatureRegistryServiceClient.

Client for FeatureRegistryService

Inheritance

object > ClientBase > ClientBaseFeatureRegistryServiceFeatureRegistryServiceClient > FeatureRegistryService.FeatureRegistryServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

FeatureRegistryServiceClient(ChannelBase)

public FeatureRegistryServiceClient(ChannelBase channel)

Creates a new client for FeatureRegistryService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

FeatureRegistryServiceClient(ClientBaseConfiguration)

protected FeatureRegistryServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateFeature(CreateFeatureRequest, CallOptions)

public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)

Creates a new Feature in a given FeatureGroup.

Parameters
NameDescription
requestCreateFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateFeatureAsync(CreateFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, CallOptions options)

Creates a new Feature in a given FeatureGroup.

Parameters
NameDescription
requestCreateFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateFeatureGroup(CreateFeatureGroupRequest, CallOptions)

public virtual Operation CreateFeatureGroup(CreateFeatureGroupRequest request, CallOptions options)

Creates a new FeatureGroup in a given project and location.

Parameters
NameDescription
requestCreateFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateFeatureGroupAsync(CreateFeatureGroupRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFeatureGroupAsync(CreateFeatureGroupRequest request, CallOptions options)

Creates a new FeatureGroup in a given project and location.

Parameters
NameDescription
requestCreateFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

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

Returns
TypeDescription
IAMPolicyIAMPolicyClient

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

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

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

Returns
TypeDescription
LocationsLocationsClient

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

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

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

Returns
TypeDescription
OperationsOperationsClient

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

DeleteFeature(DeleteFeatureRequest, CallOptions)

public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)

Deletes a single Feature.

Parameters
NameDescription
requestDeleteFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteFeatureAsync(DeleteFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, CallOptions options)

Deletes a single Feature.

Parameters
NameDescription
requestDeleteFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteFeatureGroup(DeleteFeatureGroupRequest, CallOptions)

public virtual Operation DeleteFeatureGroup(DeleteFeatureGroupRequest request, CallOptions options)

Deletes a single FeatureGroup.

Parameters
NameDescription
requestDeleteFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteFeatureGroupAsync(DeleteFeatureGroupRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFeatureGroupAsync(DeleteFeatureGroupRequest request, CallOptions options)

Deletes a single FeatureGroup.

Parameters
NameDescription
requestDeleteFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetFeature(GetFeatureRequest, CallOptions)

public virtual Feature GetFeature(GetFeatureRequest request, CallOptions options)

Gets details of a single Feature.

Parameters
NameDescription
requestGetFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFeature

The call object.

GetFeatureGroup(GetFeatureGroupRequest, CallOptions)

public virtual FeatureGroup GetFeatureGroup(GetFeatureGroupRequest request, CallOptions options)

Gets details of a single FeatureGroup.

Parameters
NameDescription
requestGetFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallFeatureGroup

The call object.

ListFeatureGroups(ListFeatureGroupsRequest, CallOptions)

public virtual ListFeatureGroupsResponse ListFeatureGroups(ListFeatureGroupsRequest request, CallOptions options)

Lists FeatureGroups in a given project and location.

Parameters
NameDescription
requestListFeatureGroupsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListFeatureGroupsResponse

The call object.

ListFeatures(ListFeaturesRequest, CallOptions)

public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, CallOptions options)

Lists Features in a given FeatureGroup.

Parameters
NameDescription
requestListFeaturesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListFeaturesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override FeatureRegistryService.FeatureRegistryServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
FeatureRegistryServiceFeatureRegistryServiceClient
Overrides

UpdateFeature(UpdateFeatureRequest, CallOptions)

public virtual Operation UpdateFeature(UpdateFeatureRequest request, CallOptions options)

Updates the parameters of a single Feature.

Parameters
NameDescription
requestUpdateFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateFeatureAsync(UpdateFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFeatureAsync(UpdateFeatureRequest request, CallOptions options)

Updates the parameters of a single Feature.

Parameters
NameDescription
requestUpdateFeatureRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateFeatureGroup(UpdateFeatureGroupRequest, CallOptions)

public virtual Operation UpdateFeatureGroup(UpdateFeatureGroupRequest request, CallOptions options)

Updates the parameters of a single FeatureGroup.

Parameters
NameDescription
requestUpdateFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateFeatureGroupAsync(UpdateFeatureGroupRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFeatureGroupAsync(UpdateFeatureGroupRequest request, CallOptions options)

Updates the parameters of a single FeatureGroup.

Parameters
NameDescription
requestUpdateFeatureGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.