Class ProjectsResource.LocationsResource.UpdateProjectConfigRequest
Updates the project configuration.
Inheritance
ProjectsResource.LocationsResource.UpdateProjectConfigRequest
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UpdateProjectConfigRequest : ArtifactRegistryBaseServiceRequest<ProjectConfig>, IClientServiceRequest<ProjectConfig>, IClientServiceRequest
Constructors
UpdateProjectConfigRequest(IClientService, ProjectConfig, string)
Constructs a new UpdateProjectConfig request.
Declaration
public UpdateProjectConfigRequest(IClientService service, ProjectConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ProjectConfig | 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
Identifier. The name of the project's configuration. Always of the form: projects/{project}/locations/{location}/projectConfig
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
Optional. Field mask to support partial updates. See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask for more details.
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 UpdateProjectConfig parameter list.
Declaration
protected override void InitParameters()