Package io.deephaven.proto.config
Interface GetPropertiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPropertiesResponse,GetPropertiesResponse.Builder
@Generated
public interface GetPropertiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperties(String key) The responsive properties to the requestDeprecated.intThe responsive properties to the requestThe responsive properties to the requestgetPropertiesOrDefault(String key, String defaultValue) The responsive properties to the requestThe responsive properties to the requestMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPropertiesCount
int getPropertiesCount()The responsive properties to the request
map<string, string> properties = 1; -
containsProperties
The responsive properties to the request
map<string, string> properties = 1; -
getProperties
Deprecated.UsegetPropertiesMap()instead. -
getPropertiesMap
The responsive properties to the request
map<string, string> properties = 1; -
getPropertiesOrDefault
The responsive properties to the request
map<string, string> properties = 1; -
getPropertiesOrThrow
The responsive properties to the request
map<string, string> properties = 1;
-