Uses of Class
io.grpc.serviceconfig.ServiceConfig
Packages that use ServiceConfig
-
Uses of ServiceConfig in com.google.api.generator.gapic.model
Method parameters in com.google.api.generator.gapic.model with type arguments of type ServiceConfigModifier and TypeMethodDescriptionstatic GapicServiceConfigGapicServiceConfig.create(Optional<ServiceConfig> serviceConfigOpt) -
Uses of ServiceConfig in io.grpc.serviceconfig
Methods in io.grpc.serviceconfig that return ServiceConfigModifier and TypeMethodDescriptionServiceConfig.Builder.build()ServiceConfig.Builder.buildPartial()static ServiceConfigServiceConfig.getDefaultInstance()ServiceConfig.Builder.getDefaultInstanceForType()ServiceConfig.getDefaultInstanceForType()static ServiceConfigServiceConfig.parseDelimitedFrom(InputStream input) static ServiceConfigServiceConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceConfigServiceConfig.parseFrom(byte[] data) static ServiceConfigServiceConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceConfigServiceConfig.parseFrom(com.google.protobuf.ByteString data) static ServiceConfigServiceConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceConfigServiceConfig.parseFrom(com.google.protobuf.CodedInputStream input) static ServiceConfigServiceConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceConfigServiceConfig.parseFrom(InputStream input) static ServiceConfigServiceConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServiceConfigServiceConfig.parseFrom(ByteBuffer data) static ServiceConfigServiceConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.serviceconfig that return types with arguments of type ServiceConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ServiceConfig>ServiceConfig.getParserForType()static com.google.protobuf.Parser<ServiceConfig>ServiceConfig.parser()Methods in io.grpc.serviceconfig with parameters of type ServiceConfigModifier and TypeMethodDescriptionServiceConfig.Builder.mergeFrom(ServiceConfig other) static ServiceConfig.BuilderServiceConfig.newBuilder(ServiceConfig prototype)