Lines Matching refs:CloudBillingServer

955 type CloudBillingServer interface {  interface
1076 func RegisterCloudBillingServer(s *grpc.Server, srv CloudBillingServer) { argument
1086 return srv.(CloudBillingServer).GetBillingAccount(ctx, in)
1093 return srv.(CloudBillingServer).GetBillingAccount(ctx, req.(*GetBillingAccountRequest))
1104 return srv.(CloudBillingServer).ListBillingAccounts(ctx, in)
1111 return srv.(CloudBillingServer).ListBillingAccounts(ctx, req.(*ListBillingAccountsRequest))
1122 return srv.(CloudBillingServer).UpdateBillingAccount(ctx, in)
1129 return srv.(CloudBillingServer).UpdateBillingAccount(ctx, req.(*UpdateBillingAccountRequest))
1140 return srv.(CloudBillingServer).CreateBillingAccount(ctx, in)
1147 return srv.(CloudBillingServer).CreateBillingAccount(ctx, req.(*CreateBillingAccountRequest))
1158 return srv.(CloudBillingServer).ListProjectBillingInfo(ctx, in)
1165 return srv.(CloudBillingServer).ListProjectBillingInfo(ctx, req.(*ListProjectBillingInfoRequest))
1176 return srv.(CloudBillingServer).GetProjectBillingInfo(ctx, in)
1183 return srv.(CloudBillingServer).GetProjectBillingInfo(ctx, req.(*GetProjectBillingInfoRequest))
1194 return srv.(CloudBillingServer).UpdateProjectBillingInfo(ctx, in)
1201 …return srv.(CloudBillingServer).UpdateProjectBillingInfo(ctx, req.(*UpdateProjectBillingInfoReques…
1212 return srv.(CloudBillingServer).GetIamPolicy(ctx, in)
1219 return srv.(CloudBillingServer).GetIamPolicy(ctx, req.(*v1.GetIamPolicyRequest))
1230 return srv.(CloudBillingServer).SetIamPolicy(ctx, in)
1237 return srv.(CloudBillingServer).SetIamPolicy(ctx, req.(*v1.SetIamPolicyRequest))
1248 return srv.(CloudBillingServer).TestIamPermissions(ctx, in)
1255 return srv.(CloudBillingServer).TestIamPermissions(ctx, req.(*v1.TestIamPermissionsRequest))
1262 HandlerType: (*CloudBillingServer)(nil),