Interface DiscoverConnectionProfileRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the connection profile type. Must be in
         the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the connection profile type. Must be in
         the format `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasConnectionProfile

        boolean hasConnectionProfile()
         An ad-hoc connection profile configuration.
         
        .google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
        Returns:
        Whether the connectionProfile field is set.
      • getConnectionProfile

        ConnectionProfile getConnectionProfile()
         An ad-hoc connection profile configuration.
         
        .google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
        Returns:
        The connectionProfile.
      • getConnectionProfileOrBuilder

        ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
         An ad-hoc connection profile configuration.
         
        .google.cloud.datastream.v1.ConnectionProfile connection_profile = 200;
      • hasConnectionProfileName

        boolean hasConnectionProfileName()
         A reference to an existing connection profile.
         
        string connection_profile_name = 201;
        Returns:
        Whether the connectionProfileName field is set.
      • getConnectionProfileName

        String getConnectionProfileName()
         A reference to an existing connection profile.
         
        string connection_profile_name = 201;
        Returns:
        The connectionProfileName.
      • getConnectionProfileNameBytes

        com.google.protobuf.ByteString getConnectionProfileNameBytes()
         A reference to an existing connection profile.
         
        string connection_profile_name = 201;
        Returns:
        The bytes for connectionProfileName.
      • hasFullHierarchy

        boolean hasFullHierarchy()
         Whether to retrieve the full hierarchy of data objects (TRUE) or only the
         current level (FALSE).
         
        bool full_hierarchy = 3;
        Returns:
        Whether the fullHierarchy field is set.
      • getFullHierarchy

        boolean getFullHierarchy()
         Whether to retrieve the full hierarchy of data objects (TRUE) or only the
         current level (FALSE).
         
        bool full_hierarchy = 3;
        Returns:
        The fullHierarchy.
      • hasHierarchyDepth

        boolean hasHierarchyDepth()
         The number of hierarchy levels below the current level to be retrieved.
         
        int32 hierarchy_depth = 4;
        Returns:
        Whether the hierarchyDepth field is set.
      • getHierarchyDepth

        int getHierarchyDepth()
         The number of hierarchy levels below the current level to be retrieved.
         
        int32 hierarchy_depth = 4;
        Returns:
        The hierarchyDepth.
      • hasOracleRdbms

        boolean hasOracleRdbms()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
        Returns:
        Whether the oracleRdbms field is set.
      • getOracleRdbms

        OracleRdbms getOracleRdbms()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
        Returns:
        The oracleRdbms.
      • getOracleRdbmsOrBuilder

        OracleRdbmsOrBuilder getOracleRdbmsOrBuilder()
         Oracle RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.OracleRdbms oracle_rdbms = 100;
      • hasMysqlRdbms

        boolean hasMysqlRdbms()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
        Returns:
        Whether the mysqlRdbms field is set.
      • getMysqlRdbms

        MysqlRdbms getMysqlRdbms()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
        Returns:
        The mysqlRdbms.
      • getMysqlRdbmsOrBuilder

        MysqlRdbmsOrBuilder getMysqlRdbmsOrBuilder()
         MySQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.MysqlRdbms mysql_rdbms = 101;
      • hasPostgresqlRdbms

        boolean hasPostgresqlRdbms()
         PostgreSQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
        Returns:
        Whether the postgresqlRdbms field is set.
      • getPostgresqlRdbms

        PostgresqlRdbms getPostgresqlRdbms()
         PostgreSQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;
        Returns:
        The postgresqlRdbms.
      • getPostgresqlRdbmsOrBuilder

        PostgresqlRdbmsOrBuilder getPostgresqlRdbmsOrBuilder()
         PostgreSQL RDBMS to enrich with child data objects and metadata.
         
        .google.cloud.datastream.v1.PostgresqlRdbms postgresql_rdbms = 102;