public sealed class ListAvailableVersionsRequest : IMessage<ListAvailableVersionsRequest>, IEquatable<ListAvailableVersionsRequest>, IDeepCloneable<ListAvailableVersionsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for the list available versions request.
Implements
IMessage<ListAvailableVersionsRequest>, IEquatable<ListAvailableVersionsRequest>, IDeepCloneable<ListAvailableVersionsRequest>, 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 |
Boolean |
|
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
|