Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsResponse

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

Overview

The ImageVersions in a project and location.

Instance Attribute Summary collapse

Instance Attribute Details

#image_versions::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>

Returns The list of supported ImageVersions in a location.

Returns:



52
53
54
55
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 52

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

#next_page_token::String

Returns The page token used to query for the next page if one exists.

Returns:

  • (::String)

    The page token used to query for the next page if one exists.



52
53
54
55
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 52

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