Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.TagsResource.ReconcileRequest

ReconcileTags creates or updates a list of tags on the entry. If the ReconcileTagsRequest.force_delete_missing parameter is set, the operation deletes tags not included in the input tag list. ReconcileTags returns a long-running operation resource that can be queried with Operations.GetOperation to return ReconcileTagsMetadata and a ReconcileTagsResponse message. Note: SearchCatalog might return stale search results for up to 24 hours after the ReconcileTags operation completes.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Operation>
DataCatalogBaseServiceRequest<Operation>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.TagsResource.ReconcileRequest
Implements
IClientServiceRequest<Operation>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<Operation>.Xgafv
DataCatalogBaseServiceRequest<Operation>.AccessToken
DataCatalogBaseServiceRequest<Operation>.Alt
DataCatalogBaseServiceRequest<Operation>.Callback
DataCatalogBaseServiceRequest<Operation>.Fields
DataCatalogBaseServiceRequest<Operation>.Key
DataCatalogBaseServiceRequest<Operation>.OauthToken
DataCatalogBaseServiceRequest<Operation>.PrettyPrint
DataCatalogBaseServiceRequest<Operation>.QuotaUser
DataCatalogBaseServiceRequest<Operation>.UploadType
DataCatalogBaseServiceRequest<Operation>.UploadProtocol
ClientServiceRequest<Operation>.Execute()
ClientServiceRequest<Operation>.ExecuteAsStream()
ClientServiceRequest<Operation>.ExecuteAsync()
ClientServiceRequest<Operation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Operation>.ExecuteAsStreamAsync()
ClientServiceRequest<Operation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Operation>.CreateRequest(bool?)
ClientServiceRequest<Operation>.GenerateRequestUri()
ClientServiceRequest<Operation>.GetDefaultETagAction(string)
ClientServiceRequest<Operation>.ETagAction
ClientServiceRequest<Operation>.ModifyRequest
ClientServiceRequest<Operation>.ValidateParameters
ClientServiceRequest<Operation>.ApiVersion
ClientServiceRequest<Operation>.RequestParameters
ClientServiceRequest<Operation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.TagsResource.ReconcileRequest : DataCatalogBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest

Constructors

ReconcileRequest(IClientService, GoogleCloudDatacatalogV1ReconcileTagsRequest, string)

Constructs a new Reconcile request.

Declaration
public ReconcileRequest(IClientService service, GoogleCloudDatacatalogV1ReconcileTagsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1ReconcileTagsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.MethodName

Parent

Required. Name of Entry to be tagged.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Operation>.GetBody()

InitParameters()

Initializes Reconcile parameter list.

Declaration
protected override void InitParameters()
Overrides
DataCatalogBaseServiceRequest<Operation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX