Interface CreateProcessRequestOrBuilder

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

    public interface CreateProcessRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      Process getProcess()
      Required.
      ProcessOrBuilder getProcessOrBuilder()
      Required.
      String getRequestId()
      A unique identifier for this request.
      com.google.protobuf.ByteString getRequestIdBytes()
      A unique identifier for this request.
      boolean hasProcess()
      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 Detail

      • getParent

        String getParent()
         Required. The name of the project and its location that should own the
         process.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The name of the project and its location that should own the
         process.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasProcess

        boolean hasProcess()
         Required. The process to create.
         
        .google.cloud.datacatalog.lineage.v1.Process process = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the process field is set.
      • getProcess

        Process getProcess()
         Required. The process to create.
         
        .google.cloud.datacatalog.lineage.v1.Process process = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The process.
      • getProcessOrBuilder

        ProcessOrBuilder getProcessOrBuilder()
         Required. The process to create.
         
        .google.cloud.datacatalog.lineage.v1.Process process = 2 [(.google.api.field_behavior) = REQUIRED];
      • getRequestId

        String getRequestId()
         A unique identifier for this request. Restricted to 36 ASCII characters.
         A random UUID is recommended. This request is idempotent only if a
         `request_id` is provided.
         
        string request_id = 3;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         A unique identifier for this request. Restricted to 36 ASCII characters.
         A random UUID is recommended. This request is idempotent only if a
         `request_id` is provided.
         
        string request_id = 3;
        Returns:
        The bytes for requestId.