public interface ListenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(java.lang.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.
|
java.lang.String |
getDatabase()
The database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The database name.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels associated with this target change.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabelsMap()
Labels associated with this target change.
|
java.lang.String |
getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Labels associated with this target change.
|
java.lang.String |
getLabelsOrThrow(java.lang.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, hasOneofjava.lang.String 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.v1beta1.Target add_target = 2;Target getAddTarget()
A target to add to this stream.
.google.firestore.v1beta1.Target add_target = 2;TargetOrBuilder getAddTargetOrBuilder()
A target to add to this stream.
.google.firestore.v1beta1.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(java.lang.String key)
Labels associated with this target change.
map<string, string> labels = 4;@Deprecated java.util.Map<java.lang.String,java.lang.String> getLabels()
getLabelsMap() instead.java.util.Map<java.lang.String,java.lang.String> getLabelsMap()
Labels associated with this target change.
map<string, string> labels = 4;java.lang.String getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Labels associated with this target change.
map<string, string> labels = 4;java.lang.String getLabelsOrThrow(java.lang.String key)
Labels associated with this target change.
map<string, string> labels = 4;ListenRequest.TargetChangeCase getTargetChangeCase()