Interface FilesetSpecOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
    Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
    boolean
    Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.

    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

    • hasDataplexFileset

      boolean hasDataplexFileset()
       Fields specific to a Dataplex fileset and present only in the Dataplex
       fileset entries.
       
      .google.cloud.datacatalog.v1.DataplexFilesetSpec dataplex_fileset = 1;
      Returns:
      Whether the dataplexFileset field is set.
    • getDataplexFileset

      DataplexFilesetSpec getDataplexFileset()
       Fields specific to a Dataplex fileset and present only in the Dataplex
       fileset entries.
       
      .google.cloud.datacatalog.v1.DataplexFilesetSpec dataplex_fileset = 1;
      Returns:
      The dataplexFileset.
    • getDataplexFilesetOrBuilder

      DataplexFilesetSpecOrBuilder getDataplexFilesetOrBuilder()
       Fields specific to a Dataplex fileset and present only in the Dataplex
       fileset entries.
       
      .google.cloud.datacatalog.v1.DataplexFilesetSpec dataplex_fileset = 1;