Class: Google::Cloud::ConfigService::V1::ListTerraformVersionsResponse

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

Overview

The response message for the ListTerraformVersions method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to be supplied to the next ListTerraformVersions request via page_token to obtain the next set of results.

Returns:

  • (::String)

    Token to be supplied to the next ListTerraformVersions request via page_token to obtain the next set of results.



1588
1589
1590
1591
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1588

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

#terraform_versions::Array<::Google::Cloud::ConfigService::V1::TerraformVersion>

Returns List of TerraformVersions.



1588
1589
1590
1591
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1588

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

#unreachable::Array<::String>

Returns Unreachable resources, if any.

Returns:

  • (::Array<::String>)

    Unreachable resources, if any.



1588
1589
1590
1591
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1588

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