Interface LogConfigCounterOptionsOrBuilder (1.27.0)

public interface LogConfigCounterOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomFields(int index)

public abstract LogConfigCounterOptionsCustomField getCustomFields(int index)

This is deprecated and has no effect. Do not use.

repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogConfigCounterOptionsCustomField

getCustomFieldsCount()

public abstract int getCustomFieldsCount()

This is deprecated and has no effect. Do not use.

repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;

Returns
TypeDescription
int

getCustomFieldsList()

public abstract List<LogConfigCounterOptionsCustomField> getCustomFieldsList()

This is deprecated and has no effect. Do not use.

repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;

Returns
TypeDescription
List<LogConfigCounterOptionsCustomField>

getCustomFieldsOrBuilder(int index)

public abstract LogConfigCounterOptionsCustomFieldOrBuilder getCustomFieldsOrBuilder(int index)

This is deprecated and has no effect. Do not use.

repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogConfigCounterOptionsCustomFieldOrBuilder

getCustomFieldsOrBuilderList()

public abstract List<? extends LogConfigCounterOptionsCustomFieldOrBuilder> getCustomFieldsOrBuilderList()

This is deprecated and has no effect. Do not use.

repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.LogConfigCounterOptionsCustomFieldOrBuilder>

getField()

public abstract String getField()

This is deprecated and has no effect. Do not use.

optional string field = 97427706;

Returns
TypeDescription
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

This is deprecated and has no effect. Do not use.

optional string field = 97427706;

Returns
TypeDescription
ByteString

The bytes for field.

getMetric()

public abstract String getMetric()

This is deprecated and has no effect. Do not use.

optional string metric = 533067184;

Returns
TypeDescription
String

The metric.

getMetricBytes()

public abstract ByteString getMetricBytes()

This is deprecated and has no effect. Do not use.

optional string metric = 533067184;

Returns
TypeDescription
ByteString

The bytes for metric.

hasField()

public abstract boolean hasField()

This is deprecated and has no effect. Do not use.

optional string field = 97427706;

Returns
TypeDescription
boolean

Whether the field field is set.

hasMetric()

public abstract boolean hasMetric()

This is deprecated and has no effect. Do not use.

optional string metric = 533067184;

Returns
TypeDescription
boolean

Whether the metric field is set.