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

com.signalfx.shaded.google.protobuf.AnyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/any.proto

package com.signalfx.shaded.google.protobuf;

public interface AnyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Any)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string type_url = 1 [json_name = "typeUrl"];
   * @return The typeUrl.
   */
  java.lang.String getTypeUrl();
  /**
   * string type_url = 1 [json_name = "typeUrl"];
   * @return The bytes for typeUrl.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getTypeUrlBytes();

  /**
   * bytes value = 2 [json_name = "value"];
   * @return The value.
   */
  com.signalfx.shaded.google.protobuf.ByteString getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy