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