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

io.provenance.metadata.v1.ObjectStoreLocatorOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v1/objectstore.proto

package io.provenance.metadata.v1;

public interface ObjectStoreLocatorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ObjectStoreLocator)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * account address the endpoint is owned by
   * 
* * string owner = 1; */ java.lang.String getOwner(); /** *
   * account address the endpoint is owned by
   * 
* * string owner = 1; */ com.google.protobuf.ByteString getOwnerBytes(); /** *
   * locator endpoint uri
   * 
* * string locator_uri = 2; */ java.lang.String getLocatorUri(); /** *
   * locator endpoint uri
   * 
* * string locator_uri = 2; */ com.google.protobuf.ByteString getLocatorUriBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy