Class ListAvailableVersionsRequest (1.0.0)

public sealed class ListAvailableVersionsRequest : IMessage<ListAvailableVersionsRequest>, IEquatable<ListAvailableVersionsRequest>, IDeepCloneable<ListAvailableVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Request message for the list available versions request.

Inheritance

Object > ListAvailableVersionsRequest

Namespace

Google.Cloud.DataFusion.V1

Assembly

Google.Cloud.DataFusion.V1.dll

Constructors

ListAvailableVersionsRequest()

public ListAvailableVersionsRequest()

ListAvailableVersionsRequest(ListAvailableVersionsRequest)

public ListAvailableVersionsRequest(ListAvailableVersionsRequest other)
Parameter
NameDescription
otherListAvailableVersionsRequest

Properties

LatestPatchOnly

public bool LatestPatchOnly { get; set; }

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]

Property Value
TypeDescription
Boolean

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String