Reference documentation and code samples for the Google Shopping Merchant Quota V1beta Client class MethodDetails.
The method details per method in the Merchant API.
Generated from protobuf message google.shopping.merchant.quota.v1beta.MethodDetails
Namespace
Google \ Shopping \ Merchant \ Quota \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ method |
string
Output only. The name of the method for example |
↳ version |
string
Output only. The API version that the method belongs to. |
↳ subapi |
string
Output only. The sub-API that the method belongs to. |
↳ path |
string
Output only. The path for the method such as |
getMethod
Output only. The name of the method for example products.list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMethod
Output only. The name of the method for example products.list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Output only. The API version that the method belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setVersion
Output only. The API version that the method belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSubapi
Output only. The sub-API that the method belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSubapi
Output only. The sub-API that the method belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPath
Output only. The path for the method such as
products/v1/productInputs.insert
| Returns | |
|---|---|
| Type | Description |
string |
|
setPath
Output only. The path for the method such as
products/v1/productInputs.insert
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|