Class: Google::Cloud::Compute::V1::GetProjectViewRequest

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 ProjectViews.Get. See the method description for details.

Instance Attribute Summary collapse

Instance Attribute Details

#project ⇒ ::String

Returns Required. Project ID for this request. This is part of the URL path.

Returns:

  • (::String) —

    Required. Project ID for this request. This is part of the URL path.



25383
25384
25385
25386
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25383

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

#region ⇒ ::String

Returns Required. Name of the region for this request. This is part of the URL path.

Returns:

  • (::String) —

    Required. Name of the region for this request. This is part of the URL path.



25383
25384
25385
25386
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25383

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