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

com.google.api.PropertyOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/consumer.proto

package com.google.api;

public interface PropertyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.Property)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The name of the property (a.k.a key).
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * The name of the property (a.k.a key).
   * 
* * string name = 1; */ com.google.proto4pingcap.ByteString getNameBytes(); /** *
   * The type of this property.
   * 
* * .google.api.Property.PropertyType type = 2; */ int getTypeValue(); /** *
   * The type of this property.
   * 
* * .google.api.Property.PropertyType type = 2; */ com.google.api.Property.PropertyType getType(); /** *
   * The description of the property
   * 
* * string description = 3; */ java.lang.String getDescription(); /** *
   * The description of the property
   * 
* * string description = 3; */ com.google.proto4pingcap.ByteString getDescriptionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy