@@ -404,6 +404,15 @@ class ApigeeResource(googleapiclient.discovery.Resource):
404404 ** kwargs : typing .Any
405405 ) -> GoogleCloudApigeeV1AttributeHttpRequest : ...
406406 @typing .type_check_only
407+ class BalanceResource (googleapiclient .discovery .Resource ):
408+ def credit (
409+ self ,
410+ * ,
411+ name : str ,
412+ body : GoogleCloudApigeeV1CreditDeveloperBalanceRequest = ...,
413+ ** kwargs : typing .Any
414+ ) -> GoogleCloudApigeeV1DeveloperBalanceHttpRequest : ...
415+ @typing .type_check_only
407416 class SubscriptionsResource (googleapiclient .discovery .Resource ):
408417 def create (
409418 self ,
@@ -443,6 +452,12 @@ class ApigeeResource(googleapiclient.discovery.Resource):
443452 def get (
444453 self , * , name : str , action : str = ..., ** kwargs : typing .Any
445454 ) -> GoogleCloudApigeeV1DeveloperHttpRequest : ...
455+ def getBalance (
456+ self , * , name : str , ** kwargs : typing .Any
457+ ) -> GoogleCloudApigeeV1DeveloperBalanceHttpRequest : ...
458+ def getMonetizationConfig (
459+ self , * , name : str , ** kwargs : typing .Any
460+ ) -> GoogleCloudApigeeV1DeveloperMonetizationConfigHttpRequest : ...
446461 def list (
447462 self ,
448463 * ,
@@ -465,8 +480,16 @@ class ApigeeResource(googleapiclient.discovery.Resource):
465480 body : GoogleCloudApigeeV1Developer = ...,
466481 ** kwargs : typing .Any
467482 ) -> GoogleCloudApigeeV1DeveloperHttpRequest : ...
483+ def updateMonetizationConfig (
484+ self ,
485+ * ,
486+ name : str ,
487+ body : GoogleCloudApigeeV1DeveloperMonetizationConfig = ...,
488+ ** kwargs : typing .Any
489+ ) -> GoogleCloudApigeeV1DeveloperMonetizationConfigHttpRequest : ...
468490 def apps (self ) -> AppsResource : ...
469491 def attributes (self ) -> AttributesResource : ...
492+ def balance (self ) -> BalanceResource : ...
470493 def subscriptions (self ) -> SubscriptionsResource : ...
471494 @typing .type_check_only
472495 class EnvgroupsResource (googleapiclient .discovery .Resource ):
@@ -1743,6 +1766,28 @@ class GoogleCloudApigeeV1DeveloperAppKeyHttpRequest(googleapiclient.http.HttpReq
17431766 num_retries : int = ...,
17441767 ) -> GoogleCloudApigeeV1DeveloperAppKey : ...
17451768
1769+ @typing .type_check_only
1770+ class GoogleCloudApigeeV1DeveloperBalanceHttpRequest (googleapiclient .http .HttpRequest ):
1771+ def execute (
1772+ self ,
1773+ http : typing .Optional [
1774+ typing .Union [httplib2 .Http , googleapiclient .http .HttpMock ]
1775+ ] = ...,
1776+ num_retries : int = ...,
1777+ ) -> GoogleCloudApigeeV1DeveloperBalance : ...
1778+
1779+ @typing .type_check_only
1780+ class GoogleCloudApigeeV1DeveloperMonetizationConfigHttpRequest (
1781+ googleapiclient .http .HttpRequest
1782+ ):
1783+ def execute (
1784+ self ,
1785+ http : typing .Optional [
1786+ typing .Union [httplib2 .Http , googleapiclient .http .HttpMock ]
1787+ ] = ...,
1788+ num_retries : int = ...,
1789+ ) -> GoogleCloudApigeeV1DeveloperMonetizationConfig : ...
1790+
17461791@typing .type_check_only
17471792class GoogleCloudApigeeV1DeveloperSubscriptionHttpRequest (
17481793 googleapiclient .http .HttpRequest
0 commit comments