Interface ActivateOnlineEvaluatorOperationMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivateOnlineEvaluatorOperationMetadata,ActivateOnlineEvaluatorOperationMetadata.Builder
@Generated
public interface ActivateOnlineEvaluatorOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCommon part of operation metadata.Common part of operation metadata.booleanCommon part of operation metadata.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()Common part of operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()Common part of operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Common part of operation metadata.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
-