org.polypheny.prism.ClientInfoPropertiesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/meta_responses.proto
package org.polypheny.prism;
public interface ClientInfoPropertiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.ClientInfoProperties)
com.google.protobuf.MessageOrBuilder {
/**
*
* A mapping of property names to their corresponding values, providing insights or settings related to the client.
*
*
* map<string, string> properties = 1;
*/
int getPropertiesCount();
/**
*
* A mapping of property names to their corresponding values, providing insights or settings related to the client.
*
*
* map<string, string> properties = 1;
*/
boolean containsProperties(
java.lang.String key);
/**
* Use {@link #getPropertiesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getProperties();
/**
*
* A mapping of property names to their corresponding values, providing insights or settings related to the client.
*
*
* map<string, string> properties = 1;
*/
java.util.Map
getPropertiesMap();
/**
*
* A mapping of property names to their corresponding values, providing insights or settings related to the client.
*
*
* map<string, string> properties = 1;
*/
/* nullable */
java.lang.String getPropertiesOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
* A mapping of property names to their corresponding values, providing insights or settings related to the client.
*
*
* map<string, string> properties = 1;
*/
java.lang.String getPropertiesOrThrow(
java.lang.String key);
}