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

io.provenance.metadata.v0.DefinitionSpecOrBuilder Maven / Gradle / Ivy

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

package io.provenance.metadata.v0;

public interface DefinitionSpecOrBuilder extends
    // @@protoc_insertion_point(interface_extends:spec.DefinitionSpec)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   */
  java.lang.String getName();
  /**
   * string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .types.Location resource_location = 2;
   */
  boolean hasResourceLocation();
  /**
   * .types.Location resource_location = 2;
   */
  io.provenance.metadata.v0.Location getResourceLocation();
  /**
   * .types.Location resource_location = 2;
   */
  io.provenance.metadata.v0.LocationOrBuilder getResourceLocationOrBuilder();

  /**
   * .types.Signature signature = 3;
   */
  boolean hasSignature();
  /**
   * .types.Signature signature = 3;
   */
  io.provenance.metadata.v0.Signature getSignature();
  /**
   * .types.Signature signature = 3;
   */
  io.provenance.metadata.v0.SignatureOrBuilder getSignatureOrBuilder();

  /**
   * .spec.DefinitionSpecType type = 4;
   */
  int getTypeValue();
  /**
   * .spec.DefinitionSpecType type = 4;
   */
  io.provenance.metadata.v0.DefinitionSpecType getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy