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

shade.polaris.com.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.15.4
Show 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 {

  /**
   * 
   * The set of field mask paths.
   * 
* * repeated string paths = 1; * @return A list containing the paths. */ java.util.List getPathsList(); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; * @return The count of paths. */ int getPathsCount(); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; * @param index The index of the element to return. * @return The paths at the given index. */ java.lang.String getPaths(int index); /** *
   * The set of field mask paths.
   * 
* * repeated string paths = 1; * @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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy