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

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

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

package com.signalfx.shaded.google.protobuf;

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

  /**
   * repeated string paths = 1 [json_name = "paths"];
   * @return A list containing the paths.
   */
  java.util.List
      getPathsList();
  /**
   * repeated string paths = 1 [json_name = "paths"];
   * @return The count of paths.
   */
  int getPathsCount();
  /**
   * repeated string paths = 1 [json_name = "paths"];
   * @param index The index of the element to return.
   * @return The paths at the given index.
   */
  java.lang.String getPaths(int index);
  /**
   * repeated string paths = 1 [json_name = "paths"];
   * @param index The index of the value to return.
   * @return The bytes of the paths at the given index.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getPathsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy