ServicesResource class

Constructors

ServicesResource(ApiRequester client)

Properties

connections ServicesConnectionsResource
no setter
dnsRecordSets ServicesDnsRecordSetsResource
no setter
dnsZones ServicesDnsZonesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
projects ServicesProjectsResource
no setter
roles ServicesRolesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSubnetwork(AddSubnetworkRequest request, String parent, {String? $fields}) Future<Operation>
For service producers, provisions a new subnet in a peered service's shared VPC network in the requested region and with the requested size that's expressed as a CIDR range (number of leading bits of ipV4 network mask).
disableVpcServiceControls(DisableVpcServiceControlsRequest request, String parent, {String? $fields}) Future<Operation>
Disables VPC service controls for a connection.
enableVpcServiceControls(EnableVpcServiceControlsRequest request, String parent, {String? $fields}) Future<Operation>
Enables VPC service controls for a connection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchRange(SearchRangeRequest request, String parent, {String? $fields}) Future<Operation>
Service producers can use this method to find a currently unused range within consumer allocated ranges.
toString() String
A string representation of this object.
inherited
validate(ValidateConsumerConfigRequest request, String parent, {String? $fields}) Future<ValidateConsumerConfigResponse>
Service producers use this method to validate if the consumer provided network, project and requested range are valid.

Operators

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