1 /* 2 * Copyright 2022 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 package com.google.cloud.channel.v1.stub; 18 19 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse; 20 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse; 21 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse; 22 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomersPagedResponse; 23 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListEntitlementChangesPagedResponse; 24 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListEntitlementsPagedResponse; 25 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListOffersPagedResponse; 26 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListProductsPagedResponse; 27 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListPurchasableOffersPagedResponse; 28 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListPurchasableSkusPagedResponse; 29 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListSkusPagedResponse; 30 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListSubscribersPagedResponse; 31 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListTransferableOffersPagedResponse; 32 import static com.google.cloud.channel.v1.CloudChannelServiceClient.ListTransferableSkusPagedResponse; 33 34 import com.google.api.gax.core.BackgroundResource; 35 import com.google.api.gax.rpc.OperationCallable; 36 import com.google.api.gax.rpc.UnaryCallable; 37 import com.google.cloud.channel.v1.ActivateEntitlementRequest; 38 import com.google.cloud.channel.v1.CancelEntitlementRequest; 39 import com.google.cloud.channel.v1.ChangeOfferRequest; 40 import com.google.cloud.channel.v1.ChangeParametersRequest; 41 import com.google.cloud.channel.v1.ChangeRenewalSettingsRequest; 42 import com.google.cloud.channel.v1.ChannelPartnerLink; 43 import com.google.cloud.channel.v1.ChannelPartnerRepricingConfig; 44 import com.google.cloud.channel.v1.CheckCloudIdentityAccountsExistRequest; 45 import com.google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse; 46 import com.google.cloud.channel.v1.CreateChannelPartnerLinkRequest; 47 import com.google.cloud.channel.v1.CreateChannelPartnerRepricingConfigRequest; 48 import com.google.cloud.channel.v1.CreateCustomerRepricingConfigRequest; 49 import com.google.cloud.channel.v1.CreateCustomerRequest; 50 import com.google.cloud.channel.v1.CreateEntitlementRequest; 51 import com.google.cloud.channel.v1.Customer; 52 import com.google.cloud.channel.v1.CustomerRepricingConfig; 53 import com.google.cloud.channel.v1.DeleteChannelPartnerRepricingConfigRequest; 54 import com.google.cloud.channel.v1.DeleteCustomerRepricingConfigRequest; 55 import com.google.cloud.channel.v1.DeleteCustomerRequest; 56 import com.google.cloud.channel.v1.Entitlement; 57 import com.google.cloud.channel.v1.GetChannelPartnerLinkRequest; 58 import com.google.cloud.channel.v1.GetChannelPartnerRepricingConfigRequest; 59 import com.google.cloud.channel.v1.GetCustomerRepricingConfigRequest; 60 import com.google.cloud.channel.v1.GetCustomerRequest; 61 import com.google.cloud.channel.v1.GetEntitlementRequest; 62 import com.google.cloud.channel.v1.ImportCustomerRequest; 63 import com.google.cloud.channel.v1.ListChannelPartnerLinksRequest; 64 import com.google.cloud.channel.v1.ListChannelPartnerLinksResponse; 65 import com.google.cloud.channel.v1.ListChannelPartnerRepricingConfigsRequest; 66 import com.google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse; 67 import com.google.cloud.channel.v1.ListCustomerRepricingConfigsRequest; 68 import com.google.cloud.channel.v1.ListCustomerRepricingConfigsResponse; 69 import com.google.cloud.channel.v1.ListCustomersRequest; 70 import com.google.cloud.channel.v1.ListCustomersResponse; 71 import com.google.cloud.channel.v1.ListEntitlementChangesRequest; 72 import com.google.cloud.channel.v1.ListEntitlementChangesResponse; 73 import com.google.cloud.channel.v1.ListEntitlementsRequest; 74 import com.google.cloud.channel.v1.ListEntitlementsResponse; 75 import com.google.cloud.channel.v1.ListOffersRequest; 76 import com.google.cloud.channel.v1.ListOffersResponse; 77 import com.google.cloud.channel.v1.ListProductsRequest; 78 import com.google.cloud.channel.v1.ListProductsResponse; 79 import com.google.cloud.channel.v1.ListPurchasableOffersRequest; 80 import com.google.cloud.channel.v1.ListPurchasableOffersResponse; 81 import com.google.cloud.channel.v1.ListPurchasableSkusRequest; 82 import com.google.cloud.channel.v1.ListPurchasableSkusResponse; 83 import com.google.cloud.channel.v1.ListSkusRequest; 84 import com.google.cloud.channel.v1.ListSkusResponse; 85 import com.google.cloud.channel.v1.ListSubscribersRequest; 86 import com.google.cloud.channel.v1.ListSubscribersResponse; 87 import com.google.cloud.channel.v1.ListTransferableOffersRequest; 88 import com.google.cloud.channel.v1.ListTransferableOffersResponse; 89 import com.google.cloud.channel.v1.ListTransferableSkusRequest; 90 import com.google.cloud.channel.v1.ListTransferableSkusResponse; 91 import com.google.cloud.channel.v1.LookupOfferRequest; 92 import com.google.cloud.channel.v1.Offer; 93 import com.google.cloud.channel.v1.OperationMetadata; 94 import com.google.cloud.channel.v1.ProvisionCloudIdentityRequest; 95 import com.google.cloud.channel.v1.RegisterSubscriberRequest; 96 import com.google.cloud.channel.v1.RegisterSubscriberResponse; 97 import com.google.cloud.channel.v1.StartPaidServiceRequest; 98 import com.google.cloud.channel.v1.SuspendEntitlementRequest; 99 import com.google.cloud.channel.v1.TransferEntitlementsRequest; 100 import com.google.cloud.channel.v1.TransferEntitlementsResponse; 101 import com.google.cloud.channel.v1.TransferEntitlementsToGoogleRequest; 102 import com.google.cloud.channel.v1.UnregisterSubscriberRequest; 103 import com.google.cloud.channel.v1.UnregisterSubscriberResponse; 104 import com.google.cloud.channel.v1.UpdateChannelPartnerLinkRequest; 105 import com.google.cloud.channel.v1.UpdateChannelPartnerRepricingConfigRequest; 106 import com.google.cloud.channel.v1.UpdateCustomerRepricingConfigRequest; 107 import com.google.cloud.channel.v1.UpdateCustomerRequest; 108 import com.google.longrunning.Operation; 109 import com.google.longrunning.stub.OperationsStub; 110 import com.google.protobuf.Empty; 111 import javax.annotation.Generated; 112 113 // AUTO-GENERATED DOCUMENTATION AND CLASS. 114 /** 115 * Base stub class for the CloudChannelService service API. 116 * 117 * <p>This class is for advanced usage and reflects the underlying API directly. 118 */ 119 @Generated("by gapic-generator-java") 120 public abstract class CloudChannelServiceStub implements BackgroundResource { 121 getOperationsStub()122 public OperationsStub getOperationsStub() { 123 return null; 124 } 125 getHttpJsonOperationsStub()126 public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { 127 return null; 128 } 129 130 public UnaryCallable<ListCustomersRequest, ListCustomersPagedResponse> listCustomersPagedCallable()131 listCustomersPagedCallable() { 132 throw new UnsupportedOperationException("Not implemented: listCustomersPagedCallable()"); 133 } 134 listCustomersCallable()135 public UnaryCallable<ListCustomersRequest, ListCustomersResponse> listCustomersCallable() { 136 throw new UnsupportedOperationException("Not implemented: listCustomersCallable()"); 137 } 138 getCustomerCallable()139 public UnaryCallable<GetCustomerRequest, Customer> getCustomerCallable() { 140 throw new UnsupportedOperationException("Not implemented: getCustomerCallable()"); 141 } 142 143 public UnaryCallable< 144 CheckCloudIdentityAccountsExistRequest, CheckCloudIdentityAccountsExistResponse> checkCloudIdentityAccountsExistCallable()145 checkCloudIdentityAccountsExistCallable() { 146 throw new UnsupportedOperationException( 147 "Not implemented: checkCloudIdentityAccountsExistCallable()"); 148 } 149 createCustomerCallable()150 public UnaryCallable<CreateCustomerRequest, Customer> createCustomerCallable() { 151 throw new UnsupportedOperationException("Not implemented: createCustomerCallable()"); 152 } 153 updateCustomerCallable()154 public UnaryCallable<UpdateCustomerRequest, Customer> updateCustomerCallable() { 155 throw new UnsupportedOperationException("Not implemented: updateCustomerCallable()"); 156 } 157 deleteCustomerCallable()158 public UnaryCallable<DeleteCustomerRequest, Empty> deleteCustomerCallable() { 159 throw new UnsupportedOperationException("Not implemented: deleteCustomerCallable()"); 160 } 161 importCustomerCallable()162 public UnaryCallable<ImportCustomerRequest, Customer> importCustomerCallable() { 163 throw new UnsupportedOperationException("Not implemented: importCustomerCallable()"); 164 } 165 166 public OperationCallable<ProvisionCloudIdentityRequest, Customer, OperationMetadata> provisionCloudIdentityOperationCallable()167 provisionCloudIdentityOperationCallable() { 168 throw new UnsupportedOperationException( 169 "Not implemented: provisionCloudIdentityOperationCallable()"); 170 } 171 provisionCloudIdentityCallable()172 public UnaryCallable<ProvisionCloudIdentityRequest, Operation> provisionCloudIdentityCallable() { 173 throw new UnsupportedOperationException("Not implemented: provisionCloudIdentityCallable()"); 174 } 175 176 public UnaryCallable<ListEntitlementsRequest, ListEntitlementsPagedResponse> listEntitlementsPagedCallable()177 listEntitlementsPagedCallable() { 178 throw new UnsupportedOperationException("Not implemented: listEntitlementsPagedCallable()"); 179 } 180 181 public UnaryCallable<ListEntitlementsRequest, ListEntitlementsResponse> listEntitlementsCallable()182 listEntitlementsCallable() { 183 throw new UnsupportedOperationException("Not implemented: listEntitlementsCallable()"); 184 } 185 186 public UnaryCallable<ListTransferableSkusRequest, ListTransferableSkusPagedResponse> listTransferableSkusPagedCallable()187 listTransferableSkusPagedCallable() { 188 throw new UnsupportedOperationException("Not implemented: listTransferableSkusPagedCallable()"); 189 } 190 191 public UnaryCallable<ListTransferableSkusRequest, ListTransferableSkusResponse> listTransferableSkusCallable()192 listTransferableSkusCallable() { 193 throw new UnsupportedOperationException("Not implemented: listTransferableSkusCallable()"); 194 } 195 196 public UnaryCallable<ListTransferableOffersRequest, ListTransferableOffersPagedResponse> listTransferableOffersPagedCallable()197 listTransferableOffersPagedCallable() { 198 throw new UnsupportedOperationException( 199 "Not implemented: listTransferableOffersPagedCallable()"); 200 } 201 202 public UnaryCallable<ListTransferableOffersRequest, ListTransferableOffersResponse> listTransferableOffersCallable()203 listTransferableOffersCallable() { 204 throw new UnsupportedOperationException("Not implemented: listTransferableOffersCallable()"); 205 } 206 getEntitlementCallable()207 public UnaryCallable<GetEntitlementRequest, Entitlement> getEntitlementCallable() { 208 throw new UnsupportedOperationException("Not implemented: getEntitlementCallable()"); 209 } 210 211 public OperationCallable<CreateEntitlementRequest, Entitlement, OperationMetadata> createEntitlementOperationCallable()212 createEntitlementOperationCallable() { 213 throw new UnsupportedOperationException( 214 "Not implemented: createEntitlementOperationCallable()"); 215 } 216 createEntitlementCallable()217 public UnaryCallable<CreateEntitlementRequest, Operation> createEntitlementCallable() { 218 throw new UnsupportedOperationException("Not implemented: createEntitlementCallable()"); 219 } 220 221 public OperationCallable<ChangeParametersRequest, Entitlement, OperationMetadata> changeParametersOperationCallable()222 changeParametersOperationCallable() { 223 throw new UnsupportedOperationException("Not implemented: changeParametersOperationCallable()"); 224 } 225 changeParametersCallable()226 public UnaryCallable<ChangeParametersRequest, Operation> changeParametersCallable() { 227 throw new UnsupportedOperationException("Not implemented: changeParametersCallable()"); 228 } 229 230 public OperationCallable<ChangeRenewalSettingsRequest, Entitlement, OperationMetadata> changeRenewalSettingsOperationCallable()231 changeRenewalSettingsOperationCallable() { 232 throw new UnsupportedOperationException( 233 "Not implemented: changeRenewalSettingsOperationCallable()"); 234 } 235 changeRenewalSettingsCallable()236 public UnaryCallable<ChangeRenewalSettingsRequest, Operation> changeRenewalSettingsCallable() { 237 throw new UnsupportedOperationException("Not implemented: changeRenewalSettingsCallable()"); 238 } 239 240 public OperationCallable<ChangeOfferRequest, Entitlement, OperationMetadata> changeOfferOperationCallable()241 changeOfferOperationCallable() { 242 throw new UnsupportedOperationException("Not implemented: changeOfferOperationCallable()"); 243 } 244 changeOfferCallable()245 public UnaryCallable<ChangeOfferRequest, Operation> changeOfferCallable() { 246 throw new UnsupportedOperationException("Not implemented: changeOfferCallable()"); 247 } 248 249 public OperationCallable<StartPaidServiceRequest, Entitlement, OperationMetadata> startPaidServiceOperationCallable()250 startPaidServiceOperationCallable() { 251 throw new UnsupportedOperationException("Not implemented: startPaidServiceOperationCallable()"); 252 } 253 startPaidServiceCallable()254 public UnaryCallable<StartPaidServiceRequest, Operation> startPaidServiceCallable() { 255 throw new UnsupportedOperationException("Not implemented: startPaidServiceCallable()"); 256 } 257 258 public OperationCallable<SuspendEntitlementRequest, Entitlement, OperationMetadata> suspendEntitlementOperationCallable()259 suspendEntitlementOperationCallable() { 260 throw new UnsupportedOperationException( 261 "Not implemented: suspendEntitlementOperationCallable()"); 262 } 263 suspendEntitlementCallable()264 public UnaryCallable<SuspendEntitlementRequest, Operation> suspendEntitlementCallable() { 265 throw new UnsupportedOperationException("Not implemented: suspendEntitlementCallable()"); 266 } 267 268 public OperationCallable<CancelEntitlementRequest, Empty, OperationMetadata> cancelEntitlementOperationCallable()269 cancelEntitlementOperationCallable() { 270 throw new UnsupportedOperationException( 271 "Not implemented: cancelEntitlementOperationCallable()"); 272 } 273 cancelEntitlementCallable()274 public UnaryCallable<CancelEntitlementRequest, Operation> cancelEntitlementCallable() { 275 throw new UnsupportedOperationException("Not implemented: cancelEntitlementCallable()"); 276 } 277 278 public OperationCallable<ActivateEntitlementRequest, Entitlement, OperationMetadata> activateEntitlementOperationCallable()279 activateEntitlementOperationCallable() { 280 throw new UnsupportedOperationException( 281 "Not implemented: activateEntitlementOperationCallable()"); 282 } 283 activateEntitlementCallable()284 public UnaryCallable<ActivateEntitlementRequest, Operation> activateEntitlementCallable() { 285 throw new UnsupportedOperationException("Not implemented: activateEntitlementCallable()"); 286 } 287 288 public OperationCallable< 289 TransferEntitlementsRequest, TransferEntitlementsResponse, OperationMetadata> transferEntitlementsOperationCallable()290 transferEntitlementsOperationCallable() { 291 throw new UnsupportedOperationException( 292 "Not implemented: transferEntitlementsOperationCallable()"); 293 } 294 transferEntitlementsCallable()295 public UnaryCallable<TransferEntitlementsRequest, Operation> transferEntitlementsCallable() { 296 throw new UnsupportedOperationException("Not implemented: transferEntitlementsCallable()"); 297 } 298 299 public OperationCallable<TransferEntitlementsToGoogleRequest, Empty, OperationMetadata> transferEntitlementsToGoogleOperationCallable()300 transferEntitlementsToGoogleOperationCallable() { 301 throw new UnsupportedOperationException( 302 "Not implemented: transferEntitlementsToGoogleOperationCallable()"); 303 } 304 305 public UnaryCallable<TransferEntitlementsToGoogleRequest, Operation> transferEntitlementsToGoogleCallable()306 transferEntitlementsToGoogleCallable() { 307 throw new UnsupportedOperationException( 308 "Not implemented: transferEntitlementsToGoogleCallable()"); 309 } 310 311 public UnaryCallable<ListChannelPartnerLinksRequest, ListChannelPartnerLinksPagedResponse> listChannelPartnerLinksPagedCallable()312 listChannelPartnerLinksPagedCallable() { 313 throw new UnsupportedOperationException( 314 "Not implemented: listChannelPartnerLinksPagedCallable()"); 315 } 316 317 public UnaryCallable<ListChannelPartnerLinksRequest, ListChannelPartnerLinksResponse> listChannelPartnerLinksCallable()318 listChannelPartnerLinksCallable() { 319 throw new UnsupportedOperationException("Not implemented: listChannelPartnerLinksCallable()"); 320 } 321 322 public UnaryCallable<GetChannelPartnerLinkRequest, ChannelPartnerLink> getChannelPartnerLinkCallable()323 getChannelPartnerLinkCallable() { 324 throw new UnsupportedOperationException("Not implemented: getChannelPartnerLinkCallable()"); 325 } 326 327 public UnaryCallable<CreateChannelPartnerLinkRequest, ChannelPartnerLink> createChannelPartnerLinkCallable()328 createChannelPartnerLinkCallable() { 329 throw new UnsupportedOperationException("Not implemented: createChannelPartnerLinkCallable()"); 330 } 331 332 public UnaryCallable<UpdateChannelPartnerLinkRequest, ChannelPartnerLink> updateChannelPartnerLinkCallable()333 updateChannelPartnerLinkCallable() { 334 throw new UnsupportedOperationException("Not implemented: updateChannelPartnerLinkCallable()"); 335 } 336 337 public UnaryCallable<GetCustomerRepricingConfigRequest, CustomerRepricingConfig> getCustomerRepricingConfigCallable()338 getCustomerRepricingConfigCallable() { 339 throw new UnsupportedOperationException( 340 "Not implemented: getCustomerRepricingConfigCallable()"); 341 } 342 343 public UnaryCallable< 344 ListCustomerRepricingConfigsRequest, ListCustomerRepricingConfigsPagedResponse> listCustomerRepricingConfigsPagedCallable()345 listCustomerRepricingConfigsPagedCallable() { 346 throw new UnsupportedOperationException( 347 "Not implemented: listCustomerRepricingConfigsPagedCallable()"); 348 } 349 350 public UnaryCallable<ListCustomerRepricingConfigsRequest, ListCustomerRepricingConfigsResponse> listCustomerRepricingConfigsCallable()351 listCustomerRepricingConfigsCallable() { 352 throw new UnsupportedOperationException( 353 "Not implemented: listCustomerRepricingConfigsCallable()"); 354 } 355 356 public UnaryCallable<CreateCustomerRepricingConfigRequest, CustomerRepricingConfig> createCustomerRepricingConfigCallable()357 createCustomerRepricingConfigCallable() { 358 throw new UnsupportedOperationException( 359 "Not implemented: createCustomerRepricingConfigCallable()"); 360 } 361 362 public UnaryCallable<UpdateCustomerRepricingConfigRequest, CustomerRepricingConfig> updateCustomerRepricingConfigCallable()363 updateCustomerRepricingConfigCallable() { 364 throw new UnsupportedOperationException( 365 "Not implemented: updateCustomerRepricingConfigCallable()"); 366 } 367 368 public UnaryCallable<DeleteCustomerRepricingConfigRequest, Empty> deleteCustomerRepricingConfigCallable()369 deleteCustomerRepricingConfigCallable() { 370 throw new UnsupportedOperationException( 371 "Not implemented: deleteCustomerRepricingConfigCallable()"); 372 } 373 374 public UnaryCallable<GetChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigCallable()375 getChannelPartnerRepricingConfigCallable() { 376 throw new UnsupportedOperationException( 377 "Not implemented: getChannelPartnerRepricingConfigCallable()"); 378 } 379 380 public UnaryCallable< 381 ListChannelPartnerRepricingConfigsRequest, 382 ListChannelPartnerRepricingConfigsPagedResponse> listChannelPartnerRepricingConfigsPagedCallable()383 listChannelPartnerRepricingConfigsPagedCallable() { 384 throw new UnsupportedOperationException( 385 "Not implemented: listChannelPartnerRepricingConfigsPagedCallable()"); 386 } 387 388 public UnaryCallable< 389 ListChannelPartnerRepricingConfigsRequest, ListChannelPartnerRepricingConfigsResponse> listChannelPartnerRepricingConfigsCallable()390 listChannelPartnerRepricingConfigsCallable() { 391 throw new UnsupportedOperationException( 392 "Not implemented: listChannelPartnerRepricingConfigsCallable()"); 393 } 394 395 public UnaryCallable<CreateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig> createChannelPartnerRepricingConfigCallable()396 createChannelPartnerRepricingConfigCallable() { 397 throw new UnsupportedOperationException( 398 "Not implemented: createChannelPartnerRepricingConfigCallable()"); 399 } 400 401 public UnaryCallable<UpdateChannelPartnerRepricingConfigRequest, ChannelPartnerRepricingConfig> updateChannelPartnerRepricingConfigCallable()402 updateChannelPartnerRepricingConfigCallable() { 403 throw new UnsupportedOperationException( 404 "Not implemented: updateChannelPartnerRepricingConfigCallable()"); 405 } 406 407 public UnaryCallable<DeleteChannelPartnerRepricingConfigRequest, Empty> deleteChannelPartnerRepricingConfigCallable()408 deleteChannelPartnerRepricingConfigCallable() { 409 throw new UnsupportedOperationException( 410 "Not implemented: deleteChannelPartnerRepricingConfigCallable()"); 411 } 412 lookupOfferCallable()413 public UnaryCallable<LookupOfferRequest, Offer> lookupOfferCallable() { 414 throw new UnsupportedOperationException("Not implemented: lookupOfferCallable()"); 415 } 416 listProductsPagedCallable()417 public UnaryCallable<ListProductsRequest, ListProductsPagedResponse> listProductsPagedCallable() { 418 throw new UnsupportedOperationException("Not implemented: listProductsPagedCallable()"); 419 } 420 listProductsCallable()421 public UnaryCallable<ListProductsRequest, ListProductsResponse> listProductsCallable() { 422 throw new UnsupportedOperationException("Not implemented: listProductsCallable()"); 423 } 424 listSkusPagedCallable()425 public UnaryCallable<ListSkusRequest, ListSkusPagedResponse> listSkusPagedCallable() { 426 throw new UnsupportedOperationException("Not implemented: listSkusPagedCallable()"); 427 } 428 listSkusCallable()429 public UnaryCallable<ListSkusRequest, ListSkusResponse> listSkusCallable() { 430 throw new UnsupportedOperationException("Not implemented: listSkusCallable()"); 431 } 432 listOffersPagedCallable()433 public UnaryCallable<ListOffersRequest, ListOffersPagedResponse> listOffersPagedCallable() { 434 throw new UnsupportedOperationException("Not implemented: listOffersPagedCallable()"); 435 } 436 listOffersCallable()437 public UnaryCallable<ListOffersRequest, ListOffersResponse> listOffersCallable() { 438 throw new UnsupportedOperationException("Not implemented: listOffersCallable()"); 439 } 440 441 public UnaryCallable<ListPurchasableSkusRequest, ListPurchasableSkusPagedResponse> listPurchasableSkusPagedCallable()442 listPurchasableSkusPagedCallable() { 443 throw new UnsupportedOperationException("Not implemented: listPurchasableSkusPagedCallable()"); 444 } 445 446 public UnaryCallable<ListPurchasableSkusRequest, ListPurchasableSkusResponse> listPurchasableSkusCallable()447 listPurchasableSkusCallable() { 448 throw new UnsupportedOperationException("Not implemented: listPurchasableSkusCallable()"); 449 } 450 451 public UnaryCallable<ListPurchasableOffersRequest, ListPurchasableOffersPagedResponse> listPurchasableOffersPagedCallable()452 listPurchasableOffersPagedCallable() { 453 throw new UnsupportedOperationException( 454 "Not implemented: listPurchasableOffersPagedCallable()"); 455 } 456 457 public UnaryCallable<ListPurchasableOffersRequest, ListPurchasableOffersResponse> listPurchasableOffersCallable()458 listPurchasableOffersCallable() { 459 throw new UnsupportedOperationException("Not implemented: listPurchasableOffersCallable()"); 460 } 461 462 public UnaryCallable<RegisterSubscriberRequest, RegisterSubscriberResponse> registerSubscriberCallable()463 registerSubscriberCallable() { 464 throw new UnsupportedOperationException("Not implemented: registerSubscriberCallable()"); 465 } 466 467 public UnaryCallable<UnregisterSubscriberRequest, UnregisterSubscriberResponse> unregisterSubscriberCallable()468 unregisterSubscriberCallable() { 469 throw new UnsupportedOperationException("Not implemented: unregisterSubscriberCallable()"); 470 } 471 472 public UnaryCallable<ListSubscribersRequest, ListSubscribersPagedResponse> listSubscribersPagedCallable()473 listSubscribersPagedCallable() { 474 throw new UnsupportedOperationException("Not implemented: listSubscribersPagedCallable()"); 475 } 476 listSubscribersCallable()477 public UnaryCallable<ListSubscribersRequest, ListSubscribersResponse> listSubscribersCallable() { 478 throw new UnsupportedOperationException("Not implemented: listSubscribersCallable()"); 479 } 480 481 public UnaryCallable<ListEntitlementChangesRequest, ListEntitlementChangesPagedResponse> listEntitlementChangesPagedCallable()482 listEntitlementChangesPagedCallable() { 483 throw new UnsupportedOperationException( 484 "Not implemented: listEntitlementChangesPagedCallable()"); 485 } 486 487 public UnaryCallable<ListEntitlementChangesRequest, ListEntitlementChangesResponse> listEntitlementChangesCallable()488 listEntitlementChangesCallable() { 489 throw new UnsupportedOperationException("Not implemented: listEntitlementChangesCallable()"); 490 } 491 492 @Override close()493 public abstract void close(); 494 } 495