Class Method.Builder
- java.lang.Object
-
- com.google.api.generator.gapic.model.Method.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
setName
public abstract Method.Builder setName(String name)
-
setInputType
public abstract Method.Builder setInputType(TypeNode inputType)
-
setOutputType
public abstract Method.Builder setOutputType(TypeNode outputType)
-
setStream
public abstract Method.Builder setStream(Method.Stream stream)
-
setLro
public abstract Method.Builder setLro(LongrunningOperation lro)
-
setDescription
public abstract Method.Builder setDescription(String description)
-
setMixedInApiName
public abstract Method.Builder setMixedInApiName(String mixedInApiName)
-
setHttpBindings
public abstract Method.Builder setHttpBindings(HttpBindings httpBindings)
-
setMethodSignatures
public abstract Method.Builder setMethodSignatures(List<List<MethodArgument>> methodSignature)
-
setIsBatching
public abstract Method.Builder setIsBatching(boolean isBatching)
-
setPageSizeFieldName
public abstract Method.Builder setPageSizeFieldName(String pagedFieldName)
-
setIsDeprecated
public abstract Method.Builder setIsDeprecated(boolean isDeprecated)
-
setOperationPollingMethod
public abstract Method.Builder setOperationPollingMethod(boolean operationPollingMethod)
-
setRoutingHeaderRule
public abstract Method.Builder setRoutingHeaderRule(RoutingHeaderRule routingHeaderRule)
-
build
public abstract Method build()
-
-