addCustomLabelPolicy method

ResponseFuture<AddCustomLabelPolicyResponse> addCustomLabelPolicy(
  1. AddCustomLabelPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

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