static Method.Builder |
Method.builder() |
abstract Method.Builder |
Method.Builder.setDescription(String description) |
abstract Method.Builder |
Method.Builder.setHttpBindings(HttpBindings httpBindings) |
abstract Method.Builder |
Method.Builder.setInputType(TypeNode inputType) |
abstract Method.Builder |
Method.Builder.setIsBatching(boolean isBatching) |
abstract Method.Builder |
Method.Builder.setIsDeprecated(boolean isDeprecated) |
abstract Method.Builder |
Method.Builder.setLro(LongrunningOperation lro) |
abstract Method.Builder |
Method.Builder.setMethodSignatures(List<List<MethodArgument>> methodSignature) |
abstract Method.Builder |
Method.Builder.setMixedInApiName(String mixedInApiName) |
abstract Method.Builder |
Method.Builder.setName(String name) |
abstract Method.Builder |
Method.Builder.setOperationPollingMethod(boolean operationPollingMethod) |
abstract Method.Builder |
Method.Builder.setOutputType(TypeNode outputType) |
abstract Method.Builder |
Method.Builder.setPageSizeFieldName(String pagedFieldName) |
abstract Method.Builder |
Method.Builder.setRoutingHeaderRule(RoutingHeaderRule routingHeaderRule) |
abstract Method.Builder |
Method.Builder.setStream(Method.Stream stream) |
abstract Method.Builder |
Method.toBuilder() |