Interface LogConfigCounterOptionsCustomFieldOrBuilder (1.51.0)

public interface LogConfigCounterOptionsCustomFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract String getValue()

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

optional string value = 111972721;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

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

optional string value = 111972721;

Returns
TypeDescription
ByteString

The bytes for value.

hasName()

public abstract boolean hasName()

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

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasValue()

public abstract boolean hasValue()

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

optional string value = 111972721;

Returns
TypeDescription
boolean

Whether the value field is set.