com.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy
The newest version!
// 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 [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.google.protobuf.ByteString
getPathsBytes(int index);
}