Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.ModifyEntryContactsRequest

Modifies contacts, part of the business context of an Entry. To call this method, you must have the datacatalog.entries.updateContacts IAM permission on the corresponding project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.ModifyEntryContactsRequest
Implements
IClientServiceRequest<GoogleCloudDatacatalogV1Contacts>
IClientServiceRequest
Inherited Members
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.Xgafv
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.AccessToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.Alt
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.Callback
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.Fields
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.Key
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.OauthToken
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.PrettyPrint
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.QuotaUser
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.UploadType
DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>.UploadProtocol
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.Execute()
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ETagAction
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ModifyRequest
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ValidateParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.ApiVersion
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.RequestParameters
ClientServiceRequest<GoogleCloudDatacatalogV1Contacts>.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.ModifyEntryContactsRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Contacts>, IClientServiceRequest<GoogleCloudDatacatalogV1Contacts>, IClientServiceRequest

Constructors

ModifyEntryContactsRequest(IClientService, GoogleCloudDatacatalogV1ModifyEntryContactsRequest, string)

Constructs a new ModifyEntryContacts request.

Declaration
public ModifyEntryContactsRequest(IClientService service, GoogleCloudDatacatalogV1ModifyEntryContactsRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDatacatalogV1ModifyEntryContactsRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The full resource name of the entry.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ModifyEntryContacts parameter list.

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

Implements

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