Cloud AI Platform v1 API - Class FeatureRegistryService.FeatureRegistryServiceClient (3.0.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
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

FeatureRegistryServiceClient(ChannelBase)

public FeatureRegistryServiceClient(ChannelBase channel)

Creates a new client for FeatureRegistryService

Parameter
Name Description
channel ChannelBase

The 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 ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateFeature(CreateFeatureRequest, CallOptions)

public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)

Creates a new Feature in a given FeatureGroup.

Parameters
Name Description
request CreateFeatureRequest

The request to send to the server.

options CallOptions

The 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 CreateFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 CreateFeatureRequest

The request to send to the server.

options CallOptions

The 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 CreateFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 CreateFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 CreateFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 CreateFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 CreateFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

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

Returns
Type Description
IAMPolicyIAMPolicyClient

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

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

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

Returns
Type Description
LocationsLocationsClient

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

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

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

Returns
Type Description
OperationsOperationsClient

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

DeleteFeature(DeleteFeatureRequest, CallOptions)

public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)

Deletes a single Feature.

Parameters
Name Description
request DeleteFeatureRequest

The request to send to the server.

options CallOptions

The 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 DeleteFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 DeleteFeatureRequest

The request to send to the server.

options CallOptions

The 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 DeleteFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 DeleteFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 DeleteFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 DeleteFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 DeleteFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 GetFeatureRequest

The request to send to the server.

options CallOptions

The 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 GetFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 GetFeatureRequest

The request to send to the server.

options CallOptions

The 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 GetFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 GetFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 GetFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 GetFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 GetFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFeatureGroup

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 ListFeatureGroupsRequest

The request to send to the server.

options CallOptions

The 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 ListFeatureGroupsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 ListFeatureGroupsRequest

The request to send to the server.

options CallOptions

The 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 ListFeatureGroupsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFeatureGroupsResponse

The call object.

ListFeatures(ListFeaturesRequest, CallOptions)

public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, CallOptions options)

Lists Features in a given FeatureGroup.

Parameters
Name Description
request ListFeaturesRequest

The request to send to the server.

options CallOptions

The 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 ListFeaturesRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 ListFeaturesRequest

The request to send to the server.

options CallOptions

The 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 ListFeaturesRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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
Overrides

UpdateFeature(UpdateFeatureRequest, CallOptions)

public virtual Operation UpdateFeature(UpdateFeatureRequest request, CallOptions options)

Updates the parameters of a single Feature.

Parameters
Name Description
request UpdateFeatureRequest

The request to send to the server.

options CallOptions

The 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 UpdateFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 UpdateFeatureRequest

The request to send to the server.

options CallOptions

The 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 UpdateFeatureRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 UpdateFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 UpdateFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An 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 UpdateFeatureGroupRequest

The request to send to the server.

options CallOptions

The 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 UpdateFeatureGroupRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.