public interface LogConfigCounterOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| String | The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()This is deprecated and has no effect. Do not use.
optional string field = 97427706;
| Type | Description |
| ByteString | The bytes for field. |
getMetric()
public abstract String getMetric()This is deprecated and has no effect. Do not use.
optional string metric = 533067184;
| Type | Description |
| String | The metric. |
getMetricBytes()
public abstract ByteString getMetricBytes()This is deprecated and has no effect. Do not use.
optional string metric = 533067184;
| Type | Description |
| ByteString | The bytes for metric. |
hasField()
public abstract boolean hasField()This is deprecated and has no effect. Do not use.
optional string field = 97427706;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the metric field is set. |