Oracle Database@Google Cloud v1 API - Class ListMinorVersionsRequest (1.4.0)

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

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListMinorVersionsRequest.

The request for MinorVersion.List.

Inheritance

object > ListMinorVersionsRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListMinorVersionsRequest()

public ListMinorVersionsRequest()

ListMinorVersionsRequest(ListMinorVersionsRequest)

public ListMinorVersionsRequest(ListMinorVersionsRequest other)
Parameter
Name Description
other ListMinorVersionsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the results of the request. Only shapeFamily and gcp_oracle_zone_id are supported in this format: shape_family="{shapeFamily}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}".

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent value for the MinorVersion resource with the format: projects/{project}/locations/{location}/giVersions/{gi_version}

Property Value
Type Description
string

ParentAsGiVersionName

public GiVersionName ParentAsGiVersionName { get; set; }

GiVersionName-typed view over the Parent resource name property.

Property Value
Type Description
GiVersionName