public interface PolicyConditionsOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getContentLengthRange(int index)
public abstract int getContentLengthRange(int index)
repeated int32 contentLengthRange = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
int | The contentLengthRange at the given index. |
getContentLengthRangeCount()
public abstract int getContentLengthRangeCount()
repeated int32 contentLengthRange = 1;
Type | Description |
int | The count of contentLengthRange. |
getContentLengthRangeList()
public abstract List<Integer> getContentLengthRangeList()
repeated int32 contentLengthRange = 1;
Type | Description |
java.util.List<java.lang.Integer> | A list containing the contentLengthRange. |
getStartsWith(int index)
public abstract String getStartsWith(int index)
repeated string startsWith = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
java.lang.String | The startsWith at the given index. |
getStartsWithBytes(int index)
public abstract ByteString getStartsWithBytes(int index)
repeated string startsWith = 2;
Name | Description |
index | int The index of the value to return. |
Type | Description |
com.google.protobuf.ByteString | The bytes of the startsWith at the given index. |
getStartsWithCount()
public abstract int getStartsWithCount()
repeated string startsWith = 2;
Type | Description |
int | The count of startsWith. |
getStartsWithList()
public abstract List<String> getStartsWithList()
repeated string startsWith = 2;
Type | Description |
java.util.List<java.lang.String> | A list containing the startsWith. |