Uses of Class
com.google.api.generator.gapic.model.Method.Builder
-
Packages that use Method.Builder Package Description com.google.api.generator.gapic.model -
-
Uses of Method.Builder in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Method.Builder Modifier and Type Method Description static Method.BuilderMethod. builder()abstract Method.BuilderMethod.Builder. setDescription(String description)abstract Method.BuilderMethod.Builder. setHttpBindings(HttpBindings httpBindings)abstract Method.BuilderMethod.Builder. setInputType(TypeNode inputType)abstract Method.BuilderMethod.Builder. setIsBatching(boolean isBatching)abstract Method.BuilderMethod.Builder. setIsDeprecated(boolean isDeprecated)abstract Method.BuilderMethod.Builder. setLro(LongrunningOperation lro)abstract Method.BuilderMethod.Builder. setMethodSignatures(List<List<MethodArgument>> methodSignature)abstract Method.BuilderMethod.Builder. setMixedInApiName(String mixedInApiName)abstract Method.BuilderMethod.Builder. setName(String name)abstract Method.BuilderMethod.Builder. setOperationPollingMethod(boolean operationPollingMethod)abstract Method.BuilderMethod.Builder. setOutputType(TypeNode outputType)abstract Method.BuilderMethod.Builder. setPageSizeFieldName(String pagedFieldName)abstract Method.BuilderMethod.Builder. setRoutingHeaderRule(RoutingHeaderRule routingHeaderRule)abstract Method.BuilderMethod.Builder. setStream(Method.Stream stream)abstract Method.BuilderMethod. toBuilder()
-