public interface LogConfigCounterOptionsCustomFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()This is deprecated and has no effect. Do not use.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()This is deprecated and has no effect. Do not use.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()This is deprecated and has no effect. Do not use.
optional string value = 111972721;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |