Uses of Class
com.google.api.generator.gapic.model.Method.Builder
Packages that use Method.Builder
-
Uses of Method.Builder in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Method.BuilderModifier and TypeMethodDescriptionstatic Method.BuilderMethod.builder()abstract Method.BuilderMethod.Builder.setAutoPopulatedFields(List<String> autoPopulatedFields) 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.Builderabstract 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()