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 Service
Service.Builder. build()
Service
Service.Builder. buildPartial()
static Service
Service. getDefaultInstance()
Service
Service.Builder. getDefaultInstanceForType()
Service
Service. getDefaultInstanceForType()
static Service
Service. parseDelimitedFrom(java.io.InputStream input)
static Service
Service. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(byte[] data)
static Service
Service. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.ByteString data)
static Service
Service. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(java.io.InputStream input)
static Service
Service. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(java.nio.ByteBuffer data)
static Service
Service. parseFrom(java.nio.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.Builder
Service.Builder. mergeFrom(Service other)
static Service.Builder
Service. newBuilder(Service prototype)
-