Class: Google::Cloud::Compute::V1::SetIamPolicyRegionInstantSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetIamPolicyRegionInstantSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RegionInstantSnapshots.SetIamPolicy. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
The name of the region for this request.
-
#region_set_policy_request_resource ⇒ ::Google::Cloud::Compute::V1::RegionSetPolicyRequest
The body resource for this request.
-
#resource ⇒ ::String
Name or id of the resource for this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
29875 29876 29877 29878 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29875 class SetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The name of the region for this request.
29875 29876 29877 29878 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29875 class SetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_set_policy_request_resource ⇒ ::Google::Cloud::Compute::V1::RegionSetPolicyRequest
Returns The body resource for this request.
29875 29876 29877 29878 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29875 class SetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Name or id of the resource for this request.
29875 29876 29877 29878 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29875 class SetIamPolicyRegionInstantSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |