public interface ConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIam()
public abstract String getIam()This is deprecated and has no effect. Do not use.
optional string iam = 104021;
| Type | Description |
| String | The iam. |
getIamBytes()
public abstract ByteString getIamBytes()This is deprecated and has no effect. Do not use.
optional string iam = 104021;
| Type | Description |
| ByteString | The bytes for iam. |
getOp()
public abstract String getOp()This is deprecated and has no effect. Do not use.
optional string op = 3553;
| Type | Description |
| String | The op. |
getOpBytes()
public abstract ByteString getOpBytes()This is deprecated and has no effect. Do not use.
optional string op = 3553;
| Type | Description |
| ByteString | The bytes for op. |
getSvc()
public abstract String getSvc()This is deprecated and has no effect. Do not use.
optional string svc = 114272;
| Type | Description |
| String | The svc. |
getSvcBytes()
public abstract ByteString getSvcBytes()This is deprecated and has no effect. Do not use.
optional string svc = 114272;
| Type | Description |
| ByteString | The bytes for svc. |
getSys()
public abstract String getSys()This is deprecated and has no effect. Do not use.
optional string sys = 114381;
| Type | Description |
| String | The sys. |
getSysBytes()
public abstract ByteString getSysBytes()This is deprecated and has no effect. Do not use.
optional string sys = 114381;
| Type | Description |
| ByteString | The bytes for sys. |
getValues(int index)
public abstract String getValues(int index)This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The values at the given index. |
getValuesBytes(int index)
public abstract ByteString getValuesBytes(int index)This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the values at the given index. |
getValuesCount()
public abstract int getValuesCount()This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
| Type | Description |
| int | The count of values. |
getValuesList()
public abstract List<String> getValuesList()This is deprecated and has no effect. Do not use.
repeated string values = 249928994;
| Type | Description |
| List<String> | A list containing the values. |
hasIam()
public abstract boolean hasIam()This is deprecated and has no effect. Do not use.
optional string iam = 104021;
| Type | Description |
| boolean | Whether the iam field is set. |
hasOp()
public abstract boolean hasOp()This is deprecated and has no effect. Do not use.
optional string op = 3553;
| Type | Description |
| boolean | Whether the op field is set. |
hasSvc()
public abstract boolean hasSvc()This is deprecated and has no effect. Do not use.
optional string svc = 114272;
| Type | Description |
| boolean | Whether the svc field is set. |
hasSys()
public abstract boolean hasSys()This is deprecated and has no effect. Do not use.
optional string sys = 114381;
| Type | Description |
| boolean | Whether the sys field is set. |