Class ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource
The "backups" collection of methods.
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource
Constructors
BackupsResource(IClientService)
Constructs a new resource.
Declaration
public BackupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
VolumeBackups
Gets the VolumeBackups resource.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.VolumeBackupsResource VolumeBackups { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.VolumeBackupsResource |
Methods
Create(Backup, string)
Creates a Backup for the given BackupPlan.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.CreateRequest Create(Backup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Backup | body | The body of the request. |
string | parent | Required. The BackupPlan within which to create the Backup. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.CreateRequest |
Delete(string)
Deletes an existing Backup.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the Backup resource. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.DeleteRequest |
Get(string)
Retrieve the details of a single Backup.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Full name of the Backup resource. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetRequest |
GetBackupIndexDownloadUrl(string)
Retrieve the link to the backupIndex.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetBackupIndexDownloadUrlRequest GetBackupIndexDownloadUrl(string backup)
Parameters
Type | Name | Description |
---|---|---|
string | backup | Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetBackupIndexDownloadUrlRequest |
GetIamPolicy(string)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type | Name | Description |
---|---|---|
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.GetIamPolicyRequest |
List(string)
Lists the Backups for a given BackupPlan.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The BackupPlan that contains the Backups to list. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.ListRequest |
Patch(Backup, string)
Update a Backup.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.PatchRequest Patch(Backup body, string name)
Parameters
Type | Name | Description |
---|---|---|
Backup | body | The body of the request. |
string | name | Output only. The fully qualified name of the Backup.
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy on the specified resource. Replaces any existing policy. Can
return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
SetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns permissions that a caller has on the specified resource. If the resource does not exist,
this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is
designed to be used for building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without warning.
Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestIamPermissionsRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackupPlansResource.BackupsResource.TestIamPermissionsRequest |