Interface Storage.StreamOrBuilder (2.9.1)

public static interface Storage.StreamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the stream, in the form projects/{project_id}/locations/{location}/streams/{stream_id}.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the stream, in the form projects/{project_id}/locations/{location}/streams/{stream_id}.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.