NodeSettings
extends Message
in package
Settings for Node client libraries.
Generated from protobuf message google.api.NodeSettings
Table of Contents
Properties
- $common : mixed
- Some settings.
Methods
- __construct() : mixed
- Constructor.
- clearCommon() : mixed
- getCommon() : CommonLanguageSettings|null
- Some settings.
- hasCommon() : mixed
- setCommon() : $this
- Some settings.
Properties
$common
Some settings.
protected
mixed
$common
= null
Generated from protobuf field .google.api.CommonLanguageSettings common = 1 [json_name = "common"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type \Google\Api\CommonLanguageSettings $common Some settings.}
clearCommon()
public
clearCommon() : mixed
getCommon()
Some settings.
public
getCommon() : CommonLanguageSettings|null
Generated from protobuf field .google.api.CommonLanguageSettings common = 1 [json_name = "common"];
Return values
CommonLanguageSettings|nullhasCommon()
public
hasCommon() : mixed
setCommon()
Some settings.
public
setCommon(CommonLanguageSettings $var) : $this
Generated from protobuf field .google.api.CommonLanguageSettings common = 1 [json_name = "common"];
Parameters
- $var : CommonLanguageSettings