public static interface Storage.StreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the stream, in the form
`projects/{project_id}/locations/{location}/streams/{stream_id}`.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the stream, in the form
`projects/{project_id}/locations/{location}/streams/{stream_id}`.
|
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}/locations/{location}/streams/{stream_id}`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the stream, in the form
`projects/{project_id}/locations/{location}/streams/{stream_id}`.
string name = 1;long getRowCount()
Rows in the stream.
int64 row_count = 2;Copyright © 2019 Google LLC. All rights reserved.