public class StubCommentComposer extends Object
| Constructor and Description |
|---|
StubCommentComposer(String transportPrefix) |
| Modifier and Type | Method and Description |
|---|---|
static List<CommentStatement> |
createServiceStubClassHeaderComments(String serviceName,
boolean isDeprecated) |
List<CommentStatement> |
createTransportServiceCallableFactoryClassHeaderComments(String serviceName,
boolean isDeprecated) |
List<CommentStatement> |
createTransportServiceStubClassHeaderComments(String serviceName,
boolean isDeprecated) |
public StubCommentComposer(String transportPrefix)
public List<CommentStatement> createTransportServiceStubClassHeaderComments(String serviceName, boolean isDeprecated)
public List<CommentStatement> createTransportServiceCallableFactoryClassHeaderComments(String serviceName, boolean isDeprecated)
public static List<CommentStatement> createServiceStubClassHeaderComments(String serviceName, boolean isDeprecated)
Copyright © 2022 Google LLC. All rights reserved.