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

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

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer compiler.  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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy