addCustomLabelPolicy method
ResponseFuture<AddCustomLabelPolicyResponse>
addCustomLabelPolicy(
- AddCustomLabelPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.AddCustomLabelPolicyResponse> addCustomLabelPolicy($0.AddCustomLabelPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$addCustomLabelPolicy, request, options: options);
}