[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class SaasRolloutsStub (0.2.0)\n\n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \n\n public abstract class SaasRolloutsStub implements BackgroundResource\n\nBase stub class for the SaasRollouts service API.\n\nThis class is for advanced usage and reflects the underlying API directly. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e SaasRolloutsStub \n\nImplements\n----------\n\n[BackgroundResource](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.core.BackgroundResource.html) \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### SaasRolloutsStub()\n\n public SaasRolloutsStub()\n\nMethods\n-------\n\n### close()\n\n public abstract void close()\n\n### createRolloutCallable()\n\n public UnaryCallable\u003cCreateRolloutRequest,Rollout\u003e createRolloutCallable()\n\n### createRolloutKindCallable()\n\n public UnaryCallable\u003cCreateRolloutKindRequest,RolloutKind\u003e createRolloutKindCallable()\n\n### deleteRolloutCallable()\n\n public UnaryCallable\u003cDeleteRolloutRequest,Empty\u003e deleteRolloutCallable()\n\n### deleteRolloutKindCallable()\n\n public UnaryCallable\u003cDeleteRolloutKindRequest,Empty\u003e deleteRolloutKindCallable()\n\n### getLocationCallable()\n\n public UnaryCallable\u003cGetLocationRequest,Location\u003e getLocationCallable()\n\n### getRolloutCallable()\n\n public UnaryCallable\u003cGetRolloutRequest,Rollout\u003e getRolloutCallable()\n\n### getRolloutKindCallable()\n\n public UnaryCallable\u003cGetRolloutKindRequest,RolloutKind\u003e getRolloutKindCallable()\n\n### listLocationsCallable()\n\n public UnaryCallable\u003cListLocationsRequest,ListLocationsResponse\u003e listLocationsCallable()\n\n### listLocationsPagedCallable()\n\n public UnaryCallable\u003cListLocationsRequest,SaasRolloutsClient.ListLocationsPagedResponse\u003e listLocationsPagedCallable()\n\n### listRolloutKindsCallable()\n\n public UnaryCallable\u003cListRolloutKindsRequest,ListRolloutKindsResponse\u003e listRolloutKindsCallable()\n\n### listRolloutKindsPagedCallable()\n\n public UnaryCallable\u003cListRolloutKindsRequest,SaasRolloutsClient.ListRolloutKindsPagedResponse\u003e listRolloutKindsPagedCallable()\n\n### listRolloutsCallable()\n\n public UnaryCallable\u003cListRolloutsRequest,ListRolloutsResponse\u003e listRolloutsCallable()\n\n### listRolloutsPagedCallable()\n\n public UnaryCallable\u003cListRolloutsRequest,SaasRolloutsClient.ListRolloutsPagedResponse\u003e listRolloutsPagedCallable()\n\n### updateRolloutCallable()\n\n public UnaryCallable\u003cUpdateRolloutRequest,Rollout\u003e updateRolloutCallable()\n\n### updateRolloutKindCallable()\n\n public UnaryCallable\u003cUpdateRolloutKindRequest,RolloutKind\u003e updateRolloutKindCallable()"]]