nl.topicus.jdbc.shaded.com.google.api.ProjectPropertiesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/api/consumer.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface ProjectPropertiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.ProjectProperties)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* List of per consumer project-specific properties.
*
*
* repeated .google.api.Property properties = 1;
*/
java.util.List
getPropertiesList();
/**
*
* List of per consumer project-specific properties.
*
*
* repeated .google.api.Property properties = 1;
*/
nl.topicus.jdbc.shaded.com.google.api.Property getProperties(int index);
/**
*
* List of per consumer project-specific properties.
*
*
* repeated .google.api.Property properties = 1;
*/
int getPropertiesCount();
/**
*
* List of per consumer project-specific properties.
*
*
* repeated .google.api.Property properties = 1;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.api.PropertyOrBuilder>
getPropertiesOrBuilderList();
/**
*
* List of per consumer project-specific properties.
*
*
* repeated .google.api.Property properties = 1;
*/
nl.topicus.jdbc.shaded.com.google.api.PropertyOrBuilder getPropertiesOrBuilder(
int index);
}