com.github.os72.protobuf351.FieldMaskOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/field_mask.proto
package com.github.os72.protobuf351;
public interface FieldMaskOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.FieldMask)
com.github.os72.protobuf351.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;
*/
com.github.os72.protobuf351.ByteString
getPathsBytes(int index);
}