public interface SpeedTestParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
map<string, string> properties = 4; |
String |
getDataSize()
optional string dataSize = 1; |
com.google.protobuf.ByteString |
getDataSizeBytes()
optional string dataSize = 1; |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 4; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 4; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 4; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 4; |
int |
getThreads()
optional int32 threads = 2; |
boolean |
hasDataSize()
optional string dataSize = 1; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasThreads()
optional int32 threads = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDataSize()
optional string dataSize = 1;
String getDataSize()
optional string dataSize = 1;
com.google.protobuf.ByteString getDataSizeBytes()
optional string dataSize = 1;
boolean hasThreads()
optional int32 threads = 2;
int getThreads()
optional int32 threads = 2;
boolean hasPath()
optional string path = 3;
String getPath()
optional string path = 3;
com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
int getPropertiesCount()
map<string, string> properties = 4;
boolean containsProperties(String key)
map<string, string> properties = 4;
@Deprecated Map<String,String> getProperties()
getPropertiesMap()
instead.String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 4;
Copyright © 2023. All Rights Reserved.