| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
AttributeValues.Builder.build() |
AttributeValues |
AttributeValues.Builder.buildPartial() |
AttributeValues |
PubSubMessageOrBuilder.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.Builder.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessageOrBuilder.getAttributesOrThrow(String key)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.getAttributesOrThrow(String key)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.Builder.getAttributesOrThrow(String key)
Optional attributes that can be used for message metadata/headers.
|
static AttributeValues |
AttributeValues.getDefaultInstance() |
AttributeValues |
AttributeValues.getDefaultInstanceForType() |
AttributeValues |
AttributeValues.Builder.getDefaultInstanceForType() |
static AttributeValues |
AttributeValues.parseDelimitedFrom(InputStream input) |
static AttributeValues |
AttributeValues.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeValues |
AttributeValues.parseFrom(byte[] data) |
static AttributeValues |
AttributeValues.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeValues |
AttributeValues.parseFrom(ByteBuffer data) |
static AttributeValues |
AttributeValues.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeValues |
AttributeValues.parseFrom(com.google.protobuf.ByteString data) |
static AttributeValues |
AttributeValues.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeValues |
AttributeValues.parseFrom(com.google.protobuf.CodedInputStream input) |
static AttributeValues |
AttributeValues.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeValues |
AttributeValues.parseFrom(InputStream input) |
static AttributeValues |
AttributeValues.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValues> |
PubSubMessageOrBuilder.getAttributes()
Deprecated.
|
Map<String,AttributeValues> |
PubSubMessage.getAttributes()
Deprecated.
|
Map<String,AttributeValues> |
PubSubMessage.Builder.getAttributes()
Deprecated.
|
Map<String,AttributeValues> |
PubSubMessageOrBuilder.getAttributesMap()
Optional attributes that can be used for message metadata/headers.
|
Map<String,AttributeValues> |
PubSubMessage.getAttributesMap()
Optional attributes that can be used for message metadata/headers.
|
Map<String,AttributeValues> |
PubSubMessage.Builder.getAttributesMap()
Optional attributes that can be used for message metadata/headers.
|
Map<String,AttributeValues> |
PubSubMessage.Builder.getMutableAttributes()
Deprecated.
|
com.google.protobuf.Parser<AttributeValues> |
AttributeValues.getParserForType() |
static com.google.protobuf.Parser<AttributeValues> |
AttributeValues.parser() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
PubSubMessageOrBuilder.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues |
PubSubMessage.Builder.getAttributesOrDefault(String key,
AttributeValues defaultValue)
Optional attributes that can be used for message metadata/headers.
|
AttributeValues.Builder |
AttributeValues.Builder.mergeFrom(AttributeValues other) |
static AttributeValues.Builder |
AttributeValues.newBuilder(AttributeValues prototype) |
PubSubMessage.Builder |
PubSubMessage.Builder.putAttributes(String key,
AttributeValues value)
Optional attributes that can be used for message metadata/headers.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubMessage.Builder |
PubSubMessage.Builder.putAllAttributes(Map<String,AttributeValues> values)
Optional attributes that can be used for message metadata/headers.
|
Copyright © 2023 Google LLC. All rights reserved.