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
ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.ModifyEntryContactsRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ModifyEntryContacts parameter list.
Declaration
protected override void InitParameters()