Class AndroidPublisherService
The AndroidPublisher Service.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AndroidPublisherService : BaseClientService, IClientService, IDisposable
Constructors
AndroidPublisherService()
Constructs a new service.
Declaration
public AndroidPublisherService()
AndroidPublisherService(BaseClientService.Initializer)
Constructs a new service.
Declaration
public AndroidPublisherService(BaseClientService.Initializer initializer)
Parameters
Type | Name | Description |
---|---|---|
BaseClientService.Initializer | initializer | The service initializer. |
Fields
DiscoveryVersionUsed
The discovery version used to generate this service.
Declaration
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
Type | Description |
---|---|
DiscoveryVersion |
Version
The API version.
Declaration
public const string Version = "v3"
Field Value
Type | Description |
---|---|
System.String |
Properties
Applications
Gets the Applications resource.
Declaration
public virtual ApplicationsResource Applications { get; }
Property Value
Type | Description |
---|---|
ApplicationsResource |
BasePath
Gets the service base path.
Declaration
public override string BasePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
BaseUri
Gets the service base URI.
Declaration
public override string BaseUri { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
BatchPath
Gets the batch base path; null
if unspecified.
Declaration
public override string BatchPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
BatchUri
Gets the batch base URI; null
if unspecified.
Declaration
public override string BatchUri { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Edits
Gets the Edits resource.
Declaration
public virtual EditsResource Edits { get; }
Property Value
Type | Description |
---|---|
EditsResource |
Features
Gets the service supported features.
Declaration
public override IList<string> Features { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Overrides
Generatedapks
Gets the Generatedapks resource.
Declaration
public virtual GeneratedapksResource Generatedapks { get; }
Property Value
Type | Description |
---|---|
GeneratedapksResource |
Grants
Gets the Grants resource.
Declaration
public virtual GrantsResource Grants { get; }
Property Value
Type | Description |
---|---|
GrantsResource |
Inappproducts
Gets the Inappproducts resource.
Declaration
public virtual InappproductsResource Inappproducts { get; }
Property Value
Type | Description |
---|---|
InappproductsResource |
Internalappsharingartifacts
Gets the Internalappsharingartifacts resource.
Declaration
public virtual InternalappsharingartifactsResource Internalappsharingartifacts { get; }
Property Value
Type | Description |
---|---|
InternalappsharingartifactsResource |
Monetization
Gets the Monetization resource.
Declaration
public virtual MonetizationResource Monetization { get; }
Property Value
Type | Description |
---|---|
MonetizationResource |
Name
Gets the service name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Orders
Gets the Orders resource.
Declaration
public virtual OrdersResource Orders { get; }
Property Value
Type | Description |
---|---|
OrdersResource |
Purchases
Gets the Purchases resource.
Declaration
public virtual PurchasesResource Purchases { get; }
Property Value
Type | Description |
---|---|
PurchasesResource |
Reviews
Gets the Reviews resource.
Declaration
public virtual ReviewsResource Reviews { get; }
Property Value
Type | Description |
---|---|
ReviewsResource |
Systemapks
Gets the Systemapks resource.
Declaration
public virtual SystemapksResource Systemapks { get; }
Property Value
Type | Description |
---|---|
SystemapksResource |
Users
Gets the Users resource.
Declaration
public virtual UsersResource Users { get; }
Property Value
Type | Description |
---|---|
UsersResource |
Implements
System.IDisposable