field_data#

Wrappers over FieldData gRPC service of Fluent.

Functions

extract_fields(chunk_iterator)

Extracts field data via a server call.

get_fields_request()

Populates a new field request.

override_help_text(func, func_to_be_wrapped)

Override function help text.

unavailable_field_error_message(context, ...)

Error message for unavailable fields.

Classes

FieldData(service, field_info, is_data_valid)

Provides access to Fluent field data on surfaces.

FieldDataService(channel, metadata)

FieldData service of Fluent.

FieldInfo(service)

Provides access to Fluent field information.

FieldTransaction(service, field_info, ...)

Populates Fluent field data on surfaces.

SurfaceDataType(value)

Provides surface data types.

Exceptions

FieldNameError

Exception class for errors in field name.

FieldUnavailable

Exception class for when field is unavailable.

ScalarFieldNameError(field_name, allowed_values)

Exception class for errors in scalar field name.

ScalarFieldUnavailable(field_name)

Exception class for when scalar field is unavailable.

SurfaceNameError(surface_name, allowed_values)

Exception class for errors in surface name.

VectorFieldNameError(field_name, allowed_values)

Exception class for errors in vector field name.

VectorFieldUnavailable(field_name)

Exception class for when vector field is unavailable.