Compute V1 Client - Class RegionTargetHttpsProxiesSetSslCertificatesRequest (1.5.0)

Reference documentation and code samples for the Compute V1 Client class RegionTargetHttpsProxiesSetSslCertificatesRequest.

Generated from protobuf message google.cloud.compute.v1.RegionTargetHttpsProxiesSetSslCertificatesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ssl_certificates array

New set of SslCertificate resources to associate with this TargetHttpsProxy resource.

getSslCertificates

New set of SslCertificate resources to associate with this TargetHttpsProxy resource.

Generated from protobuf field repeated string ssl_certificates = 366006543;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSslCertificates

New set of SslCertificate resources to associate with this TargetHttpsProxy resource.

Generated from protobuf field repeated string ssl_certificates = 366006543;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this