ClientLibraryOrganization
in package
The organization for which the client libraries are being published.
Affects the url where generated docs are published, etc.
Protobuf type google.api.ClientLibraryOrganization
Table of Contents
Constants
- ADS = 2
- Ads (Advertising) Org.
- CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0
- Not useful.
- CLOUD = 1
- Google Cloud Platform Org.
- GENERATIVE_AI = 7
- Generative AI - https://developers.generativeai.google
- GEO = 6
- Geo Org.
- PHOTOS = 3
- Photos Org.
- SHOPPING = 5
- Shopping Org.
- STREET_VIEW = 4
- Street View Org.
Properties
- $valueToName : mixed
Methods
Constants
ADS
Ads (Advertising) Org.
public
mixed
ADS
= 2
Generated from protobuf enum ADS = 2;
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
Not useful.
public
mixed
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
= 0
Generated from protobuf enum CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;
CLOUD
Google Cloud Platform Org.
public
mixed
CLOUD
= 1
Generated from protobuf enum CLOUD = 1;
GENERATIVE_AI
Generative AI - https://developers.generativeai.google
public
mixed
GENERATIVE_AI
= 7
Generated from protobuf enum GENERATIVE_AI = 7;
GEO
Geo Org.
public
mixed
GEO
= 6
Generated from protobuf enum GEO = 6;
PHOTOS
Photos Org.
public
mixed
PHOTOS
= 3
Generated from protobuf enum PHOTOS = 3;
SHOPPING
Shopping Org.
public
mixed
SHOPPING
= 5
Generated from protobuf enum SHOPPING = 5;
STREET_VIEW
Street View Org.
public
mixed
STREET_VIEW
= 4
Generated from protobuf enum STREET_VIEW = 4;
Properties
$valueToName
private
static mixed
$valueToName
= [self::CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED => 'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED', self::CLOUD => 'CLOUD', self::ADS => 'ADS', self::PHOTOS => 'PHOTOS', self::STREET_VIEW => 'STREET_VIEW', self::SHOPPING => 'SHOPPING', self::GEO => 'GEO', self::GENERATIVE_AI => 'GENERATIVE_AI']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed