Reference documentation and code samples for the Cloud Data Fusion V1 API class Google::Cloud::DataFusion::V1::ListAvailableVersionsRequest.
Request message for the list available versions request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#latest_patch_only
def latest_patch_only() -> ::Boolean
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]
#latest_patch_only=
def latest_patch_only=(value) -> ::Boolean
Parameter
- value (::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]
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]
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return.
Returns
- (::Integer) — The maximum number of items to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}.