public static class ServiceDefinition.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(String name,
String inputType,
String outputType,
Boolean clientStreaming,
Boolean serverStreaming,
Boolean isDeprecated,
com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel idempotencyLevel,
com.google.protobuf.DescriptorProtos.FeatureSet features) |
ServiceDefinition |
build() |
ServiceDefinition.Builder |
setDeprecated(boolean isDeprecated) |
ServiceDefinition.Builder |
setFeatures(com.google.protobuf.DescriptorProtos.FeatureSet features) |
public void addMethod(String name, String inputType, String outputType, Boolean clientStreaming, Boolean serverStreaming, Boolean isDeprecated, com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel idempotencyLevel, com.google.protobuf.DescriptorProtos.FeatureSet features)
public ServiceDefinition.Builder setDeprecated(boolean isDeprecated)
public ServiceDefinition.Builder setFeatures(com.google.protobuf.DescriptorProtos.FeatureSet features)
public ServiceDefinition build()
Copyright © 2026 Confluent, Inc.. All rights reserved.