
com.trasier.api.client.protobuf.SpanRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WriteService.proto
package com.trasier.api.client.protobuf;
public interface SpanRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.trasier.api.client.protobuf.SpanRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string accountId = 1;
* @return The accountId.
*/
String getAccountId();
/**
* string accountId = 1;
* @return The bytes for accountId.
*/
com.google.protobuf.ByteString
getAccountIdBytes();
/**
* string spaceKey = 2;
* @return The spaceKey.
*/
String getSpaceKey();
/**
* string spaceKey = 2;
* @return The bytes for spaceKey.
*/
com.google.protobuf.ByteString
getSpaceKeyBytes();
/**
* repeated .com.trasier.api.client.protobuf.Span spans = 3;
*/
java.util.List
getSpansList();
/**
* repeated .com.trasier.api.client.protobuf.Span spans = 3;
*/
Span getSpans(int index);
/**
* repeated .com.trasier.api.client.protobuf.Span spans = 3;
*/
int getSpansCount();
/**
* repeated .com.trasier.api.client.protobuf.Span spans = 3;
*/
java.util.List extends SpanOrBuilder>
getSpansOrBuilderList();
/**
* repeated .com.trasier.api.client.protobuf.Span spans = 3;
*/
SpanOrBuilder getSpansOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy