public interface StartNotebookRuntimeOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata |
getGenericMetadata()
The operation generic information.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The operation generic information.
|
String |
getProgressMessage()
A human-readable message that shows the intermediate progress details of
NotebookRuntime.
|
com.google.protobuf.ByteString |
getProgressMessageBytes()
A human-readable message that shows the intermediate progress details of
NotebookRuntime.
|
boolean |
hasGenericMetadata()
The operation generic information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;String getProgressMessage()
A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;com.google.protobuf.ByteString getProgressMessageBytes()
A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;Copyright © 2025 Google LLC. All rights reserved.