public abstract class EntityTypesClient
EntityTypes client wrapper, for convenient use.
Inheritance
System.Object > EntityTypesClientNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Remarks
Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3.EntityType].
Properties
DefaultEndpoint
public static string DefaultEndpoint { get; }
The default endpoint for the EntityTypes service, which is a host of "dialogflow.googleapis.com" and a port of 443.
Property Value | |
---|---|
Type | Description |
System.String |
DefaultScopes
public static IReadOnlyList<string> DefaultScopes { get; }
The default EntityTypes scopes.
Property Value | |
---|---|
Type | Description |
System.Collections.Generic.IReadOnlyList<System.String> |
The default EntityTypes scopes are:
GrpcClient
public virtual EntityTypes.EntityTypesClient GrpcClient { get; }
The underlying gRPC EntityTypes client
Property Value | |
---|---|
Type | Description |
EntityTypes.EntityTypesClient |
Methods
Create()
public static EntityTypesClient Create()
Synchronously creates a EntityTypesClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use EntityTypesClientBuilder.
Returns | |
---|---|
Type | Description |
EntityTypesClient | The created EntityTypesClient. |
CreateAsync(CancellationToken)
public static Task<EntityTypesClient> CreateAsync(CancellationToken cancellationToken = default(CancellationToken))
Asynchronously creates a EntityTypesClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use EntityTypesClientBuilder.
Parameter | |
---|---|
Name | Description |
cancellationToken | System.Threading.CancellationToken The System.Threading.CancellationToken to use while creating the client. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityTypesClient> | The task representing the created EntityTypesClient. |
CreateEntityType(AgentName, EntityType, CallSettings)
public virtual EntityType CreateEntityType(AgentName parent, EntityType entityType, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | AgentName Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
CreateEntityType(CreateEntityTypeRequest, CallSettings)
public virtual EntityType CreateEntityType(CreateEntityTypeRequest request, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
CreateEntityType(String, EntityType, CallSettings)
public virtual EntityType CreateEntityType(string parent, EntityType entityType, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
CreateEntityTypeAsync(AgentName, EntityType, CallSettings)
public virtual Task<EntityType> CreateEntityTypeAsync(AgentName parent, EntityType entityType, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | AgentName Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
CreateEntityTypeAsync(AgentName, EntityType, CancellationToken)
public virtual Task<EntityType> CreateEntityTypeAsync(AgentName parent, EntityType entityType, CancellationToken cancellationToken)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | AgentName Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
CreateEntityTypeAsync(CreateEntityTypeRequest, CallSettings)
public virtual Task<EntityType> CreateEntityTypeAsync(CreateEntityTypeRequest request, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
CreateEntityTypeAsync(CreateEntityTypeRequest, CancellationToken)
public virtual Task<EntityType> CreateEntityTypeAsync(CreateEntityTypeRequest request, CancellationToken cancellationToken)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateEntityTypeRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
CreateEntityTypeAsync(String, EntityType, CallSettings)
public virtual Task<EntityType> CreateEntityTypeAsync(string parent, EntityType entityType, CallSettings callSettings = null)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
CreateEntityTypeAsync(String, EntityType, CancellationToken)
public virtual Task<EntityType> CreateEntityTypeAsync(string parent, EntityType entityType, CancellationToken cancellationToken)
Creates an entity type in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The agent to create a entity type for.
Format: |
entityType | EntityType Required. The entity type to create. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
DeleteEntityType(DeleteEntityTypeRequest, CallSettings)
public virtual void DeleteEntityType(DeleteEntityTypeRequest request, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
request | DeleteEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteEntityType(EntityTypeName, CallSettings)
public virtual void DeleteEntityType(EntityTypeName name, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteEntityType(String, CallSettings)
public virtual void DeleteEntityType(string name, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteEntityTypeAsync(DeleteEntityTypeRequest, CallSettings)
public virtual Task DeleteEntityTypeAsync(DeleteEntityTypeRequest request, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
request | DeleteEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteEntityTypeAsync(DeleteEntityTypeRequest, CancellationToken)
public virtual Task DeleteEntityTypeAsync(DeleteEntityTypeRequest request, CancellationToken cancellationToken)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
request | DeleteEntityTypeRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteEntityTypeAsync(EntityTypeName, CallSettings)
public virtual Task DeleteEntityTypeAsync(EntityTypeName name, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteEntityTypeAsync(EntityTypeName, CancellationToken)
public virtual Task DeleteEntityTypeAsync(EntityTypeName name, CancellationToken cancellationToken)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type to delete.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteEntityTypeAsync(String, CallSettings)
public virtual Task DeleteEntityTypeAsync(string name, CallSettings callSettings = null)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteEntityTypeAsync(String, CancellationToken)
public virtual Task DeleteEntityTypeAsync(string name, CancellationToken cancellationToken)
Deletes the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type to delete.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
GetEntityType(EntityTypeName, CallSettings)
public virtual EntityType GetEntityType(EntityTypeName name, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
GetEntityType(GetEntityTypeRequest, CallSettings)
public virtual EntityType GetEntityType(GetEntityTypeRequest request, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
request | GetEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
GetEntityType(String, CallSettings)
public virtual EntityType GetEntityType(string name, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
GetEntityTypeAsync(EntityTypeName, CallSettings)
public virtual Task<EntityType> GetEntityTypeAsync(EntityTypeName name, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
GetEntityTypeAsync(EntityTypeName, CancellationToken)
public virtual Task<EntityType> GetEntityTypeAsync(EntityTypeName name, CancellationToken cancellationToken)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | EntityTypeName Required. The name of the entity type.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
GetEntityTypeAsync(GetEntityTypeRequest, CallSettings)
public virtual Task<EntityType> GetEntityTypeAsync(GetEntityTypeRequest request, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
request | GetEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
GetEntityTypeAsync(GetEntityTypeRequest, CancellationToken)
public virtual Task<EntityType> GetEntityTypeAsync(GetEntityTypeRequest request, CancellationToken cancellationToken)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
request | GetEntityTypeRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
GetEntityTypeAsync(String, CallSettings)
public virtual Task<EntityType> GetEntityTypeAsync(string name, CallSettings callSettings = null)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
GetEntityTypeAsync(String, CancellationToken)
public virtual Task<EntityType> GetEntityTypeAsync(string name, CancellationToken cancellationToken)
Retrieves the specified entity type.
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the entity type.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
ListEntityTypes(AgentName, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypes(AgentName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | AgentName Required. The agent to list all entity types for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListEntityTypesResponse, EntityType> | A pageable sequence of EntityType resources. |
ListEntityTypes(ListEntityTypesRequest, CallSettings)
public virtual PagedEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypes(ListEntityTypesRequest request, CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListEntityTypesRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListEntityTypesResponse, EntityType> | A pageable sequence of EntityType resources. |
ListEntityTypes(String, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypes(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The agent to list all entity types for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListEntityTypesResponse, EntityType> | A pageable sequence of EntityType resources. |
ListEntityTypesAsync(AgentName, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypesAsync(AgentName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | AgentName Required. The agent to list all entity types for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> | A pageable asynchronous sequence of EntityType resources. |
ListEntityTypesAsync(ListEntityTypesRequest, CallSettings)
public virtual PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypesAsync(ListEntityTypesRequest request, CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListEntityTypesRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> | A pageable asynchronous sequence of EntityType resources. |
ListEntityTypesAsync(String, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> ListEntityTypesAsync(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all entity types in the specified agent.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The agent to list all entity types for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListEntityTypesResponse, EntityType> | A pageable asynchronous sequence of EntityType resources. |
ShutdownDefaultChannelsAsync()
public static Task ShutdownDefaultChannelsAsync()
Shuts down any channels automatically created by Create() and CreateAsync(CancellationToken). Channels which weren't automatically created are not affected.
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A task representing the asynchronous shutdown operation. |
After calling this method, further calls to Create() and CreateAsync(CancellationToken) will create new channels, which could in turn be shut down by another call to this method.
UpdateEntityType(EntityType, FieldMask, CallSettings)
public virtual EntityType UpdateEntityType(EntityType entityType, FieldMask updateMask, CallSettings callSettings = null)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
entityType | EntityType Required. The entity type to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
UpdateEntityType(UpdateEntityTypeRequest, CallSettings)
public virtual EntityType UpdateEntityType(UpdateEntityTypeRequest request, CallSettings callSettings = null)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
request | UpdateEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
EntityType | The RPC response. |
UpdateEntityTypeAsync(EntityType, FieldMask, CallSettings)
public virtual Task<EntityType> UpdateEntityTypeAsync(EntityType entityType, FieldMask updateMask, CallSettings callSettings = null)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
entityType | EntityType Required. The entity type to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
UpdateEntityTypeAsync(EntityType, FieldMask, CancellationToken)
public virtual Task<EntityType> UpdateEntityTypeAsync(EntityType entityType, FieldMask updateMask, CancellationToken cancellationToken)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
entityType | EntityType Required. The entity type to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
UpdateEntityTypeAsync(UpdateEntityTypeRequest, CallSettings)
public virtual Task<EntityType> UpdateEntityTypeAsync(UpdateEntityTypeRequest request, CallSettings callSettings = null)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
request | UpdateEntityTypeRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |
UpdateEntityTypeAsync(UpdateEntityTypeRequest, CancellationToken)
public virtual Task<EntityType> UpdateEntityTypeAsync(UpdateEntityTypeRequest request, CancellationToken cancellationToken)
Updates the specified entity type.
Parameters | |
---|---|
Name | Description |
request | UpdateEntityTypeRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<EntityType> | A Task containing the RPC response. |