Class ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.PatchRequest
Updates an Entry Link.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.PatchRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1EntryLink>, IClientServiceRequest<GoogleCloudDataplexV1EntryLink>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudDataplexV1EntryLink, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudDataplexV1EntryLink body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDataplexV1EntryLink | body | |
| string | name |
Properties
AllowMissing
Optional. If set to true and the entry link doesn't exist, the service will create it.
Declaration
[RequestParameter("allowMissing", RequestParameterType.Query)]
public virtual bool? AllowMissing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
AspectKeys
Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format {project_id_or_number}.{location_id}.{aspect_type_id}.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.
Declaration
[RequestParameter("aspectKeys", RequestParameterType.Query)]
public virtual Repeatable<string> AspectKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
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
Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
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 Patch parameter list.
Declaration
protected override void InitParameters()