
org.glowroot.agent.shaded.google.protobuf.FieldMaskOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
// 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