All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.api.UsageOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy