Reference documentation and code samples for the Google Shopping Css V1 Client class MethodDetails.
The method details per method in the CSS API.
Generated from protobuf message google.shopping.css.v1.MethodDetails
Namespace
Google \ Shopping \ Css \ V1Methods
__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. In the CSS API, this is always |
↳ path |
string
Output only. The path for the method such as |
getMethod
Output only. The name of the method for example
cssproductsservice.listcssproducts
.
Returns | |
---|---|
Type | Description |
string |
setMethod
Output only. The name of the method for example
cssproductsservice.listcssproducts
.
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. In the CSS API, this
is always css
.
Returns | |
---|---|
Type | Description |
string |
setSubapi
Output only. The sub-API that the method belongs to. In the CSS API, this
is always css
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPath
Output only. The path for the method such as
v1/cssproductsservice.listcssproducts
.
Returns | |
---|---|
Type | Description |
string |
setPath
Output only. The path for the method such as
v1/cssproductsservice.listcssproducts
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |