Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class GetProgramRequest.
Request message for the GetProgram method.
Generated from protobuf message google.shopping.merchant.accounts.v1.GetProgramRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the program to retrieve. Format: accounts/{account}/programs/{program}
. For example, accounts/123456/programs/free-listings
.
getName
Required. The name of the program to retrieve.
Format: accounts/{account}/programs/{program}
. For example, accounts/123456/programs/free-listings
.
string
setName
Required. The name of the program to retrieve.
Format: accounts/{account}/programs/{program}
. For example, accounts/123456/programs/free-listings
.
var
string
$this
static::build
name
string
Required. The name of the program to retrieve.
Format: accounts/{account}/programs/{program}
. For example, accounts/123456/programs/free-listings
. Please see ProgramsServiceClient::programName()
for help formatting this field.