@@ -75,23 +75,20 @@ message ReadSession {
7575 // Restricted to a maximum length for 1 MB.
7676 string row_restriction = 2 ;
7777
78- // Optional. Options specific to the Apache Arrow output format.
7978 oneof output_format_serialization_options {
80- ArrowSerializationOptions arrow_serialization_options = 3
81- [(google.api.field_behavior ) = OPTIONAL ];
79+ // Optional. Options specific to the Apache Arrow output format.
80+ ArrowSerializationOptions arrow_serialization_options = 3 [(google.api.field_behavior ) = OPTIONAL ];
8281 }
8382 }
8483
8584 // Output only. Unique identifier for the session, in the form
8685 // `projects/{project_id}/locations/{location}/sessions/{session_id}`.
8786 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
8887
89- // Output only. Time at which the session becomes invalid. After this time,
90- // subsequent requests to read this Session will return errors. The
91- // expire_time is automatically assigned and currently cannot be specified or
92- // updated.
93- google.protobuf.Timestamp expire_time = 2
94- [(google.api.field_behavior ) = OUTPUT_ONLY ];
88+ // Output only. Time at which the session becomes invalid. After this time, subsequent
89+ // requests to read this Session will return errors. The expire_time is
90+ // automatically assigned and currently cannot be specified or updated.
91+ google.protobuf.Timestamp expire_time = 2 [(google.api.field_behavior ) = OUTPUT_ONLY ];
9592
9693 // Immutable. Data format of the output data.
9794 DataFormat data_format = 3 [(google.api.field_behavior ) = IMMUTABLE ];
@@ -111,11 +108,12 @@ message ReadSession {
111108 // `projects/{project_id}/datasets/{dataset_id}/tables/{table_id}`
112109 string table = 6 [
113110 (google.api.field_behavior ) = IMMUTABLE ,
114- (google.api.resource_reference ) = { type : "bigquery.googleapis.com/Table" }
111+ (google.api.resource_reference ) = {
112+ type : "bigquery.googleapis.com/Table"
113+ }
115114 ];
116115
117- // Optional. Any modifiers which are applied when reading from the specified
118- // table.
116+ // Optional. Any modifiers which are applied when reading from the specified table.
119117 TableModifiers table_modifiers = 7 [(google.api.field_behavior ) = OPTIONAL ];
120118
121119 // Optional. Read options for this session (e.g. column selection, filters).
0 commit comments