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 LogConfigLogConfig.Builder. build()LogConfigLogConfig.Builder. buildPartial()static LogConfigLogConfig. getDefaultInstance()LogConfigLogConfig.Builder. getDefaultInstanceForType()LogConfigLogConfig. getDefaultInstanceForType()LogConfigRule.Builder. getLogConfigs(int index)This is deprecated and has no effect.LogConfigRule. getLogConfigs(int index)This is deprecated and has no effect.LogConfigRuleOrBuilder. getLogConfigs(int index)This is deprecated and has no effect.static LogConfigLogConfig. parseDelimitedFrom(InputStream input)static LogConfigLogConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogConfigLogConfig. parseFrom(byte[] data)static LogConfigLogConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogConfigLogConfig. parseFrom(com.google.protobuf.ByteString data)static LogConfigLogConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogConfigLogConfig. parseFrom(com.google.protobuf.CodedInputStream input)static LogConfigLogConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogConfigLogConfig. parseFrom(InputStream input)static LogConfigLogConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogConfigLogConfig. parseFrom(ByteBuffer data)static LogConfigLogConfig. 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.BuilderRule.Builder. addLogConfigs(int index, LogConfig value)This is deprecated and has no effect.Rule.BuilderRule.Builder. addLogConfigs(LogConfig value)This is deprecated and has no effect.LogConfig.BuilderLogConfig.Builder. mergeFrom(LogConfig other)static LogConfig.BuilderLogConfig. newBuilder(LogConfig prototype)Rule.BuilderRule.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.BuilderRule.Builder. addAllLogConfigs(Iterable<? extends LogConfig> values)This is deprecated and has no effect.
-