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

org.glowroot.agent.shaded.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.9.28
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/field_mask.proto

package org.glowroot.agent.shaded.google.protobuf;

public interface FieldMaskOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.FieldMask)
    org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder {

  /**
   * repeated string paths = 1;
   *
   * 
   * The set of field mask paths.
   * 
*/ org.glowroot.agent.shaded.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.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getPathsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy