Package com.google.cloud.compute.v1
Interface LogConfigCounterOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogConfigCounterOptions,LogConfigCounterOptions.Builder
public interface LogConfigCounterOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogConfigCounterOptionsCustomFieldgetCustomFields(int index)This is deprecated and has no effect.intgetCustomFieldsCount()This is deprecated and has no effect.List<LogConfigCounterOptionsCustomField>getCustomFieldsList()This is deprecated and has no effect.LogConfigCounterOptionsCustomFieldOrBuildergetCustomFieldsOrBuilder(int index)This is deprecated and has no effect.List<? extends LogConfigCounterOptionsCustomFieldOrBuilder>getCustomFieldsOrBuilderList()This is deprecated and has no effect.StringgetField()This is deprecated and has no effect.com.google.protobuf.ByteStringgetFieldBytes()This is deprecated and has no effect.StringgetMetric()This is deprecated and has no effect.com.google.protobuf.ByteStringgetMetricBytes()This is deprecated and has no effect.booleanhasField()This is deprecated and has no effect.booleanhasMetric()This is deprecated and has no effect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCustomFieldsList
List<LogConfigCounterOptionsCustomField> getCustomFieldsList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
-
getCustomFields
LogConfigCounterOptionsCustomField getCustomFields(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
-
getCustomFieldsCount
int getCustomFieldsCount()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
-
getCustomFieldsOrBuilderList
List<? extends LogConfigCounterOptionsCustomFieldOrBuilder> getCustomFieldsOrBuilderList()
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
-
getCustomFieldsOrBuilder
LogConfigCounterOptionsCustomFieldOrBuilder getCustomFieldsOrBuilder(int index)
This is deprecated and has no effect. Do not use.
repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
-
hasField
boolean hasField()
This is deprecated and has no effect. Do not use.
optional string field = 97427706;- Returns:
- Whether the field field is set.
-
getField
String getField()
This is deprecated and has no effect. Do not use.
optional string field = 97427706;- Returns:
- The field.
-
getFieldBytes
com.google.protobuf.ByteString getFieldBytes()
This is deprecated and has no effect. Do not use.
optional string field = 97427706;- Returns:
- The bytes for field.
-
hasMetric
boolean hasMetric()
This is deprecated and has no effect. Do not use.
optional string metric = 533067184;- Returns:
- Whether the metric field is set.
-
getMetric
String getMetric()
This is deprecated and has no effect. Do not use.
optional string metric = 533067184;- Returns:
- The metric.
-
getMetricBytes
com.google.protobuf.ByteString getMetricBytes()
This is deprecated and has no effect. Do not use.
optional string metric = 533067184;- Returns:
- The bytes for metric.
-
-