public static interface NotebookExecutionJob.GcsNotebookSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneration()
The version of the Cloud Storage object to read.
|
com.google.protobuf.ByteString |
getGenerationBytes()
The version of the Cloud Storage object to read.
|
String |
getUri()
The Cloud Storage uri pointing to the ipynb file.
|
com.google.protobuf.ByteString |
getUriBytes()
The Cloud Storage uri pointing to the ipynb file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The Cloud Storage uri pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The Cloud Storage uri pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
string uri = 1;String getGeneration()
The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.
string generation = 2;com.google.protobuf.ByteString getGenerationBytes()
The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.
string generation = 2;Copyright © 2025 Google LLC. All rights reserved.