public interface ListenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels associated with this target change.
|
Target |
getAddTarget()
A target to add to this stream.
|
TargetOrBuilder |
getAddTargetOrBuilder()
A target to add to this stream.
|
String |
getDatabase()
The database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The database name.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels associated with this target change.
|
Map<String,String> |
getLabelsMap()
Labels associated with this target change.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels associated with this target change.
|
String |
getLabelsOrThrow(String key)
Labels associated with this target change.
|
int |
getRemoveTarget()
The ID of a target to remove from this stream.
|
ListenRequest.TargetChangeCase |
getTargetChangeCase() |
boolean |
hasAddTarget()
A target to add to this stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
The database name. In the format:
`projects/{project_id}/databases/{database_id}`.
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
The database name. In the format:
`projects/{project_id}/databases/{database_id}`.
string database = 1;boolean hasAddTarget()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;Target getAddTarget()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;TargetOrBuilder getAddTargetOrBuilder()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;int getRemoveTarget()
The ID of a target to remove from this stream.
int32 remove_target = 3;int getLabelsCount()
Labels associated with this target change.
map<string, string> labels = 4;boolean containsLabels(String key)
Labels associated with this target change.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels associated with this target change.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
Labels associated with this target change.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
Labels associated with this target change.
map<string, string> labels = 4;ListenRequest.TargetChangeCase getTargetChangeCase()
Copyright © 2019 Google LLC. All rights reserved.