Interface UpdateDatasetOperationMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonOperationMetadata getCommonMetadata()
      The basic metadata of the long running operation.
      CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
      The basic metadata of the long running operation.
      boolean hasCommonMetadata()
      The basic metadata of the long running operation.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCommonMetadata

        boolean hasCommonMetadata()
         The basic metadata of the long running operation.
         
        .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
        Returns:
        Whether the commonMetadata field is set.
      • getCommonMetadata

        CommonOperationMetadata getCommonMetadata()
         The basic metadata of the long running operation.
         
        .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;
        Returns:
        The commonMetadata.
      • getCommonMetadataOrBuilder

        CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
         The basic metadata of the long running operation.
         
        .google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 1;