Reference documentation and code samples for the Google API Common Protos Client class ProjectProperties.
A descriptor for defining project properties for a service. One service may
have many consumer projects, and the service may want to behave differently
depending on some properties on the project. For example, a project may be
associated with a school, or a business, or a government agency, a business
type property on the project may affect how a service responds to the client.
This descriptor defines which properties are allowed to be set on a project.
Example:
project_properties:
properties:
name: NO_WATERMARK
type: BOOL
description: Allows usage of the API without watermarks.
name: EXTENDED_TILE_CACHE_PERIOD
type: INT64
Generated from protobuf message google.api.ProjectProperties
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google API Common Protos Client - Class ProjectProperties (4.12.3)\n\nVersion latestkeyboard_arrow_down\n\n- [4.12.3 (latest)](/php/docs/reference/common-protos/latest/Api.ProjectProperties)\n- [4.12.2](/php/docs/reference/common-protos/4.12.2/Api.ProjectProperties)\n- [4.11.0](/php/docs/reference/common-protos/4.11.0/Api.ProjectProperties)\n- [4.10.0](/php/docs/reference/common-protos/4.10.0/Api.ProjectProperties)\n- [4.9.0](/php/docs/reference/common-protos/4.9.0/Api.ProjectProperties)\n- [4.8.3](/php/docs/reference/common-protos/4.8.3/Api.ProjectProperties) \nReference documentation and code samples for the Google API Common Protos Client class ProjectProperties.\n\nA descriptor for defining project properties for a service. One service may\nhave many consumer projects, and the service may want to behave differently\ndepending on some properties on the project. For example, a project may be\nassociated with a school, or a business, or a government agency, a business\ntype property on the project may affect how a service responds to the client.\n\nThis descriptor defines which properties are allowed to be set on a project.\nExample:\nproject_properties:\nproperties:\n\n- name: NO_WATERMARK type: BOOL description: Allows usage of the API without watermarks.\n- name: EXTENDED_TILE_CACHE_PERIOD type: INT64\n\nGenerated from protobuf message `google.api.ProjectProperties`\n\nNamespace\n---------\n\nGoogle \\\\ Api\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getProperties\n\nList of per consumer project-specific properties.\n\n### setProperties\n\nList of per consumer project-specific properties."]]