3434import com .google .api .gax .rpc .UnaryCallSettings ;
3535import com .google .cloud .security .privateca .v1beta1 .stub .CertificateAuthorityServiceStubSettings ;
3636import com .google .longrunning .Operation ;
37- import com .google .protobuf .Empty ;
3837import java .io .IOException ;
3938import java .util .List ;
4039import javax .annotation .Generated ;
@@ -248,23 +247,6 @@ public UnaryCallSettings<UpdateCertificateRequest, Certificate> updateCertificat
248247 .updateCertificateAuthorityOperationSettings ();
249248 }
250249
251- /** Returns the object with the settings used for calls to createCertificateRevocationList. */
252- public UnaryCallSettings <CreateCertificateRevocationListRequest , Operation >
253- createCertificateRevocationListSettings () {
254- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
255- .createCertificateRevocationListSettings ();
256- }
257-
258- /** Returns the object with the settings used for calls to createCertificateRevocationList. */
259- @ BetaApi (
260- "The surface for long-running operations is not stable yet and may change in the future." )
261- public OperationCallSettings <
262- CreateCertificateRevocationListRequest , CertificateRevocationList , OperationMetadata >
263- createCertificateRevocationListOperationSettings () {
264- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
265- .createCertificateRevocationListOperationSettings ();
266- }
267-
268250 /** Returns the object with the settings used for calls to getCertificateRevocationList. */
269251 public UnaryCallSettings <GetCertificateRevocationListRequest , CertificateRevocationList >
270252 getCertificateRevocationListSettings () {
@@ -299,36 +281,6 @@ public UnaryCallSettings<UpdateCertificateRequest, Certificate> updateCertificat
299281 .updateCertificateRevocationListOperationSettings ();
300282 }
301283
302- /** Returns the object with the settings used for calls to createReusableConfig. */
303- public UnaryCallSettings <CreateReusableConfigRequest , Operation > createReusableConfigSettings () {
304- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
305- .createReusableConfigSettings ();
306- }
307-
308- /** Returns the object with the settings used for calls to createReusableConfig. */
309- @ BetaApi (
310- "The surface for long-running operations is not stable yet and may change in the future." )
311- public OperationCallSettings <CreateReusableConfigRequest , ReusableConfig , OperationMetadata >
312- createReusableConfigOperationSettings () {
313- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
314- .createReusableConfigOperationSettings ();
315- }
316-
317- /** Returns the object with the settings used for calls to deleteReusableConfig. */
318- public UnaryCallSettings <DeleteReusableConfigRequest , Operation > deleteReusableConfigSettings () {
319- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
320- .deleteReusableConfigSettings ();
321- }
322-
323- /** Returns the object with the settings used for calls to deleteReusableConfig. */
324- @ BetaApi (
325- "The surface for long-running operations is not stable yet and may change in the future." )
326- public OperationCallSettings <DeleteReusableConfigRequest , Empty , OperationMetadata >
327- deleteReusableConfigOperationSettings () {
328- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
329- .deleteReusableConfigOperationSettings ();
330- }
331-
332284 /** Returns the object with the settings used for calls to getReusableConfig. */
333285 public UnaryCallSettings <GetReusableConfigRequest , ReusableConfig > getReusableConfigSettings () {
334286 return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
@@ -343,21 +295,6 @@ public UnaryCallSettings<GetReusableConfigRequest, ReusableConfig> getReusableCo
343295 .listReusableConfigsSettings ();
344296 }
345297
346- /** Returns the object with the settings used for calls to updateReusableConfig. */
347- public UnaryCallSettings <UpdateReusableConfigRequest , Operation > updateReusableConfigSettings () {
348- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
349- .updateReusableConfigSettings ();
350- }
351-
352- /** Returns the object with the settings used for calls to updateReusableConfig. */
353- @ BetaApi (
354- "The surface for long-running operations is not stable yet and may change in the future." )
355- public OperationCallSettings <UpdateReusableConfigRequest , ReusableConfig , OperationMetadata >
356- updateReusableConfigOperationSettings () {
357- return ((CertificateAuthorityServiceStubSettings ) getStubSettings ())
358- .updateReusableConfigOperationSettings ();
359- }
360-
361298 public static final CertificateAuthorityServiceSettings create (
362299 CertificateAuthorityServiceStubSettings stub ) throws IOException {
363300 return new CertificateAuthorityServiceSettings .Builder (stub .toBuilder ()).build ();
@@ -617,21 +554,6 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
617554 return getStubSettingsBuilder ().updateCertificateAuthorityOperationSettings ();
618555 }
619556
620- /** Returns the builder for the settings used for calls to createCertificateRevocationList. */
621- public UnaryCallSettings .Builder <CreateCertificateRevocationListRequest , Operation >
622- createCertificateRevocationListSettings () {
623- return getStubSettingsBuilder ().createCertificateRevocationListSettings ();
624- }
625-
626- /** Returns the builder for the settings used for calls to createCertificateRevocationList. */
627- @ BetaApi (
628- "The surface for long-running operations is not stable yet and may change in the future." )
629- public OperationCallSettings .Builder <
630- CreateCertificateRevocationListRequest , CertificateRevocationList , OperationMetadata >
631- createCertificateRevocationListOperationSettings () {
632- return getStubSettingsBuilder ().createCertificateRevocationListOperationSettings ();
633- }
634-
635557 /** Returns the builder for the settings used for calls to getCertificateRevocationList. */
636558 public UnaryCallSettings .Builder <GetCertificateRevocationListRequest , CertificateRevocationList >
637559 getCertificateRevocationListSettings () {
@@ -662,35 +584,6 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
662584 return getStubSettingsBuilder ().updateCertificateRevocationListOperationSettings ();
663585 }
664586
665- /** Returns the builder for the settings used for calls to createReusableConfig. */
666- public UnaryCallSettings .Builder <CreateReusableConfigRequest , Operation >
667- createReusableConfigSettings () {
668- return getStubSettingsBuilder ().createReusableConfigSettings ();
669- }
670-
671- /** Returns the builder for the settings used for calls to createReusableConfig. */
672- @ BetaApi (
673- "The surface for long-running operations is not stable yet and may change in the future." )
674- public OperationCallSettings .Builder <
675- CreateReusableConfigRequest , ReusableConfig , OperationMetadata >
676- createReusableConfigOperationSettings () {
677- return getStubSettingsBuilder ().createReusableConfigOperationSettings ();
678- }
679-
680- /** Returns the builder for the settings used for calls to deleteReusableConfig. */
681- public UnaryCallSettings .Builder <DeleteReusableConfigRequest , Operation >
682- deleteReusableConfigSettings () {
683- return getStubSettingsBuilder ().deleteReusableConfigSettings ();
684- }
685-
686- /** Returns the builder for the settings used for calls to deleteReusableConfig. */
687- @ BetaApi (
688- "The surface for long-running operations is not stable yet and may change in the future." )
689- public OperationCallSettings .Builder <DeleteReusableConfigRequest , Empty , OperationMetadata >
690- deleteReusableConfigOperationSettings () {
691- return getStubSettingsBuilder ().deleteReusableConfigOperationSettings ();
692- }
693-
694587 /** Returns the builder for the settings used for calls to getReusableConfig. */
695588 public UnaryCallSettings .Builder <GetReusableConfigRequest , ReusableConfig >
696589 getReusableConfigSettings () {
@@ -706,21 +599,6 @@ public UnaryCallSettings.Builder<GetCertificateRequest, Certificate> getCertific
706599 return getStubSettingsBuilder ().listReusableConfigsSettings ();
707600 }
708601
709- /** Returns the builder for the settings used for calls to updateReusableConfig. */
710- public UnaryCallSettings .Builder <UpdateReusableConfigRequest , Operation >
711- updateReusableConfigSettings () {
712- return getStubSettingsBuilder ().updateReusableConfigSettings ();
713- }
714-
715- /** Returns the builder for the settings used for calls to updateReusableConfig. */
716- @ BetaApi (
717- "The surface for long-running operations is not stable yet and may change in the future." )
718- public OperationCallSettings .Builder <
719- UpdateReusableConfigRequest , ReusableConfig , OperationMetadata >
720- updateReusableConfigOperationSettings () {
721- return getStubSettingsBuilder ().updateReusableConfigOperationSettings ();
722- }
723-
724602 @ Override
725603 public CertificateAuthorityServiceSettings build () throws IOException {
726604 return new CertificateAuthorityServiceSettings (this );
0 commit comments