Show / Hide Table of Contents

Class ProductstatusesResource.GetRequest

Gets the status of a product from your Merchant Center account.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<ProductStatus>
ShoppingContentBaseServiceRequest<ProductStatus>
ProductstatusesResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<ProductStatus>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<ProductStatus>.Xgafv
ShoppingContentBaseServiceRequest<ProductStatus>.AccessToken
ShoppingContentBaseServiceRequest<ProductStatus>.Alt
ShoppingContentBaseServiceRequest<ProductStatus>.Callback
ShoppingContentBaseServiceRequest<ProductStatus>.Fields
ShoppingContentBaseServiceRequest<ProductStatus>.Key
ShoppingContentBaseServiceRequest<ProductStatus>.OauthToken
ShoppingContentBaseServiceRequest<ProductStatus>.PrettyPrint
ShoppingContentBaseServiceRequest<ProductStatus>.QuotaUser
ShoppingContentBaseServiceRequest<ProductStatus>.UploadType
ShoppingContentBaseServiceRequest<ProductStatus>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class GetRequest : ShoppingContentBaseServiceRequest<ProductStatus>, IClientServiceRequest<ProductStatus>, IClientServiceRequest

Constructors

GetRequest(IClientService, UInt64, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, ulong merchantId, string productId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.UInt64 merchantId
System.String productId

Properties

Destinations

If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.

Declaration
[RequestParameter("destinations", RequestParameterType.Query)]
public virtual Repeatable<string> Destinations { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.HttpMethod

IncludeAttributes

Flag to include full product data in the result of this get request. The default value is false.

Declaration
[RequestParameter("includeAttributes", RequestParameterType.Query)]
public virtual bool? IncludeAttributes { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MerchantId

The ID of the account that contains the product. This account cannot be a multi-client account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.MethodName

ProductId

The REST ID of the product.

Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2.Data.ProductStatus>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top