Uses of Class
io.grpc.serviceconfig.ServiceConfig
-
Packages that use ServiceConfig Package Description com.google.api.generator.gapic.model io.grpc.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 ServiceConfig Modifier and Type Method Description static GapicServiceConfigGapicServiceConfig. create(Optional<ServiceConfig> serviceConfigOpt) -
Uses of ServiceConfig in io.grpc.serviceconfig
Methods in io.grpc.serviceconfig that return ServiceConfig Modifier and Type Method Description ServiceConfigServiceConfig.Builder. build()ServiceConfigServiceConfig.Builder. buildPartial()static ServiceConfigServiceConfig. getDefaultInstance()ServiceConfigServiceConfig.Builder. getDefaultInstanceForType()ServiceConfigServiceConfig. 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 ServiceConfig Modifier and Type Method Description com.google.protobuf.Parser<ServiceConfig>ServiceConfig. getParserForType()static com.google.protobuf.Parser<ServiceConfig>ServiceConfig. parser()Methods in io.grpc.serviceconfig with parameters of type ServiceConfig Modifier and Type Method Description ServiceConfig.BuilderServiceConfig.Builder. mergeFrom(ServiceConfig other)static ServiceConfig.BuilderServiceConfig. newBuilder(ServiceConfig prototype)
-