Uses of Class
com.google.api.serviceusage.v1.ServiceConfig
-
Packages that use ServiceConfig Package Description com.google.api.serviceusage.v1 A client to Service Usage API -
-
Uses of ServiceConfig in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return ServiceConfig Modifier and Type Method Description ServiceConfigServiceConfig.Builder. build()ServiceConfigServiceConfig.Builder. buildPartial()ServiceConfigService.Builder. getConfig()The service configuration of the available service.ServiceConfigService. getConfig()The service configuration of the available service.ServiceConfigServiceOrBuilder. getConfig()The service configuration of the available service.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 com.google.api.serviceusage.v1 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 com.google.api.serviceusage.v1 with parameters of type ServiceConfig Modifier and Type Method Description Service.BuilderService.Builder. mergeConfig(ServiceConfig value)The service configuration of the available service.ServiceConfig.BuilderServiceConfig.Builder. mergeFrom(ServiceConfig other)static ServiceConfig.BuilderServiceConfig. newBuilder(ServiceConfig prototype)Service.BuilderService.Builder. setConfig(ServiceConfig value)The service configuration of the available service.
-