TargetSslProxiesResource class

Constructors

TargetSslProxiesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified TargetSslProxy resource.
get(String project, String targetSslProxy, {String? $fields}) Future<TargetSslProxy>
Returns the specified TargetSslProxy resource.
insert(TargetSslProxy request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates a TargetSslProxy resource in the specified project using the data included in the request.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<TargetSslProxyList>
Retrieves the list of TargetSslProxy resources available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBackendService(TargetSslProxiesSetBackendServiceRequest request, String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Changes the BackendService for TargetSslProxy.
setCertificateMap(TargetSslProxiesSetCertificateMapRequest request, String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Changes the Certificate Map for TargetSslProxy.
setProxyHeader(TargetSslProxiesSetProxyHeaderRequest request, String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Changes the ProxyHeaderType for TargetSslProxy.
setSslCertificates(TargetSslProxiesSetSslCertificatesRequest request, String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Changes SslCertificates for TargetSslProxy.
setSslPolicy(SslPolicyReference request, String project, String targetSslProxy, {String? requestId, String? $fields}) Future<Operation>
Sets the SSL policy for TargetSslProxy.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited