Lines Matching refs:CloudBillingServer

1443 type CloudBillingServer interface {  interface
1564 func RegisterCloudBillingServer(s *grpc.Server, srv CloudBillingServer) { argument
1574 return srv.(CloudBillingServer).GetBillingAccount(ctx, in)
1581 return srv.(CloudBillingServer).GetBillingAccount(ctx, req.(*GetBillingAccountRequest))
1592 return srv.(CloudBillingServer).ListBillingAccounts(ctx, in)
1599 return srv.(CloudBillingServer).ListBillingAccounts(ctx, req.(*ListBillingAccountsRequest))
1610 return srv.(CloudBillingServer).UpdateBillingAccount(ctx, in)
1617 return srv.(CloudBillingServer).UpdateBillingAccount(ctx, req.(*UpdateBillingAccountRequest))
1628 return srv.(CloudBillingServer).CreateBillingAccount(ctx, in)
1635 return srv.(CloudBillingServer).CreateBillingAccount(ctx, req.(*CreateBillingAccountRequest))
1646 return srv.(CloudBillingServer).ListProjectBillingInfo(ctx, in)
1653 return srv.(CloudBillingServer).ListProjectBillingInfo(ctx, req.(*ListProjectBillingInfoRequest))
1664 return srv.(CloudBillingServer).GetProjectBillingInfo(ctx, in)
1671 return srv.(CloudBillingServer).GetProjectBillingInfo(ctx, req.(*GetProjectBillingInfoRequest))
1682 return srv.(CloudBillingServer).UpdateProjectBillingInfo(ctx, in)
1689 …return srv.(CloudBillingServer).UpdateProjectBillingInfo(ctx, req.(*UpdateProjectBillingInfoReques…
1700 return srv.(CloudBillingServer).GetIamPolicy(ctx, in)
1707 return srv.(CloudBillingServer).GetIamPolicy(ctx, req.(*v1.GetIamPolicyRequest))
1718 return srv.(CloudBillingServer).SetIamPolicy(ctx, in)
1725 return srv.(CloudBillingServer).SetIamPolicy(ctx, req.(*v1.SetIamPolicyRequest))
1736 return srv.(CloudBillingServer).TestIamPermissions(ctx, in)
1743 return srv.(CloudBillingServer).TestIamPermissions(ctx, req.(*v1.TestIamPermissionsRequest))
1750 HandlerType: (*CloudBillingServer)(nil),