Skip to content

Commit 8a69c26

Browse files
chore: rename warm_pool_enabled to fast_startup_enabled (#133)
- [ ] Regenerate this pull request now. While this would normally be a breaking change, libraries haven't been released yet with the old value warm_pool_enabled. PiperOrigin-RevId: 479215286 Source-Link: https://togithub.com/googleapis/googleapis/commit/767dc45050047fd0e6a9ceb3a56ed6cdb4cb3ed2 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d497faaa460ae68eb9e87f1471f2ea300d426145 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDQ5N2ZhYWE0NjBhZTY4ZWI5ZTg3ZjE0NzFmMmVhMzAwZDQyNjE0NSJ9
1 parent da00e76 commit 8a69c26

6 files changed

Lines changed: 201 additions & 191 deletions

File tree

java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/LogsProto.java

Lines changed: 70 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -73,77 +73,79 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
7373
static {
7474
java.lang.String[] descriptorData = {
7575
"\n#google/cloud/dataplex/v1/logs.proto\022\030g"
76-
+ "oogle.cloud.dataplex.v1\032\036google/protobuf"
77-
+ "/duration.proto\032\037google/protobuf/timesta"
78-
+ "mp.proto\"\240\t\n\016DiscoveryEvent\022\017\n\007message\030\001"
79-
+ " \001(\t\022\017\n\007lake_id\030\002 \001(\t\022\017\n\007zone_id\030\003 \001(\t\022\020"
80-
+ "\n\010asset_id\030\004 \001(\t\022\025\n\rdata_location\030\005 \001(\t\022"
81-
+ "@\n\004type\030\n \001(\01622.google.cloud.dataplex.v1"
82-
+ ".DiscoveryEvent.EventType\022H\n\006config\030\024 \001("
83-
+ "\01326.google.cloud.dataplex.v1.DiscoveryEv"
84-
+ "ent.ConfigDetailsH\000\022H\n\006entity\030\025 \001(\01326.go"
85-
+ "ogle.cloud.dataplex.v1.DiscoveryEvent.En"
86-
+ "tityDetailsH\000\022N\n\tpartition\030\026 \001(\01329.googl"
87-
+ "e.cloud.dataplex.v1.DiscoveryEvent.Parti"
88-
+ "tionDetailsH\000\022H\n\006action\030\027 \001(\01326.google.c"
89-
+ "loud.dataplex.v1.DiscoveryEvent.ActionDe"
90-
+ "tailsH\000\032\236\001\n\rConfigDetails\022Z\n\nparameters\030"
91-
+ "\001 \003(\0132F.google.cloud.dataplex.v1.Discove"
92-
+ "ryEvent.ConfigDetails.ParametersEntry\0321\n"
93-
+ "\017ParametersEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002"
94-
+ " \001(\t:\0028\001\032b\n\rEntityDetails\022\016\n\006entity\030\001 \001("
95-
+ "\t\022A\n\004type\030\002 \001(\01623.google.cloud.dataplex."
96-
+ "v1.DiscoveryEvent.EntityType\032\230\001\n\020Partiti"
97-
+ "onDetails\022\021\n\tpartition\030\001 \001(\t\022\016\n\006entity\030\002"
98-
+ " \001(\t\022A\n\004type\030\003 \001(\01623.google.cloud.datapl"
99-
+ "ex.v1.DiscoveryEvent.EntityType\022\036\n\026sampl"
100-
+ "ed_data_locations\030\004 \003(\t\032\035\n\rActionDetails"
101-
+ "\022\014\n\004type\030\001 \001(\t\"\264\001\n\tEventType\022\032\n\026EVENT_TY"
102-
+ "PE_UNSPECIFIED\020\000\022\n\n\006CONFIG\020\001\022\022\n\016ENTITY_C"
103-
+ "REATED\020\002\022\022\n\016ENTITY_UPDATED\020\003\022\022\n\016ENTITY_D"
104-
+ "ELETED\020\004\022\025\n\021PARTITION_CREATED\020\005\022\025\n\021PARTI"
105-
+ "TION_UPDATED\020\006\022\025\n\021PARTITION_DELETED\020\007\"A\n"
106-
+ "\nEntityType\022\033\n\027ENTITY_TYPE_UNSPECIFIED\020\000"
107-
+ "\022\t\n\005TABLE\020\001\022\013\n\007FILESET\020\002B\t\n\007details\"\234\004\n\010"
108-
+ "JobEvent\022\017\n\007message\030\001 \001(\t\022\016\n\006job_id\030\002 \001("
109-
+ "\t\022.\n\nstart_time\030\003 \001(\0132\032.google.protobuf."
110-
+ "Timestamp\022,\n\010end_time\030\004 \001(\0132\032.google.pro"
111-
+ "tobuf.Timestamp\0227\n\005state\030\005 \001(\0162(.google."
112-
+ "cloud.dataplex.v1.JobEvent.State\022\017\n\007retr"
113-
+ "ies\030\006 \001(\005\0225\n\004type\030\007 \001(\0162\'.google.cloud.d"
114-
+ "ataplex.v1.JobEvent.Type\022;\n\007service\030\010 \001("
115-
+ "\0162*.google.cloud.dataplex.v1.JobEvent.Se"
116-
+ "rvice\022\023\n\013service_job\030\t \001(\t\"5\n\004Type\022\024\n\020TY"
117-
+ "PE_UNSPECIFIED\020\000\022\t\n\005SPARK\020\001\022\014\n\010NOTEBOOK\020"
118-
+ "\002\"U\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\r\n\tSUC"
119-
+ "CEEDED\020\001\022\n\n\006FAILED\020\002\022\r\n\tCANCELLED\020\003\022\013\n\007A"
120-
+ "BORTED\020\004\"0\n\007Service\022\027\n\023SERVICE_UNSPECIFI"
121-
+ "ED\020\000\022\014\n\010DATAPROC\020\001\"\272\005\n\014SessionEvent\022\017\n\007m"
122-
+ "essage\030\001 \001(\t\022\017\n\007user_id\030\002 \001(\t\022\022\n\nsession"
123-
+ "_id\030\003 \001(\t\022>\n\004type\030\004 \001(\01620.google.cloud.d"
124-
+ "ataplex.v1.SessionEvent.EventType\022C\n\005que"
125-
+ "ry\030\005 \001(\01322.google.cloud.dataplex.v1.Sess"
126-
+ "ionEvent.QueryDetailH\000\022\027\n\017event_succeede"
127-
+ "d\030\006 \001(\010\022\031\n\021warm_pool_enabled\030\007 \001(\010\0226\n\023un"
128-
+ "assigned_duration\030\010 \001(\0132\031.google.protobu"
129-
+ "f.Duration\032\243\002\n\013QueryDetail\022\020\n\010query_id\030\001"
130-
+ " \001(\t\022\022\n\nquery_text\030\002 \001(\t\022I\n\006engine\030\003 \001(\016"
131-
+ "29.google.cloud.dataplex.v1.SessionEvent"
132-
+ ".QueryDetail.Engine\022+\n\010duration\030\004 \001(\0132\031."
133-
+ "google.protobuf.Duration\022\031\n\021result_size_"
134-
+ "bytes\030\005 \001(\003\022\034\n\024data_processed_bytes\030\006 \001("
135-
+ "\003\"=\n\006Engine\022\026\n\022ENGINE_UNSPECIFIED\020\000\022\r\n\tS"
136-
+ "PARK_SQL\020\001\022\014\n\010BIGQUERY\020\002\"S\n\tEventType\022\032\n"
137-
+ "\026EVENT_TYPE_UNSPECIFIED\020\000\022\t\n\005START\020\001\022\010\n\004"
138-
+ "STOP\020\002\022\t\n\005QUERY\020\003\022\n\n\006CREATE\020\004B\010\n\006detailB"
139-
+ "m\n\034com.google.cloud.dataplex.v1B\tLogsPro"
140-
+ "toP\001Z@google.golang.org/genproto/googlea"
141-
+ "pis/cloud/dataplex/v1;dataplexb\006proto3"
76+
+ "oogle.cloud.dataplex.v1\032\031google/api/reso"
77+
+ "urce.proto\032\036google/protobuf/duration.pro"
78+
+ "to\032\037google/protobuf/timestamp.proto\"\240\t\n\016"
79+
+ "DiscoveryEvent\022\017\n\007message\030\001 \001(\t\022\017\n\007lake_"
80+
+ "id\030\002 \001(\t\022\017\n\007zone_id\030\003 \001(\t\022\020\n\010asset_id\030\004 "
81+
+ "\001(\t\022\025\n\rdata_location\030\005 \001(\t\022@\n\004type\030\n \001(\016"
82+
+ "22.google.cloud.dataplex.v1.DiscoveryEve"
83+
+ "nt.EventType\022H\n\006config\030\024 \001(\01326.google.cl"
84+
+ "oud.dataplex.v1.DiscoveryEvent.ConfigDet"
85+
+ "ailsH\000\022H\n\006entity\030\025 \001(\01326.google.cloud.da"
86+
+ "taplex.v1.DiscoveryEvent.EntityDetailsH\000"
87+
+ "\022N\n\tpartition\030\026 \001(\01329.google.cloud.datap"
88+
+ "lex.v1.DiscoveryEvent.PartitionDetailsH\000"
89+
+ "\022H\n\006action\030\027 \001(\01326.google.cloud.dataplex"
90+
+ ".v1.DiscoveryEvent.ActionDetailsH\000\032\236\001\n\rC"
91+
+ "onfigDetails\022Z\n\nparameters\030\001 \003(\0132F.googl"
92+
+ "e.cloud.dataplex.v1.DiscoveryEvent.Confi"
93+
+ "gDetails.ParametersEntry\0321\n\017ParametersEn"
94+
+ "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032b\n\rE"
95+
+ "ntityDetails\022\016\n\006entity\030\001 \001(\t\022A\n\004type\030\002 \001"
96+
+ "(\01623.google.cloud.dataplex.v1.DiscoveryE"
97+
+ "vent.EntityType\032\230\001\n\020PartitionDetails\022\021\n\t"
98+
+ "partition\030\001 \001(\t\022\016\n\006entity\030\002 \001(\t\022A\n\004type\030"
99+
+ "\003 \001(\01623.google.cloud.dataplex.v1.Discove"
100+
+ "ryEvent.EntityType\022\036\n\026sampled_data_locat"
101+
+ "ions\030\004 \003(\t\032\035\n\rActionDetails\022\014\n\004type\030\001 \001("
102+
+ "\t\"\264\001\n\tEventType\022\032\n\026EVENT_TYPE_UNSPECIFIE"
103+
+ "D\020\000\022\n\n\006CONFIG\020\001\022\022\n\016ENTITY_CREATED\020\002\022\022\n\016E"
104+
+ "NTITY_UPDATED\020\003\022\022\n\016ENTITY_DELETED\020\004\022\025\n\021P"
105+
+ "ARTITION_CREATED\020\005\022\025\n\021PARTITION_UPDATED\020"
106+
+ "\006\022\025\n\021PARTITION_DELETED\020\007\"A\n\nEntityType\022\033"
107+
+ "\n\027ENTITY_TYPE_UNSPECIFIED\020\000\022\t\n\005TABLE\020\001\022\013"
108+
+ "\n\007FILESET\020\002B\t\n\007details\"\234\004\n\010JobEvent\022\017\n\007m"
109+
+ "essage\030\001 \001(\t\022\016\n\006job_id\030\002 \001(\t\022.\n\nstart_ti"
110+
+ "me\030\003 \001(\0132\032.google.protobuf.Timestamp\022,\n\010"
111+
+ "end_time\030\004 \001(\0132\032.google.protobuf.Timesta"
112+
+ "mp\0227\n\005state\030\005 \001(\0162(.google.cloud.dataple"
113+
+ "x.v1.JobEvent.State\022\017\n\007retries\030\006 \001(\005\0225\n\004"
114+
+ "type\030\007 \001(\0162\'.google.cloud.dataplex.v1.Jo"
115+
+ "bEvent.Type\022;\n\007service\030\010 \001(\0162*.google.cl"
116+
+ "oud.dataplex.v1.JobEvent.Service\022\023\n\013serv"
117+
+ "ice_job\030\t \001(\t\"5\n\004Type\022\024\n\020TYPE_UNSPECIFIE"
118+
+ "D\020\000\022\t\n\005SPARK\020\001\022\014\n\010NOTEBOOK\020\002\"U\n\005State\022\025\n"
119+
+ "\021STATE_UNSPECIFIED\020\000\022\r\n\tSUCCEEDED\020\001\022\n\n\006F"
120+
+ "AILED\020\002\022\r\n\tCANCELLED\020\003\022\013\n\007ABORTED\020\004\"0\n\007S"
121+
+ "ervice\022\027\n\023SERVICE_UNSPECIFIED\020\000\022\014\n\010DATAP"
122+
+ "ROC\020\001\"\275\005\n\014SessionEvent\022\017\n\007message\030\001 \001(\t\022"
123+
+ "\017\n\007user_id\030\002 \001(\t\022\022\n\nsession_id\030\003 \001(\t\022>\n\004"
124+
+ "type\030\004 \001(\01620.google.cloud.dataplex.v1.Se"
125+
+ "ssionEvent.EventType\022C\n\005query\030\005 \001(\01322.go"
126+
+ "ogle.cloud.dataplex.v1.SessionEvent.Quer"
127+
+ "yDetailH\000\022\027\n\017event_succeeded\030\006 \001(\010\022\034\n\024fa"
128+
+ "st_startup_enabled\030\007 \001(\010\0226\n\023unassigned_d"
129+
+ "uration\030\010 \001(\0132\031.google.protobuf.Duration"
130+
+ "\032\243\002\n\013QueryDetail\022\020\n\010query_id\030\001 \001(\t\022\022\n\nqu"
131+
+ "ery_text\030\002 \001(\t\022I\n\006engine\030\003 \001(\01629.google."
132+
+ "cloud.dataplex.v1.SessionEvent.QueryDeta"
133+
+ "il.Engine\022+\n\010duration\030\004 \001(\0132\031.google.pro"
134+
+ "tobuf.Duration\022\031\n\021result_size_bytes\030\005 \001("
135+
+ "\003\022\034\n\024data_processed_bytes\030\006 \001(\003\"=\n\006Engin"
136+
+ "e\022\026\n\022ENGINE_UNSPECIFIED\020\000\022\r\n\tSPARK_SQL\020\001"
137+
+ "\022\014\n\010BIGQUERY\020\002\"S\n\tEventType\022\032\n\026EVENT_TYP"
138+
+ "E_UNSPECIFIED\020\000\022\t\n\005START\020\001\022\010\n\004STOP\020\002\022\t\n\005"
139+
+ "QUERY\020\003\022\n\n\006CREATE\020\004B\010\n\006detailBm\n\034com.goo"
140+
+ "gle.cloud.dataplex.v1B\tLogsProtoP\001Z@goog"
141+
+ "le.golang.org/genproto/googleapis/cloud/"
142+
+ "dataplex/v1;dataplexb\006proto3"
142143
};
143144
descriptor =
144145
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
145146
descriptorData,
146147
new com.google.protobuf.Descriptors.FileDescriptor[] {
148+
com.google.api.ResourceProto.getDescriptor(),
147149
com.google.protobuf.DurationProto.getDescriptor(),
148150
com.google.protobuf.TimestampProto.getDescriptor(),
149151
});
@@ -235,7 +237,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
235237
"Type",
236238
"Query",
237239
"EventSucceeded",
238-
"WarmPoolEnabled",
240+
"FastStartupEnabled",
239241
"UnassignedDuration",
240242
"Detail",
241243
});
@@ -247,6 +249,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
247249
new java.lang.String[] {
248250
"QueryId", "QueryText", "Engine", "Duration", "ResultSizeBytes", "DataProcessedBytes",
249251
});
252+
com.google.api.ResourceProto.getDescriptor();
250253
com.google.protobuf.DurationProto.getDescriptor();
251254
com.google.protobuf.TimestampProto.getDescriptor();
252255
}

