Class ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.PatchRequest
Updates an existing database specified by the database ID.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.BigLakeService.v1
Assembly: Google.Apis.BigLakeService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.DatabasesResource.PatchRequest : BigLakeServiceBaseServiceRequest<Database>, IClientServiceRequest<Database>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Database, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Database body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Database | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigLakeService.v1.Data.Database>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigLakeService.v1.Data.Database>.MethodName
Name
Output only. The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigLakeService.v1.Data.Database>.RestPath
UpdateMask
The list of fields to update. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If
not set, defaults to all of the fields that are allowed to update.
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigLakeService.v1.Data.Database>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()