public sealed class ListAvailableVersionsRequest : IMessage<ListAvailableVersionsRequest>, IEquatable<ListAvailableVersionsRequest>, IDeepCloneable<ListAvailableVersionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Data Fusion v1 API class ListAvailableVersionsRequest.
Request message for the list available versions request.
Implements
IMessageListAvailableVersionsRequest, IEquatableListAvailableVersionsRequest, IDeepCloneableListAvailableVersionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
ListAvailableVersionsRequest()
public ListAvailableVersionsRequest()
ListAvailableVersionsRequest(ListAvailableVersionsRequest)
public ListAvailableVersionsRequest(ListAvailableVersionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAvailableVersionsRequest |
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 | |
---|---|
Type | Description |
bool |
PageSize
public int PageSize { get; set; }
The maximum number of items to return.
Property Value | |
---|---|
Type | Description |
int |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |