Interface CreatePartitionRequestOrBuilder

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

    public interface CreatePartitionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. The resource name of the parent zone:
         `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the parent zone:
         `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasPartition

        boolean hasPartition()
         Required. Partition resource.
         
        .google.cloud.dataplex.v1.Partition partition = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the partition field is set.
      • getPartition

        Partition getPartition()
         Required. Partition resource.
         
        .google.cloud.dataplex.v1.Partition partition = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The partition.
      • getPartitionOrBuilder

        PartitionOrBuilder getPartitionOrBuilder()
         Required. Partition resource.
         
        .google.cloud.dataplex.v1.Partition partition = 3 [(.google.api.field_behavior) = REQUIRED];
      • getValidateOnly

        boolean getValidateOnly()
         Optional. Only validate the request, but do not perform mutations.
         The default is false.
         
        bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The validateOnly.