nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder 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/usage.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface UsageOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Usage)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Requirements that must be satisfied before a consumer project can use the
* service. Each requirement is of the form <service.name>/<requirement-id>;
* for example 'serviceusage.googleapis.nl.topicus.jdbc.shaded.com.billing-enabled'.
*
*
* repeated string requirements = 1;
*/
java.util.List
getRequirementsList();
/**
*
* Requirements that must be satisfied before a consumer project can use the
* service. Each requirement is of the form <service.name>/<requirement-id>;
* for example 'serviceusage.googleapis.nl.topicus.jdbc.shaded.com.billing-enabled'.
*
*
* repeated string requirements = 1;
*/
int getRequirementsCount();
/**
*
* Requirements that must be satisfied before a consumer project can use the
* service. Each requirement is of the form <service.name>/<requirement-id>;
* for example 'serviceusage.googleapis.nl.topicus.jdbc.shaded.com.billing-enabled'.
*
*
* repeated string requirements = 1;
*/
java.lang.String getRequirements(int index);
/**
*
* Requirements that must be satisfied before a consumer project can use the
* service. Each requirement is of the form <service.name>/<requirement-id>;
* for example 'serviceusage.googleapis.nl.topicus.jdbc.shaded.com.billing-enabled'.
*
*
* repeated string requirements = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRequirementsBytes(int index);
/**
*
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
*
*
* repeated .google.api.UsageRule rules = 6;
*/
java.util.List
getRulesList();
/**
*
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
*
*
* repeated .google.api.UsageRule rules = 6;
*/
nl.topicus.jdbc.shaded.com.google.api.UsageRule getRules(int index);
/**
*
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
*
*
* repeated .google.api.UsageRule rules = 6;
*/
int getRulesCount();
/**
*
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
*
*
* repeated .google.api.UsageRule rules = 6;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.api.UsageRuleOrBuilder>
getRulesOrBuilderList();
/**
*
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
*
*
* repeated .google.api.UsageRule rules = 6;
*/
nl.topicus.jdbc.shaded.com.google.api.UsageRuleOrBuilder getRulesOrBuilder(
int index);
/**
*
* The full resource name of a channel used for sending notifications to the
* service producer.
* Google Service Management currently only supports
* [Google Cloud Pub/Sub](https://cloud.google.nl.topicus.jdbc.shaded.com.pubsub) as a notification
* channel. To use Google Cloud Pub/Sub as the channel, this must be the name
* of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
* documented in https://cloud.google.nl.topicus.jdbc.shaded.com.pubsub/docs/overview.
*
*
* string producer_notification_channel = 7;
*/
java.lang.String getProducerNotificationChannel();
/**
*
* The full resource name of a channel used for sending notifications to the
* service producer.
* Google Service Management currently only supports
* [Google Cloud Pub/Sub](https://cloud.google.nl.topicus.jdbc.shaded.com.pubsub) as a notification
* channel. To use Google Cloud Pub/Sub as the channel, this must be the name
* of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
* documented in https://cloud.google.nl.topicus.jdbc.shaded.com.pubsub/docs/overview.
*
*
* string producer_notification_channel = 7;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getProducerNotificationChannelBytes();
}