Documentation

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

name()  : mixed
value()  : mixed

Constants

CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED

Not useful.

public mixed CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0

Generated from protobuf enum CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;

GENERATIVE_AI

Generative AI - https://developers.generativeai.google

public mixed GENERATIVE_AI = 7

Generated from protobuf enum GENERATIVE_AI = 7;

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


        
On this page

Search results