Class ApplicationDetailServiceResource.GetApkDetailsRequest
Gets the details of an Android application APK.
Inheritance
ApplicationDetailServiceResource.GetApkDetailsRequest
Inherited Members
Namespace: Google.Apis.Testing.v1
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ApplicationDetailServiceResource.GetApkDetailsRequest : TestingBaseServiceRequest<GetApkDetailsResponse>, IClientServiceRequest<GetApkDetailsResponse>, IClientServiceRequest
Constructors
GetApkDetailsRequest(IClientService, FileReference)
Constructs a new GetApkDetails request.
Declaration
public GetApkDetailsRequest(IClientService service, FileReference body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FileReference | body |
Properties
BundleLocationGcsPath
A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
Declaration
[RequestParameter("bundleLocation.gcsPath", RequestParameterType.Query)]
public virtual string BundleLocationGcsPath { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes GetApkDetails parameter list.
Declaration
protected override void InitParameters()