| Modifier and Type | Class and Description |
|---|---|
class |
Compute.ReservationSubBlocks.Get |
class |
Compute.ReservationSubBlocks.GetIamPolicy |
class |
Compute.ReservationSubBlocks.List |
class |
Compute.ReservationSubBlocks.PerformMaintenance |
class |
Compute.ReservationSubBlocks.ReportFaulty |
class |
Compute.ReservationSubBlocks.SetIamPolicy |
class |
Compute.ReservationSubBlocks.TestIamPermissions |
| Constructor and Description |
|---|
ReservationSubBlocks() |
| Modifier and Type | Method and Description |
|---|---|
Compute.ReservationSubBlocks.Get |
get(String project,
String zone,
String parentName,
String reservationSubBlock)
Retrieves information about the specified reservation subBlock.
|
Compute.ReservationSubBlocks.GetIamPolicy |
getIamPolicy(String project,
String zone,
String parentResource,
String resource)
Gets the access control policy for a resource.
|
Compute.ReservationSubBlocks.List |
list(String project,
String zone,
String parentName)
Retrieves a list of reservation subBlocks under a single reservation.
|
Compute.ReservationSubBlocks.PerformMaintenance |
performMaintenance(String project,
String zone,
String parentName,
String reservationSubBlock)
Allows customers to perform maintenance on a reservation subBlock
Create a request for the method "reservationSubBlocks.performMaintenance".
|
Compute.ReservationSubBlocks.ReportFaulty |
reportFaulty(String project,
String zone,
String parentName,
String reservationSubBlock,
ReservationSubBlocksReportFaultyRequest content)
Allows customers to report a faulty subBlock.
|
Compute.ReservationSubBlocks.SetIamPolicy |
setIamPolicy(String project,
String zone,
String parentResource,
String resource,
ZoneSetNestedPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.ReservationSubBlocks.TestIamPermissions |
testIamPermissions(String project,
String zone,
String parentResource,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.ReservationSubBlocks.Get get(String project, String zone, String parentName, String reservationSubBlock) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.parentName - The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}reservationSubBlock - The name of the reservation subBlock.
Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.ReservationSubBlocks.GetIamPolicy getIamPolicy(String project, String zone, String parentResource, String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.parentResource - Name or id of parent resource of the resource for this request.resource - Name or id of the resource for this request.IOExceptionpublic Compute.ReservationSubBlocks.List list(String project, String zone, String parentName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.parentName - The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}IOExceptionpublic Compute.ReservationSubBlocks.PerformMaintenance performMaintenance(String project, String zone, String parentName, String reservationSubBlock) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.parentName - The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}reservationSubBlock - The name of the reservation subBlock.
Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.ReservationSubBlocks.ReportFaulty reportFaulty(String project, String zone, String parentName, String reservationSubBlock, ReservationSubBlocksReportFaultyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request. Zone name should conform to RFC1035.parentName - The name of the parent reservation and parent block. In the format of
reservations/{reservation_name}/reservationBlocks/{reservation_block_name}reservationSubBlock - The name of the reservation subBlock.
Name should conform to RFC1035 or be a resource ID.content - the ReservationSubBlocksReportFaultyRequestIOExceptionpublic Compute.ReservationSubBlocks.SetIamPolicy setIamPolicy(String project, String zone, String parentResource, String resource, ZoneSetNestedPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.parentResource - Name or id of parent resource of the resource for this request.resource - Name or id of the resource for this request.content - the ZoneSetNestedPolicyRequestIOExceptionpublic Compute.ReservationSubBlocks.TestIamPermissions testIamPermissions(String project, String zone, String parentResource, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.parentResource - Name or id of parent resource of the resource for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.