Class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.PatchRequest
Updates an existing entry. You must enable the Data Catalog API in the project identified by the
entry.name
parameter. For more information, see Data Catalog resource
project.
Inheritance
Inherited Members
Namespace: Google.Apis.DataCatalog.v1
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EntryGroupsResource.EntriesResource.PatchRequest : DataCatalogBaseServiceRequest<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest<GoogleCloudDatacatalogV1Entry>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudDatacatalogV1Entry, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudDatacatalogV1Entry body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDatacatalogV1Entry | 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
Output only. Identifier. The resource name of an entry in URL format. Note: The entry itself and its child resources might not be stored in the location specified in its name.
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
UpdateMask
Names of fields whose values to overwrite on an entry. If this parameter is absent or empty,
all modifiable fields are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied. You can modify only the fields listed below. For
entries with type DATA_STREAM
: * schema
For entries with type FILESET
: * schema
*
display_name
* description
* gcs_fileset_spec
* gcs_fileset_spec.file_patterns
For
entries with user_specified_type
: * schema
* display_name
* description
*
user_specified_type
* user_specified_system
* linked_resource
*
source_system_timestamps
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
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()