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