Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GiVersionsResource.MinorVersionsResource

The "minorVersions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GiVersionsResource.MinorVersionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GiVersionsResource.MinorVersionsResource

Constructors

MinorVersionsResource(IClientService)

Constructs a new resource.

Declaration
public MinorVersionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists all the valid minor versions for the given project, location, gi version and shape family.

Declaration
public virtual ProjectsResource.LocationsResource.GiVersionsResource.MinorVersionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.GiVersionsResource.MinorVersionsResource.ListRequest
In this article
Back to top Generated by DocFX