Class PhpSettings
Settings for Php client libraries.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class PhpSettings : IDirectResponseSchema
Properties
Common
Some settings.
Declaration
[JsonProperty("common")]
public virtual CommonLanguageSettings Common { get; set; }
Property Value
| Type | Description |
|---|---|
| CommonLanguageSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LibraryPackage
The package name to use in Php. Clobbers the php_namespace option set in the protobuf. This should be used only by APIs who have already set the language_settings.php.package_name" field in gapic.yaml. API teams should use the protobuf php_namespace option where possible. Example of a YAML configuration:: publishing: library_settings: php_settings: library_package: Google\Cloud\PubSub\V1
Declaration
[JsonProperty("libraryPackage")]
public virtual string LibraryPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |