Class Method.Builder
java.lang.Object
com.google.api.generator.gapic.model.Method.Builder
- Enclosing class:
- Method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Methodbuild()abstract Method.BuildersetAutoPopulatedFields(List<String> autoPopulatedFields) abstract Method.BuildersetDescription(String description) abstract Method.BuildersetHttpBindings(HttpBindings httpBindings) abstract Method.BuildersetInputType(TypeNode inputType) abstract Method.BuildersetIsBatching(boolean isBatching) abstract Method.BuildersetIsDeprecated(boolean isDeprecated) abstract Method.Builderabstract Method.BuildersetMethodSignatures(List<List<MethodArgument>> methodSignature) abstract Method.BuildersetMixedInApiName(String mixedInApiName) abstract Method.Builderabstract Method.BuildersetOperationPollingMethod(boolean operationPollingMethod) abstract Method.BuildersetOutputType(TypeNode outputType) abstract Method.BuildersetPageSizeFieldName(String pagedFieldName) abstract Method.BuildersetRoutingHeaderRule(RoutingHeaderRule routingHeaderRule) abstract Method.BuildersetStream(Method.Stream stream)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setName
-
setInputType
-
setOutputType
-
setStream
-
setLro
-
setDescription
-
setMixedInApiName
-
setHttpBindings
-
setMethodSignatures
-
setIsBatching
-
setPageSizeFieldName
-
setIsDeprecated
-
setOperationPollingMethod
-
setAutoPopulatedFields
-
setRoutingHeaderRule
-
build
-