Class: Google::Cloud::Compute::V1::ReservationBlocksListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationBlocksListResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A list of reservation blocks under a single reservation.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Unique identifier for the resource; defined by the server.
-
#items ⇒ ::Array<::Google::Cloud::Compute::V1::ReservationBlock>
A list of reservation block resources.
-
#kind ⇒ ::String
Type of the resource.
-
#next_page_token ⇒ ::String
This token allows you to get the next page of results for list requests.
-
#self_link ⇒ ::String
Server-defined URL for this resource.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning message.
Instance Attribute Details
#id ⇒ ::String
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#items ⇒ ::Array<::Google::Cloud::Compute::V1::ReservationBlock>
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
29945 29946 29947 29948 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29945 class ReservationBlocksListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |