Package | Description |
---|---|
com.google.api.services.pubsub.model |
Modifier and Type | Method and Description |
---|---|
Label |
Label.clone() |
Label |
Label.set(java.lang.String fieldName,
java.lang.Object value) |
Label |
Label.setKey(java.lang.String key)
The key of a label is a syntactically valid URL (as per RFC 1738) with the "scheme" and initial
slashes omitted and with the additional restrictions noted below.
|
Label |
Label.setNumValue(java.lang.Long numValue)
An integer value.
|
Label |
Label.setStrValue(java.lang.String strValue)
A string value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Label> |
PubsubMessage.getLabel()
Optional list of labels for this message.
|
Modifier and Type | Method and Description |
---|---|
PubsubMessage |
PubsubMessage.setLabel(java.util.List<Label> label)
Optional list of labels for this message.
|