Class: Google::Cloud::DataFusion::V1::ListAvailableVersionsRequest

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

Overview

Request message for the list available versions request.

Instance Attribute Summary collapse

Instance Attribute Details

#latest_patch_only::Boolean

Returns Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0].

Returns:

  • (::Boolean)

    Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]



388
389
390
391
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 388

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

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



388
389
390
391
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 388

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

#page_token::String

Returns The next_page_token value to use if there are additional results to retrieve for this list request.

Returns:

  • (::String)

    The next_page_token value to use if there are additional results to retrieve for this list request.



388
389
390
391
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 388

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

#parent::String

Returns Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.



388
389
390
391
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 388

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