Interface QueryContextLineageSubgraphRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryContextLineageSubgraphRequest, QueryContextLineageSubgraphRequest.Builder

@Generated public interface QueryContextLineageSubgraphRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.

    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 Details

    • getContext

      String getContext()
       Required. The resource name of the Context whose Artifacts and Executions
       should be retrieved as a LineageSubgraph.
       Format:
       `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
      
       The request may error with FAILED_PRECONDITION if the number of Artifacts,
       the number of Executions, or the number of Events that would be returned
       for the Context exceeds 1000.
       
      string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The context.
    • getContextBytes

      com.google.protobuf.ByteString getContextBytes()
       Required. The resource name of the Context whose Artifacts and Executions
       should be retrieved as a LineageSubgraph.
       Format:
       `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
      
       The request may error with FAILED_PRECONDITION if the number of Artifacts,
       the number of Executions, or the number of Events that would be returned
       for the Context exceeds 1000.
       
      string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for context.