cirq_google.serialization.arg_from_proto
Extracts a python value from an argument value proto.
cirq_google.serialization.arg_from_proto(
arg_proto: cirq_google.api.v2.program_pb2.Arg
,
*,
arg_function_language: str,
required_arg_name: Optional[str] = None
) -> Optional[ARG_RETURN_LIKE]
Args |
arg_proto
|
The proto containing a serialized value.
|
arg_function_language
|
The arg_function_language field from
Program.Language .
|
required_arg_name
|
If set to None , the method will return None when
given an unset proto value. If set to a string, the method will
instead raise an error complaining that the value is missing in that
situation.
|
Returns |
The deserialized value, or else None if there was no set value and
required_arg_name was set to None .
|
Raises |
ValueError
|
If the arg protohas a value of an unrecognized type or is
missing a required arg name.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-27 UTC."],[],[]]