Package com.google.cloud.aiplatform.v1
Interface CreateNotebookExecutionJobOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateNotebookExecutionJobOperationMetadata,CreateNotebookExecutionJobOperationMetadata.Builder
@Generated
public interface CreateNotebookExecutionJobOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe operation generic information.The operation generic information.A human-readable message that shows the intermediate progress details of NotebookRuntime.com.google.protobuf.ByteStringA human-readable message that shows the intermediate progress details of NotebookRuntime.booleanThe operation generic information.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
-
hasGenericMetadata
boolean hasGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1; -
getProgressMessage
String getProgressMessage()A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;- Returns:
- The progressMessage.
-
getProgressMessageBytes
com.google.protobuf.ByteString getProgressMessageBytes()A human-readable message that shows the intermediate progress details of NotebookRuntime.
string progress_message = 2;- Returns:
- The bytes for progressMessage.
-