Class: Google::Cloud::Compute::V1::GetFutureReservationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A request message for FutureReservations.Get. See the method description for details.

Instance Attribute Summary collapse

Instance Attribute Details

#future_reservation ⇒ ::String

Returns Name of the future reservation to retrieve. Name should conform to RFC1035.

Returns:

  • (::String) —

    Name of the future reservation to retrieve. Name should conform to RFC1035.



23789
23790
23791
23792
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23789

class GetFutureReservationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project ⇒ ::String

Returns Project ID for this request.

Returns:

  • (::String) —

    Project ID for this request.



23789
23790
23791
23792
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23789

class GetFutureReservationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone ⇒ ::String

Returns Name of the zone for this request. Name should conform to RFC1035.

Returns:

  • (::String) —

    Name of the zone for this request. Name should conform to RFC1035.



23789
23790
23791
23792
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23789

class GetFutureReservationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end