![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.DescriptionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/specification.proto
package io.provenance.metadata.v1;
public interface DescriptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.Description)
com.google.protobuf.MessageOrBuilder {
/**
*
* A Name for this thing.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* A Name for this thing.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* A description of this thing.
*
*
* string description = 3;
*/
java.lang.String getDescription();
/**
*
* A description of this thing.
*
*
* string description = 3;
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* URL to find even more info.
*
*
* string website_url = 4 [(.gogoproto.moretags) = "yaml:\"website_url\""];
*/
java.lang.String getWebsiteUrl();
/**
*
* URL to find even more info.
*
*
* string website_url = 4 [(.gogoproto.moretags) = "yaml:\"website_url\""];
*/
com.google.protobuf.ByteString
getWebsiteUrlBytes();
/**
*
* URL of an icon.
*
*
* string icon_url = 5 [(.gogoproto.moretags) = "yaml:\"icon_url\""];
*/
java.lang.String getIconUrl();
/**
*
* URL of an icon.
*
*
* string icon_url = 5 [(.gogoproto.moretags) = "yaml:\"icon_url\""];
*/
com.google.protobuf.ByteString
getIconUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy