Class protos.google.cloud.security.privateca.v1.ListCertificateTemplatesResponse (5.2.0)

Represents a ListCertificateTemplatesResponse.

Package

@google-cloud/security-private-ca

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.security.privateca.v1.IListCertificateTemplatesResponse);

Constructs a new ListCertificateTemplatesResponse.

Parameter
NameDescription
properties IListCertificateTemplatesResponse

Properties to set

Properties

certificateTemplates

public certificateTemplates: google.cloud.security.privateca.v1.ICertificateTemplate[];

ListCertificateTemplatesResponse certificateTemplates.

nextPageToken

public nextPageToken: string;

ListCertificateTemplatesResponse nextPageToken.

unreachable

public unreachable: string[];

ListCertificateTemplatesResponse unreachable.

Methods

create(properties)

public static create(properties?: google.cloud.security.privateca.v1.IListCertificateTemplatesResponse): google.cloud.security.privateca.v1.ListCertificateTemplatesResponse;

Creates a new ListCertificateTemplatesResponse instance using the specified properties.

Parameter
NameDescription
properties IListCertificateTemplatesResponse

Properties to set

Returns
TypeDescription
ListCertificateTemplatesResponse

ListCertificateTemplatesResponse instance

decode(reader, length)

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

Decodes a ListCertificateTemplatesResponse message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
ListCertificateTemplatesResponse

ListCertificateTemplatesResponse

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.security.privateca.v1.ListCertificateTemplatesResponse;

Decodes a ListCertificateTemplatesResponse message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ListCertificateTemplatesResponse

ListCertificateTemplatesResponse

encode(message, writer)

public static encode(message: google.cloud.security.privateca.v1.IListCertificateTemplatesResponse, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ListCertificateTemplatesResponse message. Does not implicitly messages.

Parameters
NameDescription
message IListCertificateTemplatesResponse

ListCertificateTemplatesResponse 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.security.privateca.v1.IListCertificateTemplatesResponse, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IListCertificateTemplatesResponse

ListCertificateTemplatesResponse 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.security.privateca.v1.ListCertificateTemplatesResponse;

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

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

Plain object

Returns
TypeDescription
ListCertificateTemplatesResponse

ListCertificateTemplatesResponse

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for ListCertificateTemplatesResponse

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this ListCertificateTemplatesResponse to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ListCertificateTemplatesResponse

ListCertificateTemplatesResponse

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies a ListCertificateTemplatesResponse 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