Interface ConditionOrBuilder (1.37.0)

public interface ConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIam()

public abstract String getIam()

This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

optional string iam = 104021;

Returns
TypeDescription
String

The iam.

getIamBytes()

public abstract ByteString getIamBytes()

This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

optional string iam = 104021;

Returns
TypeDescription
ByteString

The bytes for iam.

getOp()

public abstract String getOp()

This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
String

The op.

getOpBytes()

public abstract ByteString getOpBytes()

This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
ByteString

The bytes for op.

getSvc()

public abstract String getSvc()

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

optional string svc = 114272;

Returns
TypeDescription
String

The svc.

getSvcBytes()

public abstract ByteString getSvcBytes()

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

optional string svc = 114272;

Returns
TypeDescription
ByteString

The bytes for svc.

getSys()

public abstract String getSys()

This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

optional string sys = 114381;

Returns
TypeDescription
String

The sys.

getSysBytes()

public abstract ByteString getSysBytes()

This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

optional string sys = 114381;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the values.

hasIam()

public abstract boolean hasIam()

This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

optional string iam = 104021;

Returns
TypeDescription
boolean

Whether the iam field is set.

hasOp()

public abstract boolean hasOp()

This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the svc field is set.

hasSys()

public abstract boolean hasSys()

This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

optional string sys = 114381;

Returns
TypeDescription
boolean

Whether the sys field is set.