Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
Repositories
Gets the Repositories resource.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource Repositories { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource |
Methods
Get(string)
Gets information about a location.
Declaration
public virtual ProjectsResource.LocationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Resource name for the location. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetRequest |
GetVpcscConfig(string)
Retrieves the VPCSC Config for the Project.
Declaration
public virtual ProjectsResource.LocationsResource.GetVpcscConfigRequest GetVpcscConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the VPCSCConfig resource. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetVpcscConfigRequest |
List(string)
Lists information about the supported locations for this service.
Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource that owns the locations collection, if applicable. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ListRequest |
UpdateVpcscConfig(VPCSCConfig, string)
Updates the VPCSC Config for the Project.
Declaration
public virtual ProjectsResource.LocationsResource.UpdateVpcscConfigRequest UpdateVpcscConfig(VPCSCConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
VPCSCConfig | body | The body of the request. |
string | name | The name of the project's VPC SC Config. Always of the form: projects/{projectID}/locations/{location}/vpcscConfig In update request: never set In response: always set |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UpdateVpcscConfigRequest |