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

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

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

// Protobuf Java Version: 3.25.1
package com.signalfx.shaded.google.protobuf;

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

  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getNameBytes();

  /**
   * repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
   */
  java.util.List 
      getFieldsList();
  /**
   * repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
   */
  com.signalfx.shaded.google.protobuf.Field getFields(int index);
  /**
   * repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
   */
  int getFieldsCount();
  /**
   * repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
   */
  java.util.List 
      getFieldsOrBuilderList();
  /**
   * repeated .google.protobuf.Field fields = 2 [json_name = "fields"];
   */
  com.signalfx.shaded.google.protobuf.FieldOrBuilder getFieldsOrBuilder(
      int index);

  /**
   * repeated string oneofs = 3 [json_name = "oneofs"];
   * @return A list containing the oneofs.
   */
  java.util.List
      getOneofsList();
  /**
   * repeated string oneofs = 3 [json_name = "oneofs"];
   * @return The count of oneofs.
   */
  int getOneofsCount();
  /**
   * repeated string oneofs = 3 [json_name = "oneofs"];
   * @param index The index of the element to return.
   * @return The oneofs at the given index.
   */
  java.lang.String getOneofs(int index);
  /**
   * repeated string oneofs = 3 [json_name = "oneofs"];
   * @param index The index of the value to return.
   * @return The bytes of the oneofs at the given index.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getOneofsBytes(int index);

  /**
   * repeated .google.protobuf.Option options = 4 [json_name = "options"];
   */
  java.util.List 
      getOptionsList();
  /**
   * repeated .google.protobuf.Option options = 4 [json_name = "options"];
   */
  com.signalfx.shaded.google.protobuf.Option getOptions(int index);
  /**
   * repeated .google.protobuf.Option options = 4 [json_name = "options"];
   */
  int getOptionsCount();
  /**
   * repeated .google.protobuf.Option options = 4 [json_name = "options"];
   */
  java.util.List 
      getOptionsOrBuilderList();
  /**
   * repeated .google.protobuf.Option options = 4 [json_name = "options"];
   */
  com.signalfx.shaded.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
      int index);

  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   * @return Whether the sourceContext field is set.
   */
  boolean hasSourceContext();
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   * @return The sourceContext.
   */
  com.signalfx.shaded.google.protobuf.SourceContext getSourceContext();
  /**
   * .google.protobuf.SourceContext source_context = 5 [json_name = "sourceContext"];
   */
  com.signalfx.shaded.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder();

  /**
   * .google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
   * @return The enum numeric value on the wire for syntax.
   */
  int getSyntaxValue();
  /**
   * .google.protobuf.Syntax syntax = 6 [json_name = "syntax"];
   * @return The syntax.
   */
  com.signalfx.shaded.google.protobuf.Syntax getSyntax();

  /**
   * string edition = 7 [json_name = "edition"];
   * @return The edition.
   */
  java.lang.String getEdition();
  /**
   * string edition = 7 [json_name = "edition"];
   * @return The bytes for edition.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getEditionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy