Class SettingsCommentComposer

java.lang.Object
com.google.api.generator.gapic.composer.comment.SettingsCommentComposer

public class SettingsCommentComposer extends Object
  • Field Details

    • DEFAULT_SCOPES_COMMENT

      public static final CommentStatement DEFAULT_SCOPES_COMMENT
    • DEFAULT_EXECUTOR_PROVIDER_BUILDER_METHOD_COMMENT

      public static final CommentStatement DEFAULT_EXECUTOR_PROVIDER_BUILDER_METHOD_COMMENT
    • DEFAULT_SERVICE_NAME_METHOD_COMMENT

      public static final CommentStatement DEFAULT_SERVICE_NAME_METHOD_COMMENT
    • DEFAULT_SERVICE_ENDPOINT_METHOD_COMMENT

      public static final CommentStatement DEFAULT_SERVICE_ENDPOINT_METHOD_COMMENT
    • DEFAULT_SERVICE_MTLS_ENDPOINT_METHOD_COMMENT

      public static final CommentStatement DEFAULT_SERVICE_MTLS_ENDPOINT_METHOD_COMMENT
    • DEFAULT_SERVICE_SCOPES_METHOD_COMMENT

      public static final CommentStatement DEFAULT_SERVICE_SCOPES_METHOD_COMMENT
    • DEFAULT_CREDENTIALS_PROVIDER_BUILDER_METHOD_COMMENT

      public static final CommentStatement DEFAULT_CREDENTIALS_PROVIDER_BUILDER_METHOD_COMMENT
    • DEFAULT_TRANSPORT_PROVIDER_BUILDER_METHOD_COMMENT

      public static final CommentStatement DEFAULT_TRANSPORT_PROVIDER_BUILDER_METHOD_COMMENT
    • NEW_BUILDER_METHOD_COMMENT

      public static final CommentStatement NEW_BUILDER_METHOD_COMMENT
    • TO_BUILDER_METHOD_COMMENT

      public static final CommentStatement TO_BUILDER_METHOD_COMMENT
    • APPLY_TO_ALL_UNARY_METHODS_METHOD_COMMENTS

      public static final List<CommentStatement> APPLY_TO_ALL_UNARY_METHODS_METHOD_COMMENTS
  • Constructor Details

    • SettingsCommentComposer

      public SettingsCommentComposer(String transportPrefix)
  • Method Details

    • getNewTransportBuilderMethodComment

      public CommentStatement getNewTransportBuilderMethodComment()
    • getTransportProviderBuilderMethodComment

      public CommentStatement getTransportProviderBuilderMethodComment()
    • createCallSettingsGetterComment

      public static CommentStatement createCallSettingsGetterComment(String javaMethodName, boolean isMethodDeprecated)
    • createBuilderClassComment

      public static CommentStatement createBuilderClassComment(String outerClassName)
    • createCallSettingsBuilderGetterComment

      public static CommentStatement createCallSettingsBuilderGetterComment(String javaMethodName, boolean isMethodDeprecated)
    • createClassHeaderComments

      public static List<CommentStatement> createClassHeaderComments(String configuredClassName, String defaultHost, boolean isDeprecated, Optional<String> methodNameOpt, Optional<String> sampleCodeOpt, TypeNode classType)