You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Output only. The description for the field.",
788
-
"readOnly": true,
792
+
"description": "Deprecated. Use name and field_description instead. The description for the field.",
789
793
"type": "string"
790
794
},
791
795
"field": {
@@ -801,6 +805,11 @@
801
805
"readOnly": true,
802
806
"type": "array"
803
807
},
808
+
"fieldDescription": {
809
+
"description": "Output only. The description of the field.",
810
+
"readOnly": true,
811
+
"type": "string"
812
+
},
804
813
"inputConstraint": {
805
814
"description": "Output only. Any input constraints associated on the values for the field.",
806
815
"readOnly": true,
@@ -814,6 +823,11 @@
814
823
"readOnly": true,
815
824
"type": "array"
816
825
},
826
+
"name": {
827
+
"description": "Output only. The name of the field.",
828
+
"readOnly": true,
829
+
"type": "string"
830
+
},
817
831
"nestedFieldDescriptions": {
818
832
"description": "Output only. Provides the description of the fields nested in this field, if the field is a message type that defines multiple fields.",
"description": "Required. The fully qualified policy schema and field name this file is uploaded for. This information will be used to validate the content type of the file.",
* Output only. Additional key names that will be used to identify the target of the policy value. When specifying a `policyTargetKey`, each of the additional keys specified here will have to be included in the `additionalTargetKeys` map.
* Output only. Provides a list of fields and values. At least one of the fields must have the corresponding value in order for this field to be allowed to be set.
* Required. The fully qualified policy schema and field name this file is uploaded for. This information will be used to validate the content type of the file.
0 commit comments