Properties of a ServiceOptions.
Package
@google-cloud/iap!Properties
".google.api.defaultHost"
".google.api.defaultHost"
?:
(
string
|
null
);
ServiceOptions .google.api.defaultHost
Type | Description |
---|---|
(string|null) |
".google.api.oauthScopes"
".google.api.oauthScopes"
?:
(
string
|
null
);
ServiceOptions .google.api.oauthScopes
Type | Description |
---|---|
(string|null) |
deprecated
deprecated
?:
(
boolean
|
null
);
ServiceOptions deprecated
Type | Description |
---|---|
(boolean|null) |
uninterpretedOption
uninterpretedOption
?:
(
google
.
protobuf
.
IUninterpretedOption
[]
|
null
);
ServiceOptions uninterpretedOption
Type | Description |
---|---|
( google.protobuf.IUninterpretedOption []|null) |