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.compute.v1.stub; 18 19 import static com.google.cloud.compute.v1.TargetHttpsProxiesClient.AggregatedListPagedResponse; 20 import static com.google.cloud.compute.v1.TargetHttpsProxiesClient.ListPagedResponse; 21 22 import com.google.api.gax.core.BackgroundResource; 23 import com.google.api.gax.rpc.OperationCallable; 24 import com.google.api.gax.rpc.UnaryCallable; 25 import com.google.cloud.compute.v1.AggregatedListTargetHttpsProxiesRequest; 26 import com.google.cloud.compute.v1.DeleteTargetHttpsProxyRequest; 27 import com.google.cloud.compute.v1.GetTargetHttpsProxyRequest; 28 import com.google.cloud.compute.v1.InsertTargetHttpsProxyRequest; 29 import com.google.cloud.compute.v1.ListTargetHttpsProxiesRequest; 30 import com.google.cloud.compute.v1.Operation; 31 import com.google.cloud.compute.v1.PatchTargetHttpsProxyRequest; 32 import com.google.cloud.compute.v1.SetCertificateMapTargetHttpsProxyRequest; 33 import com.google.cloud.compute.v1.SetQuicOverrideTargetHttpsProxyRequest; 34 import com.google.cloud.compute.v1.SetSslCertificatesTargetHttpsProxyRequest; 35 import com.google.cloud.compute.v1.SetSslPolicyTargetHttpsProxyRequest; 36 import com.google.cloud.compute.v1.SetUrlMapTargetHttpsProxyRequest; 37 import com.google.cloud.compute.v1.TargetHttpsProxy; 38 import com.google.cloud.compute.v1.TargetHttpsProxyAggregatedList; 39 import com.google.cloud.compute.v1.TargetHttpsProxyList; 40 import javax.annotation.Generated; 41 42 // AUTO-GENERATED DOCUMENTATION AND CLASS. 43 /** 44 * Base stub class for the TargetHttpsProxies service API. 45 * 46 * <p>This class is for advanced usage and reflects the underlying API directly. 47 */ 48 @Generated("by gapic-generator-java") 49 public abstract class TargetHttpsProxiesStub implements BackgroundResource { 50 51 public UnaryCallable<AggregatedListTargetHttpsProxiesRequest, AggregatedListPagedResponse> aggregatedListPagedCallable()52 aggregatedListPagedCallable() { 53 throw new UnsupportedOperationException("Not implemented: aggregatedListPagedCallable()"); 54 } 55 56 public UnaryCallable<AggregatedListTargetHttpsProxiesRequest, TargetHttpsProxyAggregatedList> aggregatedListCallable()57 aggregatedListCallable() { 58 throw new UnsupportedOperationException("Not implemented: aggregatedListCallable()"); 59 } 60 61 public OperationCallable<DeleteTargetHttpsProxyRequest, Operation, Operation> deleteOperationCallable()62 deleteOperationCallable() { 63 throw new UnsupportedOperationException("Not implemented: deleteOperationCallable()"); 64 } 65 deleteCallable()66 public UnaryCallable<DeleteTargetHttpsProxyRequest, Operation> deleteCallable() { 67 throw new UnsupportedOperationException("Not implemented: deleteCallable()"); 68 } 69 getCallable()70 public UnaryCallable<GetTargetHttpsProxyRequest, TargetHttpsProxy> getCallable() { 71 throw new UnsupportedOperationException("Not implemented: getCallable()"); 72 } 73 74 public OperationCallable<InsertTargetHttpsProxyRequest, Operation, Operation> insertOperationCallable()75 insertOperationCallable() { 76 throw new UnsupportedOperationException("Not implemented: insertOperationCallable()"); 77 } 78 insertCallable()79 public UnaryCallable<InsertTargetHttpsProxyRequest, Operation> insertCallable() { 80 throw new UnsupportedOperationException("Not implemented: insertCallable()"); 81 } 82 listPagedCallable()83 public UnaryCallable<ListTargetHttpsProxiesRequest, ListPagedResponse> listPagedCallable() { 84 throw new UnsupportedOperationException("Not implemented: listPagedCallable()"); 85 } 86 listCallable()87 public UnaryCallable<ListTargetHttpsProxiesRequest, TargetHttpsProxyList> listCallable() { 88 throw new UnsupportedOperationException("Not implemented: listCallable()"); 89 } 90 91 public OperationCallable<PatchTargetHttpsProxyRequest, Operation, Operation> patchOperationCallable()92 patchOperationCallable() { 93 throw new UnsupportedOperationException("Not implemented: patchOperationCallable()"); 94 } 95 patchCallable()96 public UnaryCallable<PatchTargetHttpsProxyRequest, Operation> patchCallable() { 97 throw new UnsupportedOperationException("Not implemented: patchCallable()"); 98 } 99 100 public OperationCallable<SetCertificateMapTargetHttpsProxyRequest, Operation, Operation> setCertificateMapOperationCallable()101 setCertificateMapOperationCallable() { 102 throw new UnsupportedOperationException( 103 "Not implemented: setCertificateMapOperationCallable()"); 104 } 105 106 public UnaryCallable<SetCertificateMapTargetHttpsProxyRequest, Operation> setCertificateMapCallable()107 setCertificateMapCallable() { 108 throw new UnsupportedOperationException("Not implemented: setCertificateMapCallable()"); 109 } 110 111 public OperationCallable<SetQuicOverrideTargetHttpsProxyRequest, Operation, Operation> setQuicOverrideOperationCallable()112 setQuicOverrideOperationCallable() { 113 throw new UnsupportedOperationException("Not implemented: setQuicOverrideOperationCallable()"); 114 } 115 116 public UnaryCallable<SetQuicOverrideTargetHttpsProxyRequest, Operation> setQuicOverrideCallable()117 setQuicOverrideCallable() { 118 throw new UnsupportedOperationException("Not implemented: setQuicOverrideCallable()"); 119 } 120 121 public OperationCallable<SetSslCertificatesTargetHttpsProxyRequest, Operation, Operation> setSslCertificatesOperationCallable()122 setSslCertificatesOperationCallable() { 123 throw new UnsupportedOperationException( 124 "Not implemented: setSslCertificatesOperationCallable()"); 125 } 126 127 public UnaryCallable<SetSslCertificatesTargetHttpsProxyRequest, Operation> setSslCertificatesCallable()128 setSslCertificatesCallable() { 129 throw new UnsupportedOperationException("Not implemented: setSslCertificatesCallable()"); 130 } 131 132 public OperationCallable<SetSslPolicyTargetHttpsProxyRequest, Operation, Operation> setSslPolicyOperationCallable()133 setSslPolicyOperationCallable() { 134 throw new UnsupportedOperationException("Not implemented: setSslPolicyOperationCallable()"); 135 } 136 setSslPolicyCallable()137 public UnaryCallable<SetSslPolicyTargetHttpsProxyRequest, Operation> setSslPolicyCallable() { 138 throw new UnsupportedOperationException("Not implemented: setSslPolicyCallable()"); 139 } 140 141 public OperationCallable<SetUrlMapTargetHttpsProxyRequest, Operation, Operation> setUrlMapOperationCallable()142 setUrlMapOperationCallable() { 143 throw new UnsupportedOperationException("Not implemented: setUrlMapOperationCallable()"); 144 } 145 setUrlMapCallable()146 public UnaryCallable<SetUrlMapTargetHttpsProxyRequest, Operation> setUrlMapCallable() { 147 throw new UnsupportedOperationException("Not implemented: setUrlMapCallable()"); 148 } 149 150 @Override close()151 public abstract void close(); 152 } 153