lightstep.com.google.api.PropertyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/consumer.proto
package lightstep.lightstep.lightstep.com.google.api;
public interface PropertyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Property)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The name of the property (a.k.a key).
*
*
* string name = 1;
*/
String getName();
/**
*
* The name of the property (a.k.a key).
*
*
* string name = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.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;
*/
Property.PropertyType getType();
/**
*
* The description of the property
*
*
* string description = 3;
*/
String getDescription();
/**
*
* The description of the property
*
*
* string description = 3;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy