public interface SearchSignalsResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Page token to fetch the next set of signals.
|
ByteString |
getNextPageTokenBytes()
Page token to fetch the next set of signals.
|
Signal |
getSignals(int index)
Signals that matched the query in the request.
|
int |
getSignalsCount()
Signals that matched the query in the request.
|
List<Signal> |
getSignalsList()
Signals that matched the query in the request.
|
SignalOrBuilder |
getSignalsOrBuilder(int index)
Signals that matched the query in the request.
|
List<? extends SignalOrBuilder> |
getSignalsOrBuilderList()
Signals that matched the query in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<Signal> getSignalsList()
Signals that matched the query in the request.
repeated .google.cloud.irm.v1alpha2.Signal signals = 1;Signal getSignals(int index)
Signals that matched the query in the request.
repeated .google.cloud.irm.v1alpha2.Signal signals = 1;int getSignalsCount()
Signals that matched the query in the request.
repeated .google.cloud.irm.v1alpha2.Signal signals = 1;List<? extends SignalOrBuilder> getSignalsOrBuilderList()
Signals that matched the query in the request.
repeated .google.cloud.irm.v1alpha2.Signal signals = 1;SignalOrBuilder getSignalsOrBuilder(int index)
Signals that matched the query in the request.
repeated .google.cloud.irm.v1alpha2.Signal signals = 1;String getNextPageToken()
Page token to fetch the next set of signals.
string next_page_token = 2;ByteString getNextPageTokenBytes()
Page token to fetch the next set of signals.
string next_page_token = 2;Copyright © 2020 Google LLC. All rights reserved.