Skip to content

Commit 168eabd

Browse files
chore: generate libraries at Tue Sep 23 02:31:03 UTC 2025
1 parent fcd1578 commit 168eabd

File tree

3 files changed

+39
-11
lines changed

3 files changed

+39
-11
lines changed

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Component.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@ public enum Component implements com.google.protobuf.ProtocolMessageEnum {
143143
* <code>JUPYTER = 1;</code>
144144
*/
145145
JUPYTER(1),
146+
/**
147+
*
148+
*
149+
* <pre>
150+
* The Jupyter Kernel Gateway.
151+
* </pre>
152+
*
153+
* <code>JUPYTER_KERNEL_GATEWAY = 22;</code>
154+
*/
155+
JUPYTER_KERNEL_GATEWAY(22),
146156
/**
147157
*
148158
*
@@ -341,6 +351,17 @@ public enum Component implements com.google.protobuf.ProtocolMessageEnum {
341351
*/
342352
public static final int JUPYTER_VALUE = 1;
343353

354+
/**
355+
*
356+
*
357+
* <pre>
358+
* The Jupyter Kernel Gateway.
359+
* </pre>
360+
*
361+
* <code>JUPYTER_KERNEL_GATEWAY = 22;</code>
362+
*/
363+
public static final int JUPYTER_KERNEL_GATEWAY_VALUE = 22;
364+
344365
/**
345366
*
346367
*
@@ -464,6 +485,8 @@ public static Component forNumber(int value) {
464485
return ICEBERG;
465486
case 1:
466487
return JUPYTER;
488+
case 22:
489+
return JUPYTER_KERNEL_GATEWAY;
467490
case 21:
468491
return PIG;
469492
case 6:

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/SharedProto.java

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
284284
+ "\026pypi_repository_config\030\001"
285285
+ " \001(\0132..google.cloud.dataproc.v1.PyPiRepositoryConfigB\003\340A\001\"4\n"
286286
+ "\024PyPiRepositoryConfig\022\034\n"
287-
+ "\017pypi_repository\030\001 \001(\tB\003\340A\001*\365\001\n"
287+
+ "\017pypi_repository\030\001 \001(\tB\003\340A\001*\221\002\n"
288288
+ "\tComponent\022\031\n"
289289
+ "\025COMPONENT_UNSPECIFIED\020\000\022\014\n"
290290
+ "\010ANACONDA\020\005\022\t\n"
@@ -297,8 +297,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
297297
+ "\014HIVE_WEBHCAT\020\003\022\010\n"
298298
+ "\004HUDI\020\022\022\013\n"
299299
+ "\007ICEBERG\020\023\022\013\n"
300-
+ "\007JUPYTER\020\001\022\007\n"
301-
+ "\003PIG\020\025\022\n\n"
300+
+ "\007JUPYTER\020\001\022\032\n"
301+
+ "\026JUPYTER_KERNEL_GATEWAY\020\026\022\007\n"
302+
+ "\003PIG\020\025\022\n"
303+
+ "\n"
302304
+ "\006PRESTO\020\006\022\t\n"
303305
+ "\005TRINO\020\021\022\n\n"
304306
+ "\006RANGER\020\014\022\010\n"
@@ -310,14 +312,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
310312
+ "\032FAILURE_ACTION_UNSPECIFIED\020\000\022\r\n"
311313
+ "\tNO_ACTION\020\001\022\n\n"
312314
+ "\006DELETE\020\002B\247\003\n"
313-
+ "\034com.google.cloud.dataproc.v1B\013Share"
314-
+ "dProtoP\001Z;cloud.google.com/go/dataproc/v2/apiv1/dataprocpb;dataprocpb\352A^\n"
315-
+ " container.googleapis.com/Cluster\022:projects/{pr"
316-
+ "oject}/locations/{location}/clusters/{cluster}\352A^\n"
317-
+ " metastore.googleapis.com/Serv"
318-
+ "ice\022:projects/{project}/locations/{location}/services/{service}\352Ax\n"
319-
+ "!cloudkms.googleapis.com/CryptoKey\022Sprojects/{project"
320-
+ "}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}b\006proto3"
315+
+ "\034com.google.cloud.dataproc.v1B\013SharedProtoP\001Z;cl"
316+
+ "oud.google.com/go/dataproc/v2/apiv1/dataprocpb;dataprocpb\352A^\n"
317+
+ " container.googleap"
318+
+ "is.com/Cluster\022:projects/{project}/locations/{location}/clusters/{cluster}\352A^\n"
319+
+ " metastore.googleapis.com/Service\022:project"
320+
+ "s/{project}/locations/{location}/services/{service}\352Ax\n"
321+
+ "!cloudkms.googleapis.com/CryptoKey\022Sprojects/{project}/locations/"
322+
+ "{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}b\006proto3"
321323
};
322324
descriptor =
323325
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/shared.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ enum Component {
588588
// The Jupyter Notebook.
589589
JUPYTER = 1;
590590

591+
// The Jupyter Kernel Gateway.
592+
JUPYTER_KERNEL_GATEWAY = 22;
593+
591594
// The Pig component.
592595
PIG = 21;
593596

0 commit comments

Comments
 (0)