public interface SeriesMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSeries()
public abstract String getSeries()Series name. It's in the format of "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}".
string series = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()Series name. It's in the format of "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}".
string series = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for series. |