Package com.google.cloud.aiplatform.v1
Interface NotebookExecutionJob.DirectNotebookSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookExecutionJob.DirectNotebookSource,NotebookExecutionJob.DirectNotebookSource.Builder
- Enclosing class:
- NotebookExecutionJob
public static interface NotebookExecutionJob.DirectNotebookSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe base64-encoded contents of the input notebook file.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContent
com.google.protobuf.ByteString getContent()The base64-encoded contents of the input notebook file.
bytes content = 1;- Returns:
- The content.
-