Class: Google::Cloud::Compute::V1::GetIamPolicyRegionInstantSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetIamPolicyRegionInstantSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionInstantSnapshots.GetIamPolicy. See the method description for details.
Instance Attribute Summary collapse
-
#options_requested_policy_version ⇒ ::Integer
Requested IAM Policy version.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
The name of the region for this request.
-
#resource ⇒ ::String
Name or id of the resource for this request.
Instance Attribute Details
#options_requested_policy_version ⇒ ::Integer
Returns Requested IAM Policy version.
9318 9319 9320 9321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9318 class GetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9318 9319 9320 9321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9318 class GetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The name of the region for this request.
9318 9319 9320 9321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9318 class GetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Name or id of the resource for this request.
9318 9319 9320 9321 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9318 class GetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |