public interface CompressionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompressionFormat()
optional string CompressionFormat = 1; |
com.google.protobuf.ByteString |
getCompressionFormatBytes()
optional string CompressionFormat = 1; |
String |
getCompressionTarget()
optional string CompressionTarget = 2; |
com.google.protobuf.ByteString |
getCompressionTargetBytes()
optional string CompressionTarget = 2; |
String |
getCompressionType(int index)
repeated string CompressionType = 3; |
com.google.protobuf.ByteString |
getCompressionTypeBytes(int index)
repeated string CompressionType = 3; |
int |
getCompressionTypeCount()
repeated string CompressionType = 3; |
List<String> |
getCompressionTypeList()
repeated string CompressionType = 3; |
long |
getMaxFileSizeKB()
optional int64 MaxFileSizeKB = 4; |
long |
getMinFileSizeKB()
optional int64 MinFileSizeKB = 5; |
boolean |
hasCompressionFormat()
optional string CompressionFormat = 1; |
boolean |
hasCompressionTarget()
optional string CompressionTarget = 2; |
boolean |
hasMaxFileSizeKB()
optional int64 MaxFileSizeKB = 4; |
boolean |
hasMinFileSizeKB()
optional int64 MinFileSizeKB = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCompressionFormat()
optional string CompressionFormat = 1;String getCompressionFormat()
optional string CompressionFormat = 1;com.google.protobuf.ByteString getCompressionFormatBytes()
optional string CompressionFormat = 1;boolean hasCompressionTarget()
optional string CompressionTarget = 2;String getCompressionTarget()
optional string CompressionTarget = 2;com.google.protobuf.ByteString getCompressionTargetBytes()
optional string CompressionTarget = 2;List<String> getCompressionTypeList()
repeated string CompressionType = 3;int getCompressionTypeCount()
repeated string CompressionType = 3;String getCompressionType(int index)
repeated string CompressionType = 3;index - The index of the element to return.com.google.protobuf.ByteString getCompressionTypeBytes(int index)
repeated string CompressionType = 3;index - The index of the value to return.boolean hasMaxFileSizeKB()
optional int64 MaxFileSizeKB = 4;long getMaxFileSizeKB()
optional int64 MaxFileSizeKB = 4;boolean hasMinFileSizeKB()
optional int64 MinFileSizeKB = 5;long getMinFileSizeKB()
optional int64 MinFileSizeKB = 5;Copyright © 2025. All rights reserved.