Interface FetchErrorsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchErrorsRequest
,FetchErrorsRequest.Builder
public interface FetchErrorsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStream()
Name of the Stream resource for which to fetch any errors.com.google.protobuf.ByteString
getStreamBytes()
Name of the Stream resource for which to fetch any errors.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStream
String getStream()
Name of the Stream resource for which to fetch any errors.
string stream = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The stream.
-
getStreamBytes
com.google.protobuf.ByteString getStreamBytes()
Name of the Stream resource for which to fetch any errors.
string stream = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for stream.
-
-