Class Stream.BackfillAllStrategy.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Stream.BackfillAllStrategy.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Stream.BackfillAllStrategy.Builder>
      • getDefaultInstanceForType

        public Stream.BackfillAllStrategy getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Stream.BackfillAllStrategy build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Stream.BackfillAllStrategy buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Stream.BackfillAllStrategy.Builder>
      • mergeFrom

        public Stream.BackfillAllStrategy.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Stream.BackfillAllStrategy.Builder>
        Throws:
        IOException
      • hasOracleExcludedObjects

        public boolean hasOracleExcludedObjects()
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
        Specified by:
        hasOracleExcludedObjects in interface Stream.BackfillAllStrategyOrBuilder
        Returns:
        Whether the oracleExcludedObjects field is set.
      • setOracleExcludedObjects

        public Stream.BackfillAllStrategy.Builder setOracleExcludedObjects​(OracleRdbms value)
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
      • mergeOracleExcludedObjects

        public Stream.BackfillAllStrategy.Builder mergeOracleExcludedObjects​(OracleRdbms value)
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
      • clearOracleExcludedObjects

        public Stream.BackfillAllStrategy.Builder clearOracleExcludedObjects()
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
      • getOracleExcludedObjectsBuilder

        public OracleRdbms.Builder getOracleExcludedObjectsBuilder()
         Oracle data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.OracleRdbms oracle_excluded_objects = 1;
      • hasMysqlExcludedObjects

        public boolean hasMysqlExcludedObjects()
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
        Specified by:
        hasMysqlExcludedObjects in interface Stream.BackfillAllStrategyOrBuilder
        Returns:
        Whether the mysqlExcludedObjects field is set.
      • setMysqlExcludedObjects

        public Stream.BackfillAllStrategy.Builder setMysqlExcludedObjects​(MysqlRdbms value)
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
      • mergeMysqlExcludedObjects

        public Stream.BackfillAllStrategy.Builder mergeMysqlExcludedObjects​(MysqlRdbms value)
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
      • clearMysqlExcludedObjects

        public Stream.BackfillAllStrategy.Builder clearMysqlExcludedObjects()
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
      • getMysqlExcludedObjectsBuilder

        public MysqlRdbms.Builder getMysqlExcludedObjectsBuilder()
         MySQL data source objects to avoid backfilling.
         
        .google.cloud.datastream.v1alpha1.MysqlRdbms mysql_excluded_objects = 2;
      • setUnknownFields

        public final Stream.BackfillAllStrategy.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Stream.BackfillAllStrategy.Builder>
      • mergeUnknownFields

        public final Stream.BackfillAllStrategy.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Stream.BackfillAllStrategy.Builder>