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 LogConfigCounterOptionsCustomField
getCustomFields(int index)
This is deprecated and has no effect.int
getCustomFieldsCount()
This is deprecated and has no effect.List<LogConfigCounterOptionsCustomField>
getCustomFieldsList()
This is deprecated and has no effect.LogConfigCounterOptionsCustomFieldOrBuilder
getCustomFieldsOrBuilder(int index)
This is deprecated and has no effect.List<? extends LogConfigCounterOptionsCustomFieldOrBuilder>
getCustomFieldsOrBuilderList()
This is deprecated and has no effect.String
getField()
This is deprecated and has no effect.com.google.protobuf.ByteString
getFieldBytes()
This is deprecated and has no effect.String
getMetric()
This is deprecated and has no effect.com.google.protobuf.ByteString
getMetricBytes()
This is deprecated and has no effect.boolean
hasField()
This is deprecated and has no effect.boolean
hasMetric()
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.
-
-