Represents an AggregatedListSubnetworksRequest.
Package
@google-cloud/computeConstructors
(constructor)(properties)
constructor(properties?: google.cloud.compute.v1.IAggregatedListSubnetworksRequest);Constructs a new AggregatedListSubnetworksRequest.
| Parameter | |
|---|---|
| Name | Description |
properties |
IAggregatedListSubnetworksRequest
Properties to set |
Properties
_filter
public _filter?: "filter";AggregatedListSubnetworksRequest _filter.
_includeAllScopes
public _includeAllScopes?: "includeAllScopes";AggregatedListSubnetworksRequest _includeAllScopes.
_maxResults
public _maxResults?: "maxResults";AggregatedListSubnetworksRequest _maxResults.
_orderBy
public _orderBy?: "orderBy";AggregatedListSubnetworksRequest _orderBy.
_pageToken
public _pageToken?: "pageToken";AggregatedListSubnetworksRequest _pageToken.
_returnPartialSuccess
public _returnPartialSuccess?: "returnPartialSuccess";AggregatedListSubnetworksRequest _returnPartialSuccess.
_serviceProjectNumber
public _serviceProjectNumber?: "serviceProjectNumber";AggregatedListSubnetworksRequest _serviceProjectNumber.
filter
public filter?: (string|null);AggregatedListSubnetworksRequest filter.
includeAllScopes
public includeAllScopes?: (boolean|null);AggregatedListSubnetworksRequest includeAllScopes.
maxResults
public maxResults?: (number|null);AggregatedListSubnetworksRequest maxResults.
orderBy
public orderBy?: (string|null);AggregatedListSubnetworksRequest orderBy.
pageToken
public pageToken?: (string|null);AggregatedListSubnetworksRequest pageToken.
project
public project: string;AggregatedListSubnetworksRequest project.
returnPartialSuccess
public returnPartialSuccess?: (boolean|null);AggregatedListSubnetworksRequest returnPartialSuccess.
serviceProjectNumber
public serviceProjectNumber?: (number|Long|string|null);AggregatedListSubnetworksRequest serviceProjectNumber.
Methods
create(properties)
public static create(properties?: google.cloud.compute.v1.IAggregatedListSubnetworksRequest): google.cloud.compute.v1.AggregatedListSubnetworksRequest;Creates a new AggregatedListSubnetworksRequest instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
IAggregatedListSubnetworksRequest
Properties to set |
| Returns | |
|---|---|
| Type | Description |
AggregatedListSubnetworksRequest |
AggregatedListSubnetworksRequest instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.compute.v1.AggregatedListSubnetworksRequest;Decodes an AggregatedListSubnetworksRequest message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
AggregatedListSubnetworksRequest |
AggregatedListSubnetworksRequest |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.compute.v1.AggregatedListSubnetworksRequest;Decodes an AggregatedListSubnetworksRequest message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
AggregatedListSubnetworksRequest |
AggregatedListSubnetworksRequest |
encode(message, writer)
public static encode(message: google.cloud.compute.v1.IAggregatedListSubnetworksRequest, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified AggregatedListSubnetworksRequest message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IAggregatedListSubnetworksRequest
AggregatedListSubnetworksRequest message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.compute.v1.IAggregatedListSubnetworksRequest, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified AggregatedListSubnetworksRequest message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
IAggregatedListSubnetworksRequest
AggregatedListSubnetworksRequest message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.compute.v1.AggregatedListSubnetworksRequest;Creates an AggregatedListSubnetworksRequest message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
AggregatedListSubnetworksRequest |
AggregatedListSubnetworksRequest |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for AggregatedListSubnetworksRequest
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this AggregatedListSubnetworksRequest to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.compute.v1.AggregatedListSubnetworksRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from an AggregatedListSubnetworksRequest message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
AggregatedListSubnetworksRequest
AggregatedListSubnetworksRequest |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies an AggregatedListSubnetworksRequest message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|