com.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/field_mask.proto
package com.google.protobuf;
public interface FieldMaskOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.FieldMask)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string paths = 1;
*
*
* The set of field mask paths.
*
*/
com.google.protobuf.ProtocolStringList
getPathsList();
/**
* repeated string paths = 1;
*
*
* The set of field mask paths.
*
*/
int getPathsCount();
/**
* repeated string paths = 1;
*
*
* The set of field mask paths.
*
*/
java.lang.String getPaths(int index);
/**
* repeated string paths = 1;
*
*
* The set of field mask paths.
*
*/
com.google.protobuf.ByteString
getPathsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy