Represents an IapSettings.
Package
@google-cloud/iap!Constructors
(constructor)(properties)
constructor
(
properties
?:
google
.
cloud
.
iap
.
v1
.
IIapSettings
);
Constructs a new IapSettings.
| Name | Description |
| properties | IIapSettings
Properties to set |
Properties
accessSettings
public
accessSettings
?:
(
google
.
cloud
.
iap
.
v1
.
IAccessSettings
|
null
);
IapSettings accessSettings.
| Type | Description |
|---|---|
| ( google.cloud.iap.v1.IAccessSettings |null) |
applicationSettings
public
applicationSettings
?:
(
google
.
cloud
.
iap
.
v1
.
IApplicationSettings
|
null
);
IapSettings applicationSettings.
| Type | Description |
|---|---|
| ( google.cloud.iap.v1.IApplicationSettings |null) |
name
public
name
:
string
;
IapSettings name.
| Type | Description |
|---|---|
| string |
Methods
create(properties)
public
static
create
(
properties
?:
google
.
cloud
.
iap
.
v1
.
IIapSettings
)
:
google
.
cloud
.
iap
.
v1
.
IapSettings
;
Creates a new IapSettings instance using the specified properties.
| Name | Description |
| properties | IIapSettings
Properties to set |
| Type | Description |
|---|---|
| google.cloud.iap.v1.IapSettings | IapSettings instance |
decode(reader, length)
public
static
decode
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
),
length
?:
number
)
:
google
.
cloud
.
iap
.
v1
.
IapSettings
;
Decodes an IapSettings message from the specified reader or buffer.
| Name | Description |
| reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
| length | number
Message length if known beforehand |
| Type | Description |
|---|---|
| google.cloud.iap.v1.IapSettings | IapSettings |
decodeDelimited(reader)
public
static
decodeDelimited
(
reader
:
(
$protobuf
.
Reader
|
Uint8Array
))
:
google
.
cloud
.
iap
.
v1
.
IapSettings
;
Decodes an IapSettings message from the specified reader or buffer, length delimited.
| Name | Description |
| reader | ($protobuf. Reader
| Uint8Array
)
Reader or buffer to decode from |
| Type | Description |
|---|---|
| google.cloud.iap.v1.IapSettings | IapSettings |
encode(message, writer)
public
static
encode
(
message
:
google
.
cloud
.
iap
.
v1
.
IIapSettings
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified IapSettings message. Does not implicitly messages.
| Name | Description |
| message | IIapSettings
IapSettings message or plain object to encode |
| writer | $protobuf. Writer
Writer to encode to |
| Type | Description |
|---|---|
| $protobuf. Writer | Writer |
encodeDelimited(message, writer)
public
static
encodeDelimited
(
message
:
google
.
cloud
.
iap
.
v1
.
IIapSettings
,
writer
?:
$protobuf
.
Writer
)
:
$protobuf
.
Writer
;
Encodes the specified IapSettings message, length delimited. Does not implicitly messages.
| Name | Description |
| message | IIapSettings
IapSettings message or plain object to encode |
| writer | $protobuf. Writer
Writer to encode to |
| Type | Description |
|---|---|
| $protobuf. Writer | Writer |
fromObject(object)
public
static
fromObject
(
object
:
{
[
k
:
string
]
:
any
})
:
google
.
cloud
.
iap
.
v1
.
IapSettings
;
Creates an IapSettings message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object | { [k: string]: any }
Plain object |
| Type | Description |
|---|---|
| google.cloud.iap.v1.IapSettings | IapSettings |
toJSON()
public
toJSON
()
:
{
[
k
:
string
]
:
any
};
Converts this IapSettings to JSON.
| Type | Description |
|---|---|
| { [k: string]: any } | JSON object |
toObject(message, options)
public
static
toObject
(
message
:
google
.
cloud
.
iap
.
v1
.
IapSettings
,
options
?:
$protobuf
.
IConversionOptions
)
:
{
[
k
:
string
]
:
any
};
Creates a plain object from an IapSettings message. Also converts values to other types if specified.
| Name | Description |
| message | google.cloud.iap.v1.IapSettings
IapSettings |
| options | $protobuf. IConversionOptions
Conversion options |
| Type | Description |
|---|---|
| { [k: string]: any } | Plain object |
verify(message)
public
static
verify
(
message
:
{
[
k
:
string
]
:
any
})
:
(
string
|
null
);
Verifies an IapSettings message.
| Name | Description |
| message | { [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) | |

