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

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

List ImageVersions in a project and location.

Instance Attribute Summary collapse

Instance Attribute Details

#include_past_releases::Boolean

Returns Whether or not image versions from old releases should be included.

Returns:

  • (::Boolean)

    Whether or not image versions from old releases should be included.



40
41
42
43
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40

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

#page_size::Integer

Returns The maximum number of image_versions to return.

Returns:

  • (::Integer)

    The maximum number of image_versions to return.



40
41
42
43
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



40
41
42
43
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40

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

#parent::String

Returns List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".

Returns:

  • (::String)

    List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"



40
41
42
43
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40

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