com.signalfx.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 signalfx-java Show documentation
Show all versions of signalfx-java Show documentation
Bare minimum core library needed to sending metrics to SignalFx from Java clients
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/field_mask.proto
// Protobuf Java Version: 3.25.5
package com.signalfx.shaded.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.signalfx.shaded.google.protobuf.ByteString
getPathsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy