Uses of Class
com.google.cloud.pubsublite.proto.AttributeValues
-
Packages that use AttributeValues Package Description com.google.cloud.pubsublite.proto -
-
Uses of AttributeValues in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return AttributeValues Modifier and Type Method Description AttributeValues
AttributeValues.Builder. build()
AttributeValues
AttributeValues.Builder. buildPartial()
AttributeValues
PubSubMessage.Builder. 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
PubSubMessageOrBuilder. getAttributesOrDefault(String key, AttributeValues defaultValue)
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.AttributeValues
PubSubMessage. getAttributesOrThrow(String key)
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.static AttributeValues
AttributeValues. getDefaultInstance()
AttributeValues
AttributeValues.Builder. getDefaultInstanceForType()
AttributeValues
AttributeValues. 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(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)
static AttributeValues
AttributeValues. parseFrom(ByteBuffer data)
static AttributeValues
AttributeValues. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type AttributeValues Modifier and Type Method Description Map<String,AttributeValues>
PubSubMessage.Builder. getAttributes()
Deprecated.Map<String,AttributeValues>
PubSubMessage. getAttributes()
Deprecated.Map<String,AttributeValues>
PubSubMessageOrBuilder. getAttributes()
Deprecated.Map<String,AttributeValues>
PubSubMessage.Builder. 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>
PubSubMessageOrBuilder. 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()
Methods in com.google.cloud.pubsublite.proto with parameters of type AttributeValues Modifier and Type Method Description AttributeValues
PubSubMessage.Builder. 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
PubSubMessageOrBuilder. 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.Method parameters in com.google.cloud.pubsublite.proto with type arguments of type AttributeValues Modifier and Type Method Description PubSubMessage.Builder
PubSubMessage.Builder. putAllAttributes(Map<String,AttributeValues> values)
Optional attributes that can be used for message metadata/headers.
-