lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.23.0 vs lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.24.0

- old
+ new

@@ -2796,11 +2796,11 @@ # Optional. User friendly display name. # Corresponds to the JSON property `displayName` # @return [String] attr_accessor :display_name - # Output only. URI Endpoints to access sessions associated with the Environment. + # URI Endpoints to access sessions associated with the Environment. # Corresponds to the JSON property `endpoints` # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints] attr_accessor :endpoints # Configuration for the underlying infrastructure used to run workloads. @@ -2818,16 +2818,16 @@ # environment_id` # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Optional. Configuration for sessions created for this environment. + # Configuration for sessions created for this environment. # Corresponds to the JSON property `sessionSpec` # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec] attr_accessor :session_spec - # Output only. Status of sessions created for this environment. + # Status of sessions created for this environment. # Corresponds to the JSON property `sessionStatus` # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus] attr_accessor :session_status # Output only. Current state of the environment. @@ -2866,11 +2866,11 @@ @uid = args[:uid] if args.key?(:uid) @update_time = args[:update_time] if args.key?(:update_time) end end - # + # URI Endpoints to access sessions associated with the Environment. class GoogleCloudDataplexV1EnvironmentEndpoints include Google::Apis::Core::Hashable # Output only. URI to serve notebook APIs # Corresponds to the JSON property `notebooks` @@ -2992,11 +2992,11 @@ @properties = args[:properties] if args.key?(:properties) @python_packages = args[:python_packages] if args.key?(:python_packages) end end - # + # Configuration for sessions created for this environment. class GoogleCloudDataplexV1EnvironmentSessionSpec include Google::Apis::Core::Hashable # Optional. If True, this causes sessions to be pre-created and available for # faster startup to enable interactive exploration use-cases. This defaults to @@ -3022,11 +3022,11 @@ @enable_fast_startup = args[:enable_fast_startup] if args.key?(:enable_fast_startup) @max_idle_duration = args[:max_idle_duration] if args.key?(:max_idle_duration) end end - # + # Status of sessions created for this environment. class GoogleCloudDataplexV1EnvironmentSessionStatus include Google::Apis::Core::Hashable # Output only. Queries over sessions to mark whether the environment is # currently active or not @@ -4176,10 +4176,10 @@ # environment_id`/sessions/`session_id` # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # + # Output only. State of Session # Corresponds to the JSON property `state` # @return [String] attr_accessor :state # Output only. Email of user running the session.