java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/SessionEvent.java

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,22 +2253,23 @@ public boolean getEventSucceeded() {
22532253
return eventSucceeded_;
22542254
}
22552255

2256-
public static final int WARM_POOL_ENABLED_FIELD_NUMBER = 7;
2257-
private boolean warmPoolEnabled_;
2256+
public static final int FAST_STARTUP_ENABLED_FIELD_NUMBER = 7;
2257+
private boolean fastStartupEnabled_;
22582258
/**
22592259
*
22602260
*
22612261
* <pre>
2262-
* If the session is a warm pooled session.
2262+
* If the session is associated with an Environment with fast startup enabled,
2263+
* and was pre-created before being assigned to a user.
22632264
* </pre>
22642265
*
2265-
* <code>bool warm_pool_enabled = 7;</code>
2266+
* <code>bool fast_startup_enabled = 7;</code>
22662267
*
2267-
* @return The warmPoolEnabled.
2268+
* @return The fastStartupEnabled.
22682269
*/
22692270
@java.lang.Override
2270-
public boolean getWarmPoolEnabled() {
2271-
return warmPoolEnabled_;
2271+
public boolean getFastStartupEnabled() {
2272+
return fastStartupEnabled_;
22722273
}
22732274

22742275
public static final int UNASSIGNED_DURATION_FIELD_NUMBER = 8;
@@ -2352,8 +2353,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
23522353
if (eventSucceeded_ != false) {
23532354
output.writeBool(6, eventSucceeded_);
23542355
}
2355-
if (warmPoolEnabled_ != false) {
2356-
output.writeBool(7, warmPoolEnabled_);
2356+
if (fastStartupEnabled_ != false) {
2357+
output.writeBool(7, fastStartupEnabled_);
23572358
}
23582359
if (unassignedDuration_ != null) {
23592360
output.writeMessage(8, getUnassignedDuration());
@@ -2388,8 +2389,8 @@ public int getSerializedSize() {
23882389
if (eventSucceeded_ != false) {
23892390
size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, eventSucceeded_);
23902391
}
2391-
if (warmPoolEnabled_ != false) {
2392-
size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, warmPoolEnabled_);
2392+
if (fastStartupEnabled_ != false) {
2393+
size += com.google.protobuf.CodedOutputStream.computeBoolSize(7, fastStartupEnabled_);
23932394
}
23942395
if (unassignedDuration_ != null) {
23952396
size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getUnassignedDuration());
@@ -2415,7 +2416,7 @@ public boolean equals(final java.lang.Object obj) {
24152416
if (!getSessionId().equals(other.getSessionId())) return false;
24162417
if (type_ != other.type_) return false;
24172418
if (getEventSucceeded() != other.getEventSucceeded()) return false;
2418-
if (getWarmPoolEnabled() != other.getWarmPoolEnabled()) return false;
2419+
if (getFastStartupEnabled() != other.getFastStartupEnabled()) return false;
24192420
if (hasUnassignedDuration() != other.hasUnassignedDuration()) return false;
24202421
if (hasUnassignedDuration()) {
24212422
if (!getUnassignedDuration().equals(other.getUnassignedDuration())) return false;
@@ -2449,8 +2450,8 @@ public int hashCode() {
24492450
hash = (53 * hash) + type_;
24502451
hash = (37 * hash) + EVENT_SUCCEEDED_FIELD_NUMBER;
24512452
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEventSucceeded());
2452-
hash = (37 * hash) + WARM_POOL_ENABLED_FIELD_NUMBER;
2453-
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getWarmPoolEnabled());
2453+
hash = (37 * hash) + FAST_STARTUP_ENABLED_FIELD_NUMBER;
2454+
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getFastStartupEnabled());
24542455
if (hasUnassignedDuration()) {
24552456
hash = (37 * hash) + UNASSIGNED_DURATION_FIELD_NUMBER;
24562457
hash = (53 * hash) + getUnassignedDuration().hashCode();
@@ -2615,7 +2616,7 @@ public Builder clear() {
26152616
}
26162617
eventSucceeded_ = false;
26172618

2618-
warmPoolEnabled_ = false;
2619+
fastStartupEnabled_ = false;
26192620

26202621
if (unassignedDurationBuilder_ == null) {
26212622
unassignedDuration_ = null;
@@ -2664,7 +2665,7 @@ public com.google.cloud.dataplex.v1.SessionEvent buildPartial() {
26642665
}
26652666
}
26662667
result.eventSucceeded_ = eventSucceeded_;
2667-
result.warmPoolEnabled_ = warmPoolEnabled_;
2668+
result.fastStartupEnabled_ = fastStartupEnabled_;
26682669
if (unassignedDurationBuilder_ == null) {
26692670
result.unassignedDuration_ = unassignedDuration_;
26702671
} else {
@@ -2738,8 +2739,8 @@ public Builder mergeFrom(com.google.cloud.dataplex.v1.SessionEvent other) {
27382739
if (other.getEventSucceeded() != false) {
27392740
setEventSucceeded(other.getEventSucceeded());
27402741
}
2741-
if (other.getWarmPoolEnabled() != false) {
2742-
setWarmPoolEnabled(other.getWarmPoolEnabled());
2742+
if (other.getFastStartupEnabled() != false) {
2743+
setFastStartupEnabled(other.getFastStartupEnabled());
27432744
}
27442745
if (other.hasUnassignedDuration()) {
27452746
mergeUnassignedDuration(other.getUnassignedDuration());
@@ -2819,7 +2820,7 @@ public Builder mergeFrom(
28192820
} // case 48
28202821
case 56:
28212822
{
2822-
warmPoolEnabled_ = input.readBool();
2823+
fastStartupEnabled_ = input.readBool();
28232824

28242825
break;
28252826
} // case 56
@@ -3540,54 +3541,57 @@ public Builder clearEventSucceeded() {
35403541
return this;
35413542
}
35423543

3543-
private boolean warmPoolEnabled_;
3544+
private boolean fastStartupEnabled_;
35443545
/**
35453546
*
35463547
*
35473548
* <pre>
3548-
* If the session is a warm pooled session.
3549+
* If the session is associated with an Environment with fast startup enabled,
3550+
* and was pre-created before being assigned to a user.
35493551
* </pre>
35503552
*
3551-
* <code>bool warm_pool_enabled = 7;</code>
3553+
* <code>bool fast_startup_enabled = 7;</code>
35523554
*
3553-
* @return The warmPoolEnabled.
3555+
* @return The fastStartupEnabled.
35543556
*/
35553557
@java.lang.Override
3556-
public boolean getWarmPoolEnabled() {
3557-
return warmPoolEnabled_;
3558+
public boolean getFastStartupEnabled() {
3559+
return fastStartupEnabled_;
35583560
}
35593561
/**
35603562
*
35613563
*
35623564
* <pre>
3563-
* If the session is a warm pooled session.
3565+
* If the session is associated with an Environment with fast startup enabled,
3566+
* and was pre-created before being assigned to a user.
35643567
* </pre>
35653568
*
3566-
* <code>bool warm_pool_enabled = 7;</code>
3569+
* <code>bool fast_startup_enabled = 7;</code>
35673570
*
3568-
* @param value The warmPoolEnabled to set.
3571+
* @param value The fastStartupEnabled to set.
35693572
* @return This builder for chaining.
35703573
*/
3571-
public Builder setWarmPoolEnabled(boolean value) {
3574+
public Builder setFastStartupEnabled(boolean value) {
35723575

3573-
warmPoolEnabled_ = value;
3576+
fastStartupEnabled_ = value;
35743577
onChanged();
35753578
return this;
35763579
}
35773580
/**
35783581
*
35793582
*
35803583
* <pre>
3581-
* If the session is a warm pooled session.
3584+
* If the session is associated with an Environment with fast startup enabled,
3585+
* and was pre-created before being assigned to a user.
35823586
* </pre>
35833587
*
3584-
* <code>bool warm_pool_enabled = 7;</code>
3588+
* <code>bool fast_startup_enabled = 7;</code>
35853589
*
35863590
* @return This builder for chaining.
35873591
*/
3588-
public Builder clearWarmPoolEnabled() {
3592+
public Builder clearFastStartupEnabled() {
35893593

3590-
warmPoolEnabled_ = false;
3594+
fastStartupEnabled_ = false;
35913595
onChanged();
35923596
return this;
35933597
}

java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/SessionEventOrBuilder.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,15 @@ public interface SessionEventOrBuilder
177177
*
178178
*
179179
* <pre>
180-
* If the session is a warm pooled session.
180+
* If the session is associated with an Environment with fast startup enabled,
181+
* and was pre-created before being assigned to a user.
181182
* </pre>
182183
*
183-
* <code>bool warm_pool_enabled = 7;</code>
184+
* <code>bool fast_startup_enabled = 7;</code>
184185
*
185-
* @return The warmPoolEnabled.
186+
* @return The fastStartupEnabled.
186187
*/
187-
boolean getWarmPoolEnabled();
188+
boolean getFastStartupEnabled();
188189

189190
/**
190191
*

0 commit comments

Comments
 (0)