version = 'v1alpha'; $this->properties_audiences = new PropertiesAudiences( $this, $this->serviceName, // phpcs:ignore WordPress.NamingConventions.ValidVariableName 'audiences', array( 'methods' => array( 'create' => array( 'path' => 'v1alpha/{+parent}/audiences', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), 'list' => array( 'path' => 'v1alpha/{+parent}/audiences', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ), ), ) ); } }