Uses of Class
com.google.api.Service
-
Packages that use Service Package Description com.google.api -
-
Uses of Service in com.google.api
Methods in com.google.api that return Service Modifier and Type Method Description ServiceService.Builder. build()ServiceService.Builder. buildPartial()static ServiceService. getDefaultInstance()ServiceService.Builder. getDefaultInstanceForType()ServiceService. getDefaultInstanceForType()static ServiceService. parseDelimitedFrom(InputStream input)static ServiceService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(byte[] data)static ServiceService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.ByteString data)static ServiceService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(InputStream input)static ServiceService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(ByteBuffer data)static ServiceService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type Service Modifier and Type Method Description com.google.protobuf.Parser<Service>Service. getParserForType()static com.google.protobuf.Parser<Service>Service. parser()Methods in com.google.api with parameters of type Service Modifier and Type Method Description Service.BuilderService.Builder. mergeFrom(Service other)static Service.BuilderService. newBuilder(Service prototype)
-