Class protos.google.cloud.apigateway.v1.ApiConfig (1.1.6)

Represents an ApiConfig.

Package

@google-cloud/api-gateway!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.apigateway.v1.IApiConfig);

Constructs a new ApiConfig.

Parameter
NameDescription
properties IApiConfig

Properties to set

Properties

createTime

public createTime?: (google.protobuf.ITimestamp|null);

ApiConfig createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

public displayName: string;

ApiConfig displayName.

Property Value
TypeDescription
string

gatewayServiceAccount

public gatewayServiceAccount: string;

ApiConfig gatewayServiceAccount.

Property Value
TypeDescription
string

grpcServices

public grpcServices: google.cloud.apigateway.v1.ApiConfig.IGrpcServiceDefinition[];

ApiConfig grpcServices.

Property Value
TypeDescription
google.cloud.apigateway.v1.ApiConfig.IGrpcServiceDefinition[]

labels

public labels: { [k: string]: string };

ApiConfig labels.

Property Value
TypeDescription
{ [k: string]: string }

managedServiceConfigs

public managedServiceConfigs: google.cloud.apigateway.v1.ApiConfig.IFile[];

ApiConfig managedServiceConfigs.

Property Value
TypeDescription
google.cloud.apigateway.v1.ApiConfig.IFile[]

name

public name: string;

ApiConfig name.

Property Value
TypeDescription
string

openapiDocuments

public openapiDocuments: google.cloud.apigateway.v1.ApiConfig.IOpenApiDocument[];

ApiConfig openapiDocuments.

Property Value
TypeDescription
google.cloud.apigateway.v1.ApiConfig.IOpenApiDocument[]

serviceConfigId

public serviceConfigId: string;

ApiConfig serviceConfigId.

Property Value
TypeDescription
string

state

public state: (google.cloud.apigateway.v1.ApiConfig.State|keyof typeof google.cloud.apigateway.v1.ApiConfig.State);

ApiConfig state.

Property Value
TypeDescription
(google.cloud.apigateway.v1.ApiConfig.State|keyof typeof google.cloud.apigateway.v1.ApiConfig.State)

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

ApiConfig updateTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

Methods

create(properties)

public static create(properties?: google.cloud.apigateway.v1.IApiConfig): google.cloud.apigateway.v1.ApiConfig;

Creates a new ApiConfig instance using the specified properties.

Parameter
NameDescription
properties IApiConfig

Properties to set

Returns
TypeDescription
google.cloud.apigateway.v1.ApiConfig

ApiConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.apigateway.v1.ApiConfig;

Decodes an ApiConfig message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.apigateway.v1.ApiConfig

ApiConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.apigateway.v1.ApiConfig;

Decodes an ApiConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.apigateway.v1.ApiConfig

ApiConfig

encode(message, writer)

public static encode(message: google.cloud.apigateway.v1.IApiConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ApiConfig message. Does not implicitly messages.

Parameters
NameDescription
message IApiConfig

ApiConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.apigateway.v1.IApiConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ApiConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IApiConfig

ApiConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.apigateway.v1.ApiConfig;

Creates an ApiConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.apigateway.v1.ApiConfig

ApiConfig

toJSON()

public toJSON(): { [k: string]: any };

Converts this ApiConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.apigateway.v1.ApiConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an ApiConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.apigateway.v1.ApiConfig

ApiConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an ApiConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not