Uses of Class
com.google.container.v1beta1.LoggingConfig
-
Packages that use LoggingConfig Package Description com.google.container.v1beta1 -
-
Uses of LoggingConfig in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return LoggingConfig Modifier and Type Method Description LoggingConfig
LoggingConfig.Builder. build()
LoggingConfig
LoggingConfig.Builder. buildPartial()
static LoggingConfig
LoggingConfig. getDefaultInstance()
LoggingConfig
LoggingConfig.Builder. getDefaultInstanceForType()
LoggingConfig
LoggingConfig. getDefaultInstanceForType()
LoggingConfig
ClusterUpdate.Builder. getDesiredLoggingConfig()
The desired logging configuration.LoggingConfig
ClusterUpdate. getDesiredLoggingConfig()
The desired logging configuration.LoggingConfig
ClusterUpdateOrBuilder. getDesiredLoggingConfig()
The desired logging configuration.LoggingConfig
Cluster.Builder. getLoggingConfig()
Logging configuration for the cluster.LoggingConfig
Cluster. getLoggingConfig()
Logging configuration for the cluster.LoggingConfig
ClusterOrBuilder. getLoggingConfig()
Logging configuration for the cluster.static LoggingConfig
LoggingConfig. parseDelimitedFrom(InputStream input)
static LoggingConfig
LoggingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(byte[] data)
static LoggingConfig
LoggingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.ByteString data)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static LoggingConfig
LoggingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(InputStream input)
static LoggingConfig
LoggingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingConfig
LoggingConfig. parseFrom(ByteBuffer data)
static LoggingConfig
LoggingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type LoggingConfig Modifier and Type Method Description com.google.protobuf.Parser<LoggingConfig>
LoggingConfig. getParserForType()
static com.google.protobuf.Parser<LoggingConfig>
LoggingConfig. parser()
Methods in com.google.container.v1beta1 with parameters of type LoggingConfig Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeDesiredLoggingConfig(LoggingConfig value)
The desired logging configuration.LoggingConfig.Builder
LoggingConfig.Builder. mergeFrom(LoggingConfig other)
Cluster.Builder
Cluster.Builder. mergeLoggingConfig(LoggingConfig value)
Logging configuration for the cluster.static LoggingConfig.Builder
LoggingConfig. newBuilder(LoggingConfig prototype)
ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredLoggingConfig(LoggingConfig value)
The desired logging configuration.Cluster.Builder
Cluster.Builder. setLoggingConfig(LoggingConfig value)
Logging configuration for the cluster.
-