public interface ListenRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Labels associated with this target change.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
boolean |
getAddTarget()
public abstract Target getAddTarget()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;
Type | Description |
Target | The addTarget. |
getAddTargetOrBuilder()
public abstract TargetOrBuilder getAddTargetOrBuilder()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;
Type | Description |
TargetOrBuilder |
getDatabase()
public abstract String getDatabase()
Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()
Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for database. |
getLabels()
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Labels associated with this target change.
map<string, string> labels = 4;
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Labels associated with this target change.
map<string, string> labels = 4;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Labels associated with this target change.
map<string, string> labels = 4;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Labels associated with this target change.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
String |
getRemoveTarget()
public abstract int getRemoveTarget()
The ID of a target to remove from this stream.
int32 remove_target = 3;
Type | Description |
int | The removeTarget. |
getTargetChangeCase()
public abstract ListenRequest.TargetChangeCase getTargetChangeCase()
Type | Description |
ListenRequest.TargetChangeCase |
hasAddTarget()
public abstract boolean hasAddTarget()
A target to add to this stream.
.google.firestore.v1.Target add_target = 2;
Type | Description |
boolean | Whether the addTarget field is set. |
hasRemoveTarget()
public abstract boolean hasRemoveTarget()
The ID of a target to remove from this stream.
int32 remove_target = 3;
Type | Description |
boolean | Whether the removeTarget field is set. |