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 AttributeValuesAttributeValues.Builder. build()AttributeValuesAttributeValues.Builder. buildPartial()AttributeValuesPubSubMessage.Builder. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessage. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessageOrBuilder. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessage.Builder. getAttributesOrThrow(String key)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessage. getAttributesOrThrow(String key)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessageOrBuilder. getAttributesOrThrow(String key)Optional attributes that can be used for message metadata/headers.static AttributeValuesAttributeValues. getDefaultInstance()AttributeValuesAttributeValues.Builder. getDefaultInstanceForType()AttributeValuesAttributeValues. getDefaultInstanceForType()static AttributeValuesAttributeValues. parseDelimitedFrom(InputStream input)static AttributeValuesAttributeValues. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValuesAttributeValues. parseFrom(byte[] data)static AttributeValuesAttributeValues. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValuesAttributeValues. parseFrom(com.google.protobuf.ByteString data)static AttributeValuesAttributeValues. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValuesAttributeValues. parseFrom(com.google.protobuf.CodedInputStream input)static AttributeValuesAttributeValues. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValuesAttributeValues. parseFrom(InputStream input)static AttributeValuesAttributeValues. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValuesAttributeValues. parseFrom(ByteBuffer data)static AttributeValuesAttributeValues. 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 AttributeValuesPubSubMessage.Builder. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessage. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValuesPubSubMessageOrBuilder. getAttributesOrDefault(String key, AttributeValues defaultValue)Optional attributes that can be used for message metadata/headers.AttributeValues.BuilderAttributeValues.Builder. mergeFrom(AttributeValues other)static AttributeValues.BuilderAttributeValues. newBuilder(AttributeValues prototype)PubSubMessage.BuilderPubSubMessage.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.BuilderPubSubMessage.Builder. putAllAttributes(Map<String,AttributeValues> values)Optional attributes that can be used for message metadata/headers.
-