Uses of Class
com.google.cloud.compute.v1.LogConfig
-
Packages that use LogConfig Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of LogConfig in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return LogConfig Modifier and Type Method Description LogConfig
LogConfig.Builder. build()
LogConfig
LogConfig.Builder. buildPartial()
static LogConfig
LogConfig. getDefaultInstance()
LogConfig
LogConfig.Builder. getDefaultInstanceForType()
LogConfig
LogConfig. getDefaultInstanceForType()
LogConfig
Rule.Builder. getLogConfigs(int index)
This is deprecated and has no effect.LogConfig
Rule. getLogConfigs(int index)
This is deprecated and has no effect.LogConfig
RuleOrBuilder. getLogConfigs(int index)
This is deprecated and has no effect.static LogConfig
LogConfig. parseDelimitedFrom(InputStream input)
static LogConfig
LogConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogConfig
LogConfig. parseFrom(byte[] data)
static LogConfig
LogConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogConfig
LogConfig. parseFrom(com.google.protobuf.ByteString data)
static LogConfig
LogConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogConfig
LogConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static LogConfig
LogConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogConfig
LogConfig. parseFrom(InputStream input)
static LogConfig
LogConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogConfig
LogConfig. parseFrom(ByteBuffer data)
static LogConfig
LogConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type LogConfig Modifier and Type Method Description List<LogConfig>
Rule.Builder. getLogConfigsList()
This is deprecated and has no effect.List<LogConfig>
Rule. getLogConfigsList()
This is deprecated and has no effect.List<LogConfig>
RuleOrBuilder. getLogConfigsList()
This is deprecated and has no effect.com.google.protobuf.Parser<LogConfig>
LogConfig. getParserForType()
static com.google.protobuf.Parser<LogConfig>
LogConfig. parser()
Methods in com.google.cloud.compute.v1 with parameters of type LogConfig Modifier and Type Method Description Rule.Builder
Rule.Builder. addLogConfigs(int index, LogConfig value)
This is deprecated and has no effect.Rule.Builder
Rule.Builder. addLogConfigs(LogConfig value)
This is deprecated and has no effect.LogConfig.Builder
LogConfig.Builder. mergeFrom(LogConfig other)
static LogConfig.Builder
LogConfig. newBuilder(LogConfig prototype)
Rule.Builder
Rule.Builder. setLogConfigs(int index, LogConfig value)
This is deprecated and has no effect.Method parameters in com.google.cloud.compute.v1 with type arguments of type LogConfig Modifier and Type Method Description Rule.Builder
Rule.Builder. addAllLogConfigs(Iterable<? extends LogConfig> values)
This is deprecated and has no effect.
-