public static interface Storage.StreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the stream.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the stream.
|
long |
getRowCount()
Rows in the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the stream. In the form
`/projects/{project_id}/stream/{stream_id}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the stream. In the form
`/projects/{project_id}/stream/{stream_id}`
string name = 1;long getRowCount()
Rows in the stream.
int64 row_count = 2;Copyright © 2018 Google LLC. All rights reserved.