lightstep.com.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy
// 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