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