Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.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
Builds
Gets the Builds resource.
Declaration
public virtual ProjectsResource.LocationsResource.BuildsResource Builds { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.BuildsResource |
Jobs
Gets the Jobs resource.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource Jobs { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.JobsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.OperationsResource |
Services
Gets the Services resource.
Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource Services { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ServicesResource |
Methods
ExportImage(GoogleCloudRunV2ExportImageRequest, string)
Export image for a given resource.
Declaration
public virtual ProjectsResource.LocationsResource.ExportImageRequest ExportImage(GoogleCloudRunV2ExportImageRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRunV2ExportImageRequest | body | The body of the request. |
string | name | Required. The name of the resource of which image metadata should be exported. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExportImageRequest |
ExportImageMetadata(string)
Export image metadata for a given resource.
Declaration
public virtual ProjectsResource.LocationsResource.ExportImageMetadataRequest ExportImageMetadata(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the resource of which image metadata should be exported. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExportImageMetadataRequest |
ExportMetadata(string)
Export generated customer metadata for a given resource.
Declaration
public virtual ProjectsResource.LocationsResource.ExportMetadataRequest ExportMetadata(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the resource of which metadata should be exported. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExportMetadataRequest |
ExportProjectMetadata(string)
Export generated customer metadata for a given project.
Declaration
public virtual ProjectsResource.LocationsResource.ExportProjectMetadataRequest ExportProjectMetadata(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the project of which metadata should be exported. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExportProjectMetadataRequest |