Interface PolicyConditionsOrBuilder

Stay organized with collections Save and categorize content based on your preferences.
public interface PolicyConditionsOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getContentLengthRange(int index)

public abstract int getContentLengthRange(int index)

repeated int32 contentLengthRange = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The contentLengthRange at the given index.

getContentLengthRangeCount()

public abstract int getContentLengthRangeCount()

repeated int32 contentLengthRange = 1;

Returns
TypeDescription
int

The count of contentLengthRange.

getContentLengthRangeList()

public abstract List<Integer> getContentLengthRangeList()

repeated int32 contentLengthRange = 1;

Returns
TypeDescription
java.util.List<java.lang.Integer>

A list containing the contentLengthRange.

getStartsWith(int index)

public abstract String getStartsWith(int index)

repeated string startsWith = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
java.lang.String

The startsWith at the given index.

getStartsWithBytes(int index)

public abstract ByteString getStartsWithBytes(int index)

repeated string startsWith = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes of the startsWith at the given index.

getStartsWithCount()

public abstract int getStartsWithCount()

repeated string startsWith = 2;

Returns
TypeDescription
int

The count of startsWith.

getStartsWithList()

public abstract List<String> getStartsWithList()

repeated string startsWith = 2;

Returns
TypeDescription
java.util.List<java.lang.String>

A list containing the startsWith.