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

lightstep.com.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: lightstep.lightstep.google.protobuf/field_mask.proto

package lightstep.com.lightstep.lightstep.google.protobuf;

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

  /**
   * 
   * The set of field mask paths.
   * 
* * repeated string paths = 1; */ java.util.List getPathsList(); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; */ int getPathsCount(); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; */ java.lang.String getPaths(int index); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; */ lightstep.com.lightstep.lightstep.google.protobuf.ByteString getPathsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy