Uses of Class
com.google.cloud.gkemulticloud.v1.LoggingConfig
-
Packages that use LoggingConfig Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of LoggingConfig in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 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
AttachedCluster.Builder. getLoggingConfig()
Optional.LoggingConfig
AttachedCluster. getLoggingConfig()
Optional.LoggingConfig
AttachedClusterOrBuilder. getLoggingConfig()
Optional.LoggingConfig
AwsCluster.Builder. getLoggingConfig()
Optional.LoggingConfig
AwsCluster. getLoggingConfig()
Optional.LoggingConfig
AwsClusterOrBuilder. getLoggingConfig()
Optional.LoggingConfig
AzureCluster.Builder. getLoggingConfig()
Optional.LoggingConfig
AzureCluster. getLoggingConfig()
Optional.LoggingConfig
AzureClusterOrBuilder. getLoggingConfig()
Optional.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.cloud.gkemulticloud.v1 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.cloud.gkemulticloud.v1 with parameters of type LoggingConfig Modifier and Type Method Description LoggingConfig.Builder
LoggingConfig.Builder. mergeFrom(LoggingConfig other)
AttachedCluster.Builder
AttachedCluster.Builder. mergeLoggingConfig(LoggingConfig value)
Optional.AwsCluster.Builder
AwsCluster.Builder. mergeLoggingConfig(LoggingConfig value)
Optional.AzureCluster.Builder
AzureCluster.Builder. mergeLoggingConfig(LoggingConfig value)
Optional.static LoggingConfig.Builder
LoggingConfig. newBuilder(LoggingConfig prototype)
AttachedCluster.Builder
AttachedCluster.Builder. setLoggingConfig(LoggingConfig value)
Optional.AwsCluster.Builder
AwsCluster.Builder. setLoggingConfig(LoggingConfig value)
Optional.AzureCluster.Builder
AzureCluster.Builder. setLoggingConfig(LoggingConfig value)
Optional.
